diff --git a/CHANGELOG.md b/CHANGELOG.md index e2c530043..82ec08f46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ -# 0.30.2 +# 0.30.3 +## What's Changed +### CSharpier.MsBuild doesn't fail the github action anymore [#1357](https://github.com/belav/csharpier/issues/1357) +The changes for [1311](https://github.com/belav/csharpier/pull/1311) caused CSharpier.MsBuild to not report unformatted files as errors on linux. + +Thanks go to @PetSerAl for the fix + +**Full Changelog**: https://github.com/belav/csharpier/compare/0.30.2...0.30.3 +# 0.30.2 ## What's Changed ### CSharpier.MsBuild now uses DOTNET_HOST_PATH instead of just dotnet [#1387](https://github.com/belav/csharpier/pull/1387) Use current dotnet binary from DOTNET_HOST_PATH instead of just dotnet. @@ -2825,5 +2833,6 @@ Thanks go to @pingzing + diff --git a/Nuget/Build.props b/Nuget/Build.props index e88eb0099..17b9b1320 100644 --- a/Nuget/Build.props +++ b/Nuget/Build.props @@ -1,6 +1,6 @@ - 0.30.2 + 0.30.3 MIT https://github.com/belav/csharpier git