File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 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 -->
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 >
You can’t perform that action at this time.
0 commit comments