Skip to content

Commit ae67d44

Browse files
committed
github tagging
1 parent acff01d commit ae67d44

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(MSBuildProjectName).xml</DocumentationFile>
77

8-
<AssemblyVersion>1.0.3</AssemblyVersion>
8+
<AssemblyVersion>1.0.4</AssemblyVersion>
99
<FileVersion>$(AssemblyVersion)</FileVersion>
1010
<Version>$(AssemblyVersion)</Version>
1111

appveyor.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@ artifacts:
2929

3030
deploy:
3131
- provider: NuGet
32-
name: Release
3332
on:
3433
APPVEYOR_REPO_TAG: true
3534
api_key:
3635
secure: pzvKbbudjmurey9no+lmNxd6Ns4zlxtA53dWSTIzjJO2VwKXzWScLTkjUK3s87YO
3736
- provider: GitHub
37+
on:
38+
APPVEYOR_REPO_TAG: true
3839
auth_token:
3940
secure: MSUVTCMCvD3SXQ6unyvSaBDi0uSd+hoE9bil07nvHeF68LOiw6vn04VnW8lo85JZ
4041
tag: $(APPVEYOR_REPO_TAG_NAME)
@@ -44,6 +45,3 @@ deploy:
4445
draft: false
4546
prerelease: false
4647
force_update: true
47-
on:
48-
appveyor_repo_tag: true
49-
tag: $(APPVEYOR_REPO_TAG_NAME)

0 commit comments

Comments
 (0)