Skip to content

Commit

Permalink
Marking first release candidate for 1.6
Browse files Browse the repository at this point in the history
Also updated the nuget API key
  • Loading branch information
mkaring committed Dec 23, 2021
1 parent bc50064 commit 5c9b693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ deploy:
APPVEYOR_REPO_TAG: true
- provider: NuGet
api_key:
secure: yqARg8GA5EIFGPVpYPZeS3I5gjsByMvYLVfXylpC9mF33W4Z40tAmE9q0/yf2Xne
secure: KSGvC66WIcadFq9WgN+SQVRAkYFojRmqmmiDlJP4CqmpZOGcOgT0tgg1MkWw6glg
on:
APPVEYOR_REPO_TAG: true
- provider: NuGet
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.6.0-alpha+{height}",
"version": "1.6.0-rc1+{height}",
"semVer1NumericIdentifierPadding": 4,
"publicReleaseRefSpec": [
"^refs/tags/v\\d+\\.\\d+"
Expand Down

0 comments on commit 5c9b693

Please sign in to comment.