From 017f06d44583309a5389e85048bc800ccad4119d Mon Sep 17 00:00:00 2001 From: "Brett V. Forsgren" Date: Mon, 12 Mar 2018 12:22:30 -0700 Subject: [PATCH] consolidate VS package version generation --- setup/FSharp.Setup.props | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup/FSharp.Setup.props b/setup/FSharp.Setup.props index f17a8c2d4..7d9325d6d 100644 --- a/setup/FSharp.Setup.props +++ b/setup/FSharp.Setup.props @@ -10,9 +10,11 @@ $(SetupRootFolder)\..\packages + + - - 15.7 + + $(VSAssemblyVersion.Split('.')[0]).$(VSAssemblyVersion.Split('.')[1]) $([System.DateTime]::Now.ToString(yyyyMMdd.0)) -- GitLab