Skip to content

Commit 6094d7a

Browse files
authored
fix: v3.1.1 nuget upload key (#90)
1 parent bc7b6e7 commit 6094d7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<PropertyGroup>
1818
<UseWindowsForms>true</UseWindowsForms>
1919
<TargetFramework>net9.0-windows</TargetFramework>
20-
<VersionPrefix>3.1.0</VersionPrefix>
20+
<VersionPrefix>3.1.1</VersionPrefix>
2121
</PropertyGroup>
2222
</Project>

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#---------------------------------#
44

55
# version format
6-
version: 3.1.0.{build}
6+
version: 3.1.1.{build}
77

88
# version suffix, if any (e.g. '-RC1', '-beta' otherwise '')
99
environment:
@@ -59,7 +59,7 @@ deploy:
5959
name: production
6060
artifact: /GitExtensions.GerritPlugin.*\.nupkg/
6161
api_key:
62-
secure: 2apdS3bqaEv20ai12PU9uXaF6w/INNVLyvFV7EdGyK8Uxdwk6KAKDuJySbmi/4uO
62+
secure: IlLI/MbhdzmXF/WB2G84zYsDWePXJqHBWDb1zBPxxXvGgx0WRxzMZxuBsvCOcZvbPTRF+UcGp0d5/HT8xZUEjA==
6363
skip_symbols: false
6464
on:
6565
appveyor_repo_tag: true

0 commit comments

Comments
 (0)