Skip to content

Commit a2809f3

Browse files
committed
Release 1.1.1
1 parent c0d33e6 commit a2809f3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.1.1
2+
## What's Changed
3+
### Unhandled exception: System.ArgumentOutOfRangeException: startIndex cannot be larger than length of string. (Parameter 'startIndex') [#1673](https://github.com/belav/csharpier/issues/1673)
4+
CSharpier was throwing an exception when formating a directory contained a file without an extension.
5+
6+
**Full Changelog**: https://github.com/belav/csharpier/compare/1.1.1...1.1.1
17
# 1.1.0
28
## What's Changed
39
### .gitignore from parent folders impacts formatting of children [#1627](https://github.com/belav/csharpier/issues/1627)
@@ -3432,5 +3438,6 @@ Thanks go to @pingzing
34323438
34333439
34343440
3441+
34353442
34363443

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>1.1.0</Version>
3+
<Version>1.1.1</Version>
44
<PackageLicenseExpression>MIT</PackageLicenseExpression>
55
<RepositoryUrl>https://github.com/belav/csharpier</RepositoryUrl>
66
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)