Skip to content

Commit e0f0b54

Browse files
T-GroCopilot
andcommitted
Restore eng/Version.Details.xml and eng/Versions.props to main values
Previous rebase inadvertently reverted FSharpPreReleaseIteration from 4 to 3 and changed the VMR Source SHA to an older value. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1b60166 commit e0f0b54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/Version.Details.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="fsharp" Sha="542fea6988c173c64859bab06c9d2d100034843c" BarId="305563" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="fsharp" Sha="1a405c76db678301b6f6f5b22d2a63a152c26b97" BarId="309188" />
44
<ProductDependencies>
55
<Dependency Name="Microsoft.Build" Version="18.6.0-preview-26180-08">
66
<Uri>https://github.com/dotnet/msbuild</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PropertyGroup>
1515
<!-- Don't use the built in support for pre-release iteration. The nuget repack task doesn't support
1616
the iteration format at the moment. https://github.com/dotnet/arcade/issues/15919 -->
17-
<FSharpPreReleaseIteration>3</FSharpPreReleaseIteration>
17+
<FSharpPreReleaseIteration>4</FSharpPreReleaseIteration>
1818
<PreReleaseVersionLabel>preview$(FSharpPreReleaseIteration)</PreReleaseVersionLabel>
1919
<!-- F# Version components -->
2020
<FSMajorVersion>11</FSMajorVersion>

0 commit comments

Comments
 (0)