Skip to content

Commit 2dba168

Browse files
authored
Release branch (#579)
* Set version info * Make appveyor play nice (I hope)
1 parent 3f30491 commit 2dba168

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Vic2ToHoI4/Data_Files/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version info
22

3-
version = "0.2L-prerelease"
3+
version = "0.2L"
44
name = "Leopold III"
55
descriptionLine = "compatible with 1.8.2"

appveyor.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ test_script:
2020
(new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\tests.xml))
2121
artifacts:
2222
- path: Release
23-
name: Vic2ToHoI4
23+
name: Vic2ToHoI4-0.2L
2424
deploy:
2525
- provider: GitHub
26-
release: windows_development_build
27-
description: The most recent build of the development version
26+
release: 0.2L
27+
description: 0.2L "Leopold III" - compatible with 1.8.2
2828
auth_token:
2929
secure: LBJzs4y9j0N5y0ajp7gmVk3Pvnec1UU5pTCdIMbQYUddEXQnWTJ79FXsd9SCs7YQ
3030
repository: ParadoxGameConverters/Vic2ToHoI4
31-
artifact: Vic2ToHoI4
31+
artifact: Vic2ToHoI4-0.2L
3232
prerelease: true
3333
force_update: true

0 commit comments

Comments
 (0)