Skip to content

Commit 12ac464

Browse files
authored
Release 1.2.5 (#1797)
1 parent a2589f3 commit 12ac464

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 1.2.5
2+
## What's Changed
3+
### Performance issue when running CLI in project with pnpm on Windows [#1781](https://github.com/belav/csharpier/issues/1781)
4+
**1.2.4 did not properly address this**
5+
6+
The code to determine if there is a version of CSharpier.MsBuild referenced that does not match the version of CSharpier being run has been optimized to not look in node_modules or .git. This significantly speeds things up in some setups.
7+
8+
9+
**Full Changelog**: https://github.com/belav/csharpier/compare/1.2.4...1.2.5
110
# 1.2.4
211
## What's Changed
312
### Weird enter in closing when formatting XAML TextBlock [#1785](https://github.com/belav/csharpier/issues/1785)
@@ -3782,5 +3791,6 @@ Thanks go to @pingzing
37823791
37833792
37843793
3794+
37853795
37863796

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

0 commit comments

Comments
 (0)