Skip to content

Commit

Permalink
Fixed AssemblyInfo.cs version not updating
Browse files Browse the repository at this point in the history
  • Loading branch information
ddakebono committed Oct 1, 2024
1 parent 815a95f commit 254703b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("BTKDevelopment")]
[assembly: AssemblyProduct("BTKUILib")]
[assembly: AssemblyCopyright("BTKDevelopment Copyright © 2022")]
[assembly: AssemblyCopyright("BTKDevelopment Copyright © 2024")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

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

0 comments on commit 254703b

Please sign in to comment.