Skip to content

Commit

Permalink
Update MM, autobuild and release version for KSP 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KSP-TaxiService committed Jun 18, 2018
1 parent e718e1e commit e65434c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
Binary file added GameData/ModuleManager.3.0.4.dll
Binary file not shown.
Binary file removed GameData/ModuleManager.3.0.7.dll
Binary file not shown.
14 changes: 7 additions & 7 deletions GameData/RemoteTech/RemoteTech.version
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
"MAJOR":1,
"MINOR":8,
"PATCH":11,
"BUILD":0
"BUILD":131
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":4,
"PATCH":3
"MINOR":3,
"PATCH":1
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":4,
"PATCH":0
"MINOR":3,
"PATCH":1
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":4,
"PATCH":3
"MINOR":3,
"PATCH":1
}
}
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#---------------------------------#

# version format (you need to bump it when changing version)
version: 1.8.11
version: 1.8.11.131

# branches
branches:
Expand Down Expand Up @@ -65,7 +65,7 @@
- cmd: set GAMEDATA_FOLDER=%APPVEYOR_BUILD_FOLDER%\GameData
- cmd: set ASSEMBLY_FOLDER=%GAMEDATA_FOLDER%\RemoteTech\Plugins
# download required KSP DLLs
- cmd: curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_4_3.zip
- cmd: curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_3_1.zip
# extract them
- cmd: cd %DOWNLOAD_FOLDER% & dir
- cmd: 7z.exe e -p%DLL_ARCH_PASS% -o%ASSEMBLY_FOLDER% %DOWNLOAD_FOLDER%\dlls.7z
Expand Down Expand Up @@ -270,7 +270,7 @@
- cmd: set GAMEDATA_FOLDER=%APPVEYOR_BUILD_FOLDER%\GameData
- cmd: set ASSEMBLY_FOLDER=%GAMEDATA_FOLDER%\RemoteTech\Plugins
# download required KSP DLLs
- cmd: curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_4_3.zip
- cmd: curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_3_1.zip
# extract them
- cmd: cd %DOWNLOAD_FOLDER% & dir
- cmd: 7z.exe e -p%DLL_ARCH_PASS% -o%ASSEMBLY_FOLDER% %DOWNLOAD_FOLDER%\dlls.7z
Expand Down
2 changes: 1 addition & 1 deletion src/RemoteTech/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
// DLLs any time it changes. Breaking on a minor revision is probably acceptable - it's
// unlikely that there wouldn't be other breaking changes on a minor version change.
[assembly: AssemblyVersion("1.8")]
[assembly: AssemblyFileVersion("1.8.11")]
[assembly: AssemblyFileVersion("1.8.11.131")]

// Use KSPAssembly to allow other DLLs to make this DLL a dependency in a
// non-hacky way in KSP. Format is (AssemblyProduct, major, minor), and it
Expand Down

0 comments on commit e65434c

Please sign in to comment.