Skip to content

Commit

Permalink
Releasing 0.30.3 (belav#1401)
Browse files Browse the repository at this point in the history
  • Loading branch information
belav authored and pisolofin committed Dec 14, 2024
1 parent 89f18cd commit e64588e
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 @@ -2827,5 +2835,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/pisolofin/csharpier-editorconfig</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit e64588e

Please sign in to comment.