diff --git a/UnifiedUILib/Helpers/UUIHelpers.cs b/UnifiedUILib/Helpers/UUIHelpers.cs
index 7177293..e30a841 100644
--- a/UnifiedUILib/Helpers/UUIHelpers.cs
+++ b/UnifiedUILib/Helpers/UUIHelpers.cs
@@ -1,5 +1,10 @@
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("NetworkMultitool")]
+[assembly: InternalsVisibleTo("NodeController")]
+[assembly: InternalsVisibleTo("NodeMarkup")]
+[assembly: InternalsVisibleTo("BuildingSpawnPoints")]
+[assembly: InternalsVisibleTo("NoBigTruck")] // is it needed?
+
namespace UnifiedUI.Helpers {
using ColossalFramework;
using ColossalFramework.Plugins;
diff --git a/UnifiedUILib/UnifiedUILib.xml b/UnifiedUILib/UnifiedUILib.xml
index d394a6c..a0f6e12 100644
--- a/UnifiedUILib/UnifiedUILib.xml
+++ b/UnifiedUILib/UnifiedUILib.xml
@@ -693,10 +693,10 @@
Provides access to the git information for the current assembly.
- IsDirty: false
+ IsDirty: true
- IsDirtyString: false
+ IsDirtyString: true
Repository URL: https://github.com/kianzarrin/UnifiedUI
@@ -705,46 +705,46 @@
Branch: master
- Commit: e818511
+ Commit: a4f4564
- Sha: e81851171ee7de11869fddec913d212d3f2f73a9
+ Sha: a4f4564ea2eeffd63485ab228063ba2ca782747c
- Commit date: 2022-03-14T13:14:07+02:00
+ Commit date: 2022-03-14T13:47:02+02:00
- Commits on top of base version: 1
+ Commits on top of base version: 189
- Tag: V2.2.4-1-ge818511
+ Tag: t2-1-ga4f4564
- Base tag: V2.2.4
+ Base tag: t2
Provides access to the base version information used to determine the .
- Major: 2
+ Major: 0
- Minor: 2
+ Minor: 0
- Patch: 4
+ Patch: 0
Provides access to SemVer information for the current assembly.
- Major: 2
+ Major: 0
- Minor: 2
+ Minor: 0
- Patch: 5
+ Patch: 189
Label:
@@ -753,7 +753,7 @@
Label with dash prefix:
- Source: Tag
+ Source: Default
diff --git a/Version.props b/Version.props
index 50889f9..66f70dd 100644
--- a/Version.props
+++ b/Version.props
@@ -1,6 +1,6 @@
- 2.2.4.*
- 2.2.4
+ 2.2.5.*
+ 2.2.5
\ No newline at end of file