Skip to content

Commit d57bfe5

Browse files
committed
Lock the 'build' version component
This change modifies the package versioning to make the git height part of the package prerelease designator but not part of the primary package version.
1 parent c67c66c commit d57bfe5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DocumentationAnalyzers/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "1.0-beta.{height}",
3+
"version": "1.0.0-beta.{height}",
44
"assemblyVersion": {
55
"precision": "revision"
66
},

0 commit comments

Comments
 (0)