Skip to content

Commit d404f56

Browse files
Merged PR 43008: Insert format into internal/release/6.0.4xx
- Updated Versions.props - update format version to 6.4.546803 - Updated Version.Details.xml - update format to 6.4.546803 ---- #### AI description (iteration 1) #### PR Classification Version update for internal release. #### PR Summary This pull request updates the version of the `dotnet-format` dependency for the internal release 6.0.4xx. - Updated `dotnet-format` version from `6.4.546001` to `6.4.546803` in `/eng/Version.Details.xml` - Updated `dotnetformatVersion` property to `6.4.546803` in `/eng/Versions.props`
1 parent aa87185 commit d404f56

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@
8383
<Sha>5d69143fbe992d8fa33d5b83d5fdd5f4ed7bb4fc</Sha>
8484
<SourceBuild RepoName="fsharp" ManagedOnly="true" />
8585
</Dependency>
86-
<Dependency Name="dotnet-format" Version="6.4.546001">
86+
<Dependency Name="dotnet-format" Version="6.4.546803">
8787
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-format</Uri>
88-
<Sha>de18e55a2bf88258e109faa253d6c83047ef6ddf</Sha>
88+
<Sha>22541a9f44196f25a4b1b431f2dae01f92dc5e62</Sha>
8989
<SourceBuildTarball RepoName="format" ManagedOnly="true" />
9090
</Dependency>
9191
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.3.1-3.22526.13">

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
</PropertyGroup>
9393
<PropertyGroup>
9494
<!-- Dependencies from https://github.com/dotnet/format -->
95-
<dotnetformatVersion>6.4.546001</dotnetformatVersion>
95+
<dotnetformatVersion>6.4.546803</dotnetformatVersion>
9696
</PropertyGroup>
9797
<PropertyGroup>
9898
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->

0 commit comments

Comments
 (0)