Skip to content

Commit

Permalink
Set version to '2024.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob-Hague committed Nov 11, 2024
1 parent c7702f3 commit 74d4364
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "2024.2.0-prerelease.{height}",
"publicReleaseRefSpec": [
"^refs/heads/develop$",
"^refs/tags/\\d{4}\\.\\d+\\.\\d+"
],
"version": "2024.2.0",
"assemblyVersion": {
"precision": "revision"
},
"nugetPackageVersion": {
"semVer": 2
"nuGetPackageVersion": {
"semVer": 2.0
},
"publicReleaseRefSpec": [
"^refs/heads/develop$",
"^refs/tags/\\d{4}\\.\\d+\\.\\d+"
],
"release": {
"firstUnstableTag": "prerelease"
}
}
}

0 comments on commit 74d4364

Please sign in to comment.