We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e20886d commit fb5e894Copy full SHA for fb5e894
1 file changed
eng/Versions.props
@@ -19,7 +19,7 @@
19
<!-- F# Version components -->
20
<FSMajorVersion>11</FSMajorVersion>
21
<FSMinorVersion>0</FSMinorVersion>
22
- <FSBuildVersion>100</FSBuildVersion>
+ <FSBuildVersion>101</FSBuildVersion>
23
<FSRevisionVersion>0</FSRevisionVersion>
24
<!-- -->
25
<!-- F# Language version -->
@@ -63,7 +63,7 @@
63
<PropertyGroup>
64
<!-- These have to be in sync with latest release branch -->
65
<VSMajorVersion>18</VSMajorVersion>
66
- <VSMinorVersion>4</VSMinorVersion>
+ <VSMinorVersion>6</VSMinorVersion>
67
<VSGeneralVersion>$(VSMajorVersion).0</VSGeneralVersion>
68
<VSAssemblyVersionPrefix>$(VSMajorVersion).$(VSMinorVersion).0</VSAssemblyVersionPrefix>
69
<VSAssemblyVersion>$(VSAssemblyVersionPrefix).0</VSAssemblyVersion>
0 commit comments