From 7e6b6c69918449d1388bdcf86ddaff8d4a2d1eb8 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Tue, 20 Nov 2018 15:18:52 -0800 Subject: [PATCH] Set local builds to version as 3.0.0-dev (#177) --- 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