Skip to content

Commit

Permalink
Bump release version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KSP-TaxiService committed Apr 16, 2018
1 parent 6074bf0 commit 0b448f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 37 deletions.
8 changes: 4 additions & 4 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.1.3
version: 1.2.0

# branches
branches:
Expand Down Expand Up @@ -64,7 +64,7 @@
- cmd: set GAMEDATA_FOLDER=%APPVEYOR_BUILD_FOLDER%\GameData
- cmd: set ASSEMBLY_FOLDER=%GAMEDATA_FOLDER%\CommNetConstellation\Plugins
# download required KSP DLLs
- cmd: curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_3_1.zip
- cmd: curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_4_2.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 @@ -212,7 +212,7 @@
#---------------------------------#

# version format (you need to bump it when changing version)
version: 1.1.3-{build}-{branch}
version: 1.2.0-{build}-{branch}

# branches
branches:
Expand Down Expand Up @@ -263,7 +263,7 @@
- cmd: set GAMEDATA_FOLDER=%APPVEYOR_BUILD_FOLDER%\GameData
- cmd: set ASSEMBLY_FOLDER=%GAMEDATA_FOLDER%\CommNetConstellation\Plugins
# download required KSP DLLs
- cmd: curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_3_1.zip
- cmd: curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_4_2.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
6 changes: 3 additions & 3 deletions src/CommNetConstellation/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
// Don't include the patch revision in the AssemblyVersion - as this will break any dependent
// 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.1")]
[assembly: AssemblyFileVersion("1.1.3")]
[assembly: AssemblyVersion("1.2")]
[assembly: AssemblyFileVersion("1.2.0")]

// 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
// does not appear to have a hard requirement to match the assembly version.
[assembly: KSPAssembly("CommNetConstellation", 1, 1)]
[assembly: KSPAssembly("CommNetConstellation", 1, 2)]
30 changes: 0 additions & 30 deletions v1.1-points.txt

This file was deleted.

0 comments on commit 0b448f3

Please sign in to comment.