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 15, 2021
1 parent 34be3ed commit e7aa7ab
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 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.1.1.13
Added AssemblyFileVersion
Updated version file for 1.12

1.1.1.12
Added ability to start follow while in water
Fixed issue of kerbals not moving in new KSP version 1.11.2
Expand Down
6 changes: 3 additions & 3 deletions EvaFollower.version
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 8,
"PATCH": 0
"MINOR": 12,
"PATCH": 2
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 11,
"MINOR": 12,
"PATCH": 0
}
}
3 changes: 2 additions & 1 deletion Source/AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@

using System.Reflection;

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

[assembly: AssemblyVersion("<#= major #>.<#= minor #>.<#= patch #>.<#= build #>")]
[assembly: AssemblyFileVersion("<#= major #>.<#= minor #>.<#= patch #>.<#= build #>")]
1 change: 0 additions & 1 deletion buildRelease.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ rem Copy files to GameData locations

copy /Y "%1%2" "%GAMEDATA%\%GAMEDIR%\Plugins"
copy /Y %GAMEDIR%.version %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
2 changes: 0 additions & 2 deletions deploy.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ rem but not always

set H=%KSPDIR%

set H=R:\KSP_1.11.2

set GAMEDIR=EvaFollower
set GAMEDATA="GameData"
set VERSIONFILE=%GAMEDIR%.version
Expand Down

0 comments on commit e7aa7ab

Please sign in to comment.