Skip to content

Commit

Permalink
Set version to 1.1.0 for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaring committed Feb 10, 2019
1 parent 7c7bd26 commit a363203
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ skip_commits:

nuget:
disable_publish_on_pr: true

install:
- cmd: git submodule update --init --recursive

Expand All @@ -25,7 +25,7 @@ artifacts:
- path: Release/bin
name: ConfuserEx
type: zip

for:
-
branches:
Expand All @@ -35,3 +35,12 @@ for:
artifacts:
- path: Confuser.MSBuild.Tasks/bin/Release/*.nupkg
name: ConfuserEx.MSBuild

deploy:
tag: $(APPVEYOR_REPO_TAG_NAME)
description: "ConfuserEx $(APPVEYOR_REPO_TAG_NAME) Release"
provider: GitHub
auth_token:
secure: NTT+Z1zBxbj+w8jroqhYJnI2urxSt0gq3MUmDavUPVKZL+YX4krR4xJQ5OmHYhcG
on:
APPVEYOR_REPO_TAG: true
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-alpha1.{height}",
"version": "1.1.0",
"nugetPackageVersion": {
"semVer": 1
},
Expand Down

0 comments on commit a363203

Please sign in to comment.