Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 7d3b71b

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.2.0...v3.0.0) (2023-08-06) ### Bug Fixes * Soved issue `CleanExtraLineBreak()` removing spaces before and after line breaks ([2c8fc7a](2c8fc7a)) ### Code Refactoring * Removed discontinued extensions ([d4ed02f](d4ed02f)) ### Tests * Added unit tests for all supported frameworks ([267cf7c](267cf7c)) ### BREAKING CHANGES * Removed discontinued extensions `EmptyOrWhiteSpace` * Removed supported for `netstandard2.0`, `netstandard2.1`, `net462`, `net48`
1 parent 122a47d commit 7d3b71b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# [3.0.0](https://github.com/TechNobre/PowerUtils.Text/compare/v2.2.0...v3.0.0) (2023-08-06)
2+
3+
4+
### Bug Fixes
5+
6+
* Soved issue `CleanExtraLineBreak()` removing spaces before and after line breaks ([2c8fc7a](https://github.com/TechNobre/PowerUtils.Text/commit/2c8fc7a84a356eed5a451757fd9125d8cf5397c1))
7+
8+
9+
### Code Refactoring
10+
11+
* Removed discontinued extensions ([d4ed02f](https://github.com/TechNobre/PowerUtils.Text/commit/d4ed02f1e8031cd37723da35e2fd636f31791951))
12+
13+
14+
### Tests
15+
16+
* Added unit tests for all supported frameworks ([267cf7c](https://github.com/TechNobre/PowerUtils.Text/commit/267cf7cdd9b1ba8baf5a2f23797ae851cba19744))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* Removed discontinued extensions `EmptyOrWhiteSpace`
22+
* Removed supported for `netstandard2.0`, `netstandard2.1`, `net462`, `net48`
23+
124
# [2.2.0](https://github.com/TechNobre/PowerUtils.Text/compare/v2.1.0...v2.2.0) (2022-07-11)
225

326

0 commit comments

Comments
 (0)