From e3c711f538ac82dffb10024175ff9c2334be098a Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Tue, 20 Nov 2018 14:56:30 -0800 Subject: [PATCH] Set local builds to version as 3.0.0-dev --- version.props | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/version.props b/version.props index 71a78cd..d977b43 100644 --- a/version.props +++ b/version.props @@ -1,12 +1,6 @@  3.0.0 - alpha1 - $(VersionPrefix) - $(VersionPrefix)-$(VersionSuffix)-final - t000 - a- - $(FeatureBranchVersionPrefix)$(VersionSuffix)-$([System.Text.RegularExpressions.Regex]::Replace('$(FeatureBranchVersionSuffix)', '[^\w-]', '-')) - $(VersionSuffix)-$(BuildNumber) + dev