We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd1644 commit 0cb18c9Copy full SHA for 0cb18c9
2 files changed
InterstellarPlugin/Properties/AssemblyInfo.cs
@@ -34,5 +34,5 @@
34
// You can specify all the values or you can default the Build and Revision Numbers
35
// by using the '*' as shown below:
36
// [assembly: AssemblyVersion("1.0.*")]
37
-[assembly: AssemblyVersion("1.0.0.0")]
38
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyVersion("0.12.0.0")]
+[assembly: AssemblyFileVersion("0.12.0.0")]
InterstellarToolbar/InterstellarToolbar.csproj
@@ -42,6 +42,7 @@
42
</Reference>
43
<Reference Include="OpenResourceSystem_1_2_0">
44
<HintPath>..\GameData\OpenResourceSystem\Plugins\OpenResourceSystem_1_2_0.dll</HintPath>
45
+ <Private>False</Private>
46
47
<Reference Include="Toolbar">
48
<HintPath>..\GameData\000_Toolbar\Toolbar.dll</HintPath>
0 commit comments