Skip to content

Commit d9beb9f

Browse files
authored
Release 1.2.3 (#1779)
1 parent 992ef81 commit d9beb9f

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.2.3
2+
## What's Changed
3+
### Large directories ignored in .gitignore significantly impact performance. [#1776](https://github.com/belav/csharpier/issues/1776)
4+
CSharpier was enumerating all files within all subdirectories and then determining if they should be formating or not. That logic was optimized to only enumerate files in directories that are not ignored.
5+
6+
**Full Changelog**: https://github.com/belav/csharpier/compare/1.2.2...1.2.3
17
# 1.2.2
28
## What's Changed
39

@@ -3732,5 +3738,6 @@ Thanks go to @pingzing
37323738
37333739
37343740
3741+
37353742
37363743

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

0 commit comments

Comments
 (0)