From 2dba16810e2d0367c0ba7ee4fa38a987fe6929a1 Mon Sep 17 00:00:00 2001 From: Idhrendur Date: Tue, 24 Mar 2020 17:52:06 -0700 Subject: [PATCH] Release branch (#579) * Set version info * Make appveyor play nice (I hope) --- Vic2ToHoI4/Data_Files/version.txt | 2 +- appveyor.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Vic2ToHoI4/Data_Files/version.txt b/Vic2ToHoI4/Data_Files/version.txt index fe2042d880..4e750eb9f0 100644 --- a/Vic2ToHoI4/Data_Files/version.txt +++ b/Vic2ToHoI4/Data_Files/version.txt @@ -1,5 +1,5 @@ # Version info -version = "0.2L-prerelease" +version = "0.2L" name = "Leopold III" descriptionLine = "compatible with 1.8.2" \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index cb2932f5ca..45d98a2e49 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,14 +20,14 @@ test_script: (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\tests.xml)) artifacts: - path: Release - name: Vic2ToHoI4 + name: Vic2ToHoI4-0.2L deploy: - provider: GitHub - release: windows_development_build - description: The most recent build of the development version + release: 0.2L + description: 0.2L "Leopold III" - compatible with 1.8.2 auth_token: secure: LBJzs4y9j0N5y0ajp7gmVk3Pvnec1UU5pTCdIMbQYUddEXQnWTJ79FXsd9SCs7YQ repository: ParadoxGameConverters/Vic2ToHoI4 - artifact: Vic2ToHoI4 + artifact: Vic2ToHoI4-0.2L prerelease: true force_update: true \ No newline at end of file