Skip to content

Commit

Permalink
Release 0.28.1 (#1230)
Browse files Browse the repository at this point in the history
  • Loading branch information
belav authored Apr 16, 2024
1 parent 2d5c87f commit 5244417
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -2338,3 +2347,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.0</Version>
<Version>0.28.1</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/belav/csharpier</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down
2 changes: 1 addition & 1 deletion Shell/CreateRelease.psm1 → Shell/Release.psm1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function CSH-CreateRelease {
function CSH-Release {
param (
[Parameter(Mandatory=$true)]
[string]$versionNumber
Expand Down

0 comments on commit 5244417

Please sign in to comment.