Skip to content

Commit 2723bc9

Browse files
committed
Update CSharpier
1 parent 31a966f commit 2723bc9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.config/dotnet-tools.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
"isRoot": true,
44
"tools": {
55
"csharpier": {
6-
"version": "0.29.0",
7-
"commands": ["dotnet-csharpier"],
6+
"version": "0.29.1",
7+
"commands": [
8+
"dotnet-csharpier"
9+
],
810
"rollForward": false
911
}
1012
}

Jvw.DevToys.SemverCalculator/Jvw.DevToys.SemverCalculator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</Target>
4242

4343
<ItemGroup>
44-
<PackageReference Include="CSharpier.MsBuild" Version="0.29.0">
44+
<PackageReference Include="CSharpier.MsBuild" Version="0.29.1">
4545
<PrivateAssets>all</PrivateAssets>
4646
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4747
</PackageReference>

0 commit comments

Comments
 (0)