From d57bfe5c22708ab41b44d163b76123b38c9a107b Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Tue, 18 Sep 2018 10:21:36 -0500 Subject: [PATCH] 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. --- DocumentationAnalyzers/version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DocumentationAnalyzers/version.json b/DocumentationAnalyzers/version.json index e99b25f..e58fa95 100644 --- a/DocumentationAnalyzers/version.json +++ b/DocumentationAnalyzers/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.0-beta.{height}", + "version": "1.0.0-beta.{height}", "assemblyVersion": { "precision": "revision" },