We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a966f commit 2723bc9Copy full SHA for 2723bc9
.config/dotnet-tools.json
@@ -3,8 +3,10 @@
3
"isRoot": true,
4
"tools": {
5
"csharpier": {
6
- "version": "0.29.0",
7
- "commands": ["dotnet-csharpier"],
+ "version": "0.29.1",
+ "commands": [
8
+ "dotnet-csharpier"
9
+ ],
10
"rollForward": false
11
}
12
Jvw.DevToys.SemverCalculator/Jvw.DevToys.SemverCalculator.csproj
@@ -41,7 +41,7 @@
41
</Target>
42
43
<ItemGroup>
44
- <PackageReference Include="CSharpier.MsBuild" Version="0.29.0">
+ <PackageReference Include="CSharpier.MsBuild" Version="0.29.1">
45
<PrivateAssets>all</PrivateAssets>
46
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
47
</PackageReference>
0 commit comments