Skip to content

Commit

Permalink
Added AssemblyFileVersion
Browse files Browse the repository at this point in the history
 Updated version file for 1.12
  • Loading branch information
linuxgurugamer committed Jul 21, 2021
1 parent 76f934f commit 408f592
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
ChangeLog

1.9.9.3
Added AssemblyFileVersion
Updated version file for 1.12

1.9.9.2
Changed fix to properly add a default key in the ProfileManager

Expand Down
Binary file modified GameData/ScienceAlert/Plugins/ScienceAlert.pdb
Binary file not shown.
5 changes: 5 additions & 0 deletions ScienceAlert.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"PATCH": 9,
"BUILD": 2
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 12,
"PATCH": 0
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 8,
Expand Down
1 change: 1 addition & 0 deletions Source/AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
using System.Reflection;

[assembly: AssemblyVersion("1.9.9.2")]
[assembly: AssemblyFileVersion("1.9.9.2")]
1 change: 1 addition & 0 deletions Source/AssemblyVersion.tt
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,4 @@
using System.Reflection;

[assembly: AssemblyVersion("<#= major #>.<#= minor #>.<#= patch #>.<#= build #>")]
[assembly: AssemblyFileVersion("<#= major #>.<#= minor #>.<#= patch #>.<#= build #>")]
2 changes: 1 addition & 1 deletion Source/ScienceAlert.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ if $(ConfigurationName) == Release (
<PropertyGroup>
<PreBuildEvent>"$(DevEnvDir)\texttransform.exe" "$(ProjectDir)AssemblyVersion.tt"</PreBuildEvent>
</PropertyGroup>
</Project>
</Project>
1 change: 0 additions & 1 deletion buildRelease.bat
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ rem Copy files to GameData locations

copy /Y "%1%2" "%GAMEDATA%\%GAMEDIR%\Plugins"
copy /Y %VERSIONFILE% %GAMEDATA%\%GAMEDIR%
copy /Y ..\MiniAVC.dll %GAMEDATA%\%GAMEDIR%

if "%LICENSE%" NEQ "" copy /y %LICENSE% %GAMEDATA%\%GAMEDIR%
if "%README%" NEQ "" copy /Y %README% %GAMEDATA%\%GAMEDIR%
Expand Down

0 comments on commit 408f592

Please sign in to comment.