From e7aa7ab07adfdef55c38134b22c2921b9d71bac7 Mon Sep 17 00:00:00 2001 From: Jonathan Bayer Date: Wed, 15 Sep 2021 07:14:33 -0400 Subject: [PATCH] Added AssemblyFileVersion Updated version file for 1.12 --- Changelog.txt | 4 ++++ EvaFollower.version | 6 +++--- Source/AssemblyVersion.cs | 3 ++- Source/AssemblyVersion.tt | 1 + buildRelease.bat | 1 - deploy.bat | 2 -- 6 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index 4df281a..4a1eb6e 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -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 diff --git a/EvaFollower.version b/EvaFollower.version index 7ad1b1d..550092e 100644 --- a/EvaFollower.version +++ b/EvaFollower.version @@ -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 } } diff --git a/Source/AssemblyVersion.cs b/Source/AssemblyVersion.cs index dd42fbd..668cb6b 100644 --- a/Source/AssemblyVersion.cs +++ b/Source/AssemblyVersion.cs @@ -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")] diff --git a/Source/AssemblyVersion.tt b/Source/AssemblyVersion.tt index 63a953a..48d8f2a 100644 --- a/Source/AssemblyVersion.tt +++ b/Source/AssemblyVersion.tt @@ -99,3 +99,4 @@ using System.Reflection; [assembly: AssemblyVersion("<#= major #>.<#= minor #>.<#= patch #>.<#= build #>")] + [assembly: AssemblyFileVersion("<#= major #>.<#= minor #>.<#= patch #>.<#= build #>")] diff --git a/buildRelease.bat b/buildRelease.bat index 3bf856e..12b64f6 100644 --- a/buildRelease.bat +++ b/buildRelease.bat @@ -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% diff --git a/deploy.bat b/deploy.bat index f6e3bfb..804833d 100644 --- a/deploy.bat +++ b/deploy.bat @@ -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