Skip to content

Commit 3fc5e6d

Browse files
authored
Merge pull request #4463 from brettfo/product-version
use VS version as base for insertion packages
2 parents 7cc4cfa + be1877c commit 3fc5e6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup/FSharp.Setup.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
</PropertyGroup>
1212

1313
<PropertyGroup>
14-
<FSharpProductVersion>10.1</FSharpProductVersion>
14+
<!-- This number should be kept in sync with the expected shipping version of Visual Studio. -->
15+
<FSharpProductVersion>15.7</FSharpProductVersion>
1516
<!-- BUILD_BUILDNUMBER is passed from Microbuild. Replace by today's date and (0) if it was a local build -->
1617
<BUILD_BUILDNUMBER Condition="'$(BUILD_BUILDNUMBER)' == ''">$([System.DateTime]::Now.ToString(yyyyMMdd.0))</BUILD_BUILDNUMBER>
1718
<!-- Remove .DRAFT suffix if it exists in the build number -->

0 commit comments

Comments
 (0)