Skip to content

Commit 0bec7d2

Browse files
authored
Releasing 0.30.3 (#1401)
1 parent bcc9373 commit 0bec7d2

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
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)
412
Use 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

Nuget/Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>

0 commit comments

Comments
 (0)