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 Sep 29, 2021
1 parent 223e566 commit 87adf1a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
ChangeLog

0.5.0.10
Added AssemblyFileVersion
Updated version file for 1.12

0.5.0.9
Version bump for CKAN & Spacedock
Expand Down
8 changes: 4 additions & 4 deletions KerBalloons.version
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"MAJOR": 0,
"MINOR": 5,
"PATCH": 0,
"BUILD": 9
"BUILD": 10
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 8,
"PATCH": 0
"MINOR": 12,
"PATCH": 2
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 8,
"MINOR": 12,
"PATCH": 0
}
}
3 changes: 2 additions & 1 deletion Kerballoons/AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@

using System.Reflection;

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

[assembly: AssemblyVersion("<#= major #>.<#= minor #>.<#= patch #>.<#= build #>")]
[assembly: AssemblyFileVersion("<#= major #>.<#= minor #>.<#= patch #>.<#= build #>")]
2 changes: 1 addition & 1 deletion Kerballoons/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
//[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]


[assembly: KSPAssemblyDependency("ClickThroughBlocker", 1, 0)]
Expand Down
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 87adf1a

Please sign in to comment.