Skip to content

Commit 254703b

Browse files
committed
Fixed AssemblyInfo.cs version not updating
1 parent 815a95f commit 254703b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("BTKDevelopment")]
1212
[assembly: AssemblyProduct("BTKUILib")]
13-
[assembly: AssemblyCopyright("BTKDevelopment Copyright © 2022")]
13+
[assembly: AssemblyCopyright("BTKDevelopment Copyright © 2024")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,8 +32,8 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.2.0.0")]
36-
[assembly: AssemblyFileVersion("2.2.0.0")]
35+
[assembly: AssemblyVersion(BTKUILib.BuildInfo.Version + ".0")]
36+
[assembly: AssemblyFileVersion(BTKUILib.BuildInfo.Version + ".0")]
3737
[assembly: MelonInfo(typeof(BTKUILib.BTKUILib), BTKUILib.BuildInfo.Name, BTKUILib.BuildInfo.Version, BTKUILib.BuildInfo.Author)]
3838
[assembly: MelonGame("Alpha Blend Interactive", "ChilloutVR")]
3939
[assembly: MelonPriority(-10)]

0 commit comments

Comments
 (0)