Skip to content

Commit

Permalink
Merge pull request #10841 from KevinRansom/versioningoops16.9
Browse files Browse the repository at this point in the history
Fix version #
  • Loading branch information
KevinRansom authored Jan 5, 2021
2 parents 77c36da + 6e5bf37 commit 9b34daa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
<!-- The pattern for specifying the preview package -->
<FSharpCorePreviewPackageVersion>$(FSCorePackageVersion)-$(PreReleaseVersionLabel).*</FSharpCorePreviewPackageVersion>
<FSToolsMajorVersion>11</FSToolsMajorVersion>
<FSToolsMinorVersion>$(FSMinorVersion)</FSToolsMinorVersion>
<!-- maintaining this version number because it's the regular flow of things, even though it's immediately overridden on the next line -->
<FSToolsMinorVersion>2</FSToolsMinorVersion>
<FSToolsBuildVersion>$(FSBuildVersion)</FSToolsBuildVersion>
<FSToolsRevisionVersion>$(FSRevisionVersion)</FSToolsRevisionVersion>
<FSProductVersionPrefix>$(FSToolsMajorVersion).$(FSToolsMinorVersion).$(FSToolsBuildVersion)</FSProductVersionPrefix>
Expand Down

0 comments on commit 9b34daa

Please sign in to comment.