Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-xu committed Oct 4, 2022
1 parent d5a63a8 commit e098c98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [4.0.0-beta1] - 2022-10-04
## [4.0.0-beta.30] - 2022-10-04

### Changed
- Dropped support for .NET Framework 4.5. We now only provide support for the .NET Framework 4.6, .NET 6 and .NET Standard 2.0.
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ artifacts:
deploy:
provider: NuGet
api_key:
secure: ObZpjlJ2soInYT4Ooi+u2KeQQ1LRsBbRA9uPU7ctOma7CZxxNN8hPUVjwFUY2wS1
secure: MgcHlxjQ6r/qVrOqrfPOqohB0KilPGA5ogx4/L6viXQGI7lj6k0HrmI+6dC9BnxI
on:
appveyor_repo_tag: true
3 changes: 1 addition & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "4.0.0-ci.{height}",
"version": "4.0.0-beta.{height}",
"cloudBuild": {
"buildNumber": {
"enabled": true
Expand All @@ -10,7 +10,6 @@
"semVer": 2
},
"publicReleaseRefSpec": [
"^refs/heads/main$", // we release out of master
"^refs/tags/v\\d+\\.\\d+" // we also release tags starting with vN.N
]
}

0 comments on commit e098c98

Please sign in to comment.