Skip to content

Commit

Permalink
Release 0.28.2 (#1245)
Browse files Browse the repository at this point in the history
  • Loading branch information
belav authored Apr 26, 2024
1 parent aea004c commit 3e4366c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# 0.28.1
# 0.28.2
## What's Changed
### Pipe to `dotnet csharpier` fails when subdirectory is inaccessible [#1240](https://github.com/belav/csharpier/pull/1240)
When running the following CSharpier would look for config files in subdirectories of the `pwd`. This could lead to exceptions if some of those directories were inaccessible.
```
echo "namespace Foo { public class Bar { public string Baz {get;set;}}}" | dotnet csharpier
```

Thanks go to @jamesfoster for reporting the issue.

**Full Changelog**: https://github.com/belav/csharpier/compare/0.28.1...0.28.2
# 0.28.1
## What's Changed
### Third party .editorconfig leading to: Error Failure parsing editorconfig files [#1227](https://github.com/belav/csharpier/issues/1227)
When CSharpier encountered an invalid `.editorconfig` file, it would throw an exception and not format files. These files could appear in 3rd party code (for example within node_modules). CSharpier now ignores invalid lines in `.editorconfigs`
Expand Down Expand Up @@ -2348,3 +2359,4 @@ 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.28.1</Version>
<Version>0.28.2</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/belav/csharpier</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit 3e4366c

Please sign in to comment.