Skip to content

Commit

Permalink
formatting with 0.25.0 apparently doesn't affect any of the code (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
belav authored Jun 30, 2023
1 parent 21bc71d commit eaa6601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"csharpier": {
"version": "0.22.0",
"version": "0.25.0",
"commands": [
"dotnet-csharpier"
]
Expand Down
2 changes: 1 addition & 1 deletion Src/CSharpier.MsBuild.Test/CSharpier.MsBuild.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CSharpier.MsBuild" Version="0.22.0">
<PackageReference Include="CSharpier.MsBuild" Version="0.25.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit eaa6601

Please sign in to comment.