Skip to content

Commit f3a37b6

Browse files
authored
back off version changes (#10473)
Back off part of #10422 because version numbers are hard and if we do need to service this, we'll have to pull in more substantial changes.
1 parent 7fd0736 commit f3a37b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PreReleaseVersionLabel>beta</PreReleaseVersionLabel>
1515
<FSMajorVersion>5</FSMajorVersion>
1616
<FSMinorVersion>0</FSMinorVersion>
17-
<FSBuildVersion>1</FSBuildVersion>
17+
<FSBuildVersion>0</FSBuildVersion>
1818
<FSRevisionVersion>0</FSRevisionVersion>
1919
<FSLanguageVersion>$(FSMajorVersion).$(FSMinorVersion)</FSLanguageVersion>
2020
<FSLanguageReleaseNotesVersion>$(FSMajorVersion)-$(FSMinorVersion)</FSLanguageReleaseNotesVersion>

0 commit comments

Comments
 (0)