Skip to content

Commit

Permalink
add all macsurgey's mods to visibility list
Browse files Browse the repository at this point in the history
  • Loading branch information
kianzarrin committed Mar 16, 2022
1 parent a4f4564 commit 4384fbe
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 17 deletions.
5 changes: 5 additions & 0 deletions UnifiedUILib/Helpers/UUIHelpers.cs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
30 changes: 15 additions & 15 deletions UnifiedUILib/UnifiedUILib.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Version.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<AssemblyVersion>2.2.4.*</AssemblyVersion>
<FileVersion>2.2.4</FileVersion>
<AssemblyVersion>2.2.5.*</AssemblyVersion>
<FileVersion>2.2.5</FileVersion>
</PropertyGroup>
</Project>

0 comments on commit 4384fbe

Please sign in to comment.