Skip to content

Commit 919eabb

Browse files
committed
Change versioning in version.json to static
Changed the versioning format in `version.json` from a dynamic build height format `"1.0.{height}"` to a static version `"1.0"`, removing the automatic increment with each build.
1 parent c978a02 commit 919eabb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "1.0.{height}",
3+
"version": "1.0",
44
"publicReleaseRefSpec": [
55
"^refs/heads/master$"
66
]

0 commit comments

Comments
 (0)