File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1- # 0.30.2
1+ # 0.30.3
2+ ## What's Changed
3+ ### CSharpier.MsBuild doesn't fail the github action anymore [ #1357 ] ( https://github.com/belav/csharpier/issues/1357 )
4+ The changes for [ 1311] ( https://github.com/belav/csharpier/pull/1311 ) caused CSharpier.MsBuild to not report unformatted files as errors on linux.
5+
6+ Thanks go to @PetSerAl for the fix
7+
8+ ** Full Changelog** : https://github.com/belav/csharpier/compare/0.30.2...0.30.3
9+ # 0.30.2
210## What's Changed
311### CSharpier.MsBuild now uses DOTNET_HOST_PATH instead of just dotnet [ #1387 ] ( https://github.com/belav/csharpier/pull/1387 )
412Use current dotnet binary from DOTNET_HOST_PATH instead of just dotnet.
@@ -2825,5 +2833,6 @@ Thanks go to @pingzing
28252833
28262834
28272835
2836+
28282837
28292838
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <Version >0.30.2 </Version >
3+ <Version >0.30.3 </Version >
44 <PackageLicenseExpression >MIT</PackageLicenseExpression >
55 <RepositoryUrl >https://github.com/belav/csharpier</RepositoryUrl >
66 <RepositoryType >git</RepositoryType >
You can’t perform that action at this time.
0 commit comments