Skip to content

Commit 1eb464c

Browse files
[release/dev18.0] Source code updates from dotnet/dotnet (#19053)
* Backflow from https://github.com/dotnet/dotnet / 8ee0cc0 build 289521 [[ commit created by automation ]] * Update dependencies from https://github.com/dotnet/dotnet build 289521 No dependency updates to commit * Update dependencies from https://github.com/dotnet/dotnet build 289695 No dependency updates to commit --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Tomas Grosup <[email protected]>
1 parent b7ef3e1 commit 1eb464c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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="8aba88f6f12f3ce1dd5740575cff9442f1f9122c" BarId="285155" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="fsharp" Sha="e17b0d08def649f30aed9c09cf4a2c5741a3c76c" BarId="289695" />
44
<ProductDependencies>
55
<Dependency Name="Microsoft.Build" Version="18.0.0-preview-25476-03">
66
<Uri>https://github.com/dotnet/msbuild</Uri>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
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>
15+
<FSharpPreReleaseIteration></FSharpPreReleaseIteration>
16+
<PreReleaseVersionLabel>servicing$(FSharpPreReleaseIteration)</PreReleaseVersionLabel>
1717
<!-- These have to be in sync with latest release branch -->
1818
<!-- F# Version components -->
1919
<FSMajorVersion>10</FSMajorVersion>
2020
<FSMinorVersion>0</FSMinorVersion>
21-
<FSBuildVersion>100</FSBuildVersion>
21+
<FSBuildVersion>101</FSBuildVersion>
2222
<FSRevisionVersion>0</FSRevisionVersion>
2323
<!-- -->
2424
<!-- F# Language version -->

0 commit comments

Comments
 (0)