Skip to content

Commit

Permalink
back off version changes (dotnet#10473)
Browse files Browse the repository at this point in the history
Back off part of dotnet#10422 because version numbers are hard and if we do need to service this, we'll have to pull in more substantial changes.
  • Loading branch information
brettfo authored and nosami committed Feb 22, 2021
1 parent 56ac8b8 commit fb9933c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/Versions.props
Expand Up @@ -14,7 +14,7 @@
<PreReleaseVersionLabel>beta</PreReleaseVersionLabel>
<FSMajorVersion>5</FSMajorVersion>
<FSMinorVersion>0</FSMinorVersion>
<FSBuildVersion>1</FSBuildVersion>
<FSBuildVersion>0</FSBuildVersion>
<FSRevisionVersion>0</FSRevisionVersion>
<FSLanguageVersion>$(FSMajorVersion).$(FSMinorVersion)</FSLanguageVersion>
<FSLanguageReleaseNotesVersion>$(FSMajorVersion)-$(FSMinorVersion)</FSLanguageReleaseNotesVersion>
Expand Down

0 comments on commit fb9933c

Please sign in to comment.