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

Commit ee0abd9

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 7d3b71b commit ee0abd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PowerUtils.Text.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AssemblyName>PowerUtils.Text</AssemblyName>
1010
<RootNamespace>PowerUtils.Text</RootNamespace>
1111

12-
<Version>2.2.0</Version>
12+
<Version>3.0.0</Version>
1313

1414
<PackageOutputPath>bin\</PackageOutputPath>
1515
</PropertyGroup>

0 commit comments

Comments
 (0)