Skip to content

Commit a363203

Browse files
committed
Set version to 1.1.0 for new release
1 parent 7c7bd26 commit a363203

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

appveyor.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ skip_commits:
1010

1111
nuget:
1212
disable_publish_on_pr: true
13-
13+
1414
install:
1515
- cmd: git submodule update --init --recursive
1616

@@ -25,7 +25,7 @@ artifacts:
2525
- path: Release/bin
2626
name: ConfuserEx
2727
type: zip
28-
28+
2929
for:
3030
-
3131
branches:
@@ -35,3 +35,12 @@ for:
3535
artifacts:
3636
- path: Confuser.MSBuild.Tasks/bin/Release/*.nupkg
3737
name: ConfuserEx.MSBuild
38+
39+
deploy:
40+
tag: $(APPVEYOR_REPO_TAG_NAME)
41+
description: "ConfuserEx $(APPVEYOR_REPO_TAG_NAME) Release"
42+
provider: GitHub
43+
auth_token:
44+
secure: NTT+Z1zBxbj+w8jroqhYJnI2urxSt0gq3MUmDavUPVKZL+YX4krR4xJQ5OmHYhcG
45+
on:
46+
APPVEYOR_REPO_TAG: true

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0-alpha1.{height}",
2+
"version": "1.1.0",
33
"nugetPackageVersion": {
44
"semVer": 1
55
},

0 commit comments

Comments
 (0)