From b2e738bde6b7ecec0dda7f5fc867dfd7ad6808ee Mon Sep 17 00:00:00 2001 From: Bela VanderVoort Date: Sat, 7 Dec 2024 13:00:49 -0600 Subject: [PATCH] Releasing 0.30.3 --- CHANGELOG.md | 11 ++++++++++- Nuget/Build.props | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d44bfd79a..1a0a74277 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 [#1380](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