From 0e38a9fdd89418e0b462dcf86f836edab97f1fac Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Mon, 24 Jul 2017 13:50:55 -0700 Subject: [PATCH] Fix VersionPrefix --- build/common.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/common.props b/build/common.props index ffa2e90528..6475bd27ed 100644 --- a/build/common.props +++ b/build/common.props @@ -15,7 +15,7 @@ true - 2.0.0-$(VersionSuffix) + $(VersionPrefix)-$(VersionSuffix)