Skip to content

Commit a5f0301

Browse files
authored
Update F# build and package versions (#18954)
1 parent 694c512 commit a5f0301

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

eng/Versions.props

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@
1212
<PropertyGroup>
1313
<!-- Don't use the built in support for pre-release iteration. The nuget repack task doesn't support
1414
the iteration format at the moment. https://github.com/dotnet/arcade/issues/15919 -->
15-
<FSharpPreReleaseIteration>2</FSharpPreReleaseIteration>
16-
<PreReleaseVersionLabel>rc$(FSharpPreReleaseIteration)</PreReleaseVersionLabel>
17-
<!-- These have to be in sync with latest release branch -->
15+
<FSharpPreReleaseIteration>1</FSharpPreReleaseIteration>
16+
<PreReleaseVersionLabel>alpha$(FSharpPreReleaseIteration)</PreReleaseVersionLabel>
1817
<!-- F# Version components -->
19-
<FSMajorVersion>10</FSMajorVersion>
18+
<FSMajorVersion>11</FSMajorVersion>
2019
<FSMinorVersion>0</FSMinorVersion>
21-
<FSBuildVersion>100</FSBuildVersion>
20+
<FSBuildVersion>0</FSBuildVersion>
2221
<FSRevisionVersion>0</FSRevisionVersion>
2322
<!-- -->
2423
<!-- F# Language version -->
@@ -41,7 +40,7 @@
4140
<FSharpLibrariesChangelogVersion>$(FSMajorVersion).$(FSMinorVersion).$(FSBuildVersion)</FSharpLibrariesChangelogVersion>
4241
<!-- -->
4342
<!-- The current published nuget package -->
44-
<FSharpCoreShippedPackageVersionValue>9.0.300</FSharpCoreShippedPackageVersionValue>
43+
<FSharpCoreShippedPackageVersionValue>9.0.303</FSharpCoreShippedPackageVersionValue>
4544
<!-- -->
4645
<!-- The pattern for specifying the preview package -->
4746
<FSharpCorePreviewPackageVersionValue>$(FSCorePackageVersionValue)-$(PreReleaseVersionLabel).*</FSharpCorePreviewPackageVersionValue>

0 commit comments

Comments
 (0)