Skip to content

Commit 1fac295

Browse files
committed
Set Version to Release 1.4.0
1 parent 445b933 commit 1fac295

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

appveyor.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,19 @@ deploy:
5757
tag: $(APPVEYOR_REPO_TAG_NAME)
5858
description: "ConfuserEx $(APPVEYOR_REPO_TAG_NAME) Release"
5959
auth_token:
60-
secure: NTT+Z1zBxbj+w8jroqhYJnI2urxSt0gq3MUmDavUPVKZL+YX4krR4xJQ5OmHYhcG
60+
secure: k2MIY7tKQEsg6+w3QIxMx6ptoBccUgOadKA1I8O9myFZS4SBdEINCbjGwALZrhdm
6161
on:
6262
APPVEYOR_REPO_TAG: true
6363
- provider: NuGet
6464
api_key:
6565
secure: yqARg8GA5EIFGPVpYPZeS3I5gjsByMvYLVfXylpC9mF33W4Z40tAmE9q0/yf2Xne
6666
on:
6767
APPVEYOR_REPO_TAG: true
68+
- provider: NuGet
69+
server: https://nuget.pkg.github.com/mkaring/index.json
70+
api_key:
71+
secure: k2MIY7tKQEsg6+w3QIxMx6ptoBccUgOadKA1I8O9myFZS4SBdEINCbjGwALZrhdm
72+
username:
73+
secure: NGDRiYcrJaLN2PkRszWIVg==
74+
on:
75+
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.4.0-alpha+{height}",
2+
"version": "1.4.0+{height}",
33
"nugetPackageVersion": {
44
"semVer": 1
55
},

0 commit comments

Comments
 (0)