Skip to content

Commit

Permalink
Releasing 0.30.3 (#1401)
Browse files Browse the repository at this point in the history
  • Loading branch information
belav authored Dec 7, 2024
1 parent bcc9373 commit 0bec7d2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -2825,5 +2833,6 @@ Thanks go to @pingzing
2 changes: 1 addition & 1 deletion Nuget/Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>0.30.2</Version>
<Version>0.30.3</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/belav/csharpier</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit 0bec7d2

Please sign in to comment.