Skip to content

Commit

Permalink
Release branch (#579)
Browse files Browse the repository at this point in the history
* Set version info
* Make appveyor play nice (I hope)
  • Loading branch information
Idhrendur authored Mar 25, 2020
1 parent 3f30491 commit 2dba168
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Vic2ToHoI4/Data_Files/version.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Version info

version = "0.2L-prerelease"
version = "0.2L"
name = "Leopold III"
descriptionLine = "compatible with 1.8.2"
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2dba168

Please sign in to comment.