diff --git a/CHANGELOG.md b/CHANGELOG.md index ae6808054..06049a1d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ -# 0.28.0 +# 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` + + +Thanks go to @K0Te for reporting the issue + +**Full Changelog**: https://github.com/belav/csharpier/compare/0.28.0...0.28.1 +# 0.28.0 ## What's Changed ### Fix dedented method call if there is a long chain [#1154](https://github.com/belav/csharpier/issues/1154) In some cases of method chains, the first invocation would end up dedented. @@ -2338,3 +2347,4 @@ Thanks go to @pingzing + diff --git a/Nuget/Build.props b/Nuget/Build.props index 4838ebbf1..bb81189d1 100644 --- a/Nuget/Build.props +++ b/Nuget/Build.props @@ -1,6 +1,6 @@ - 0.28.0 + 0.28.1 MIT https://github.com/belav/csharpier git diff --git a/Shell/CreateRelease.psm1 b/Shell/Release.psm1 similarity index 97% rename from Shell/CreateRelease.psm1 rename to Shell/Release.psm1 index 028ee014e..21e1a074d 100644 --- a/Shell/CreateRelease.psm1 +++ b/Shell/Release.psm1 @@ -1,4 +1,4 @@ -function CSH-CreateRelease { +function CSH-Release { param ( [Parameter(Mandatory=$true)] [string]$versionNumber