Skip to content

Commit 2b45d90

Browse files
committed
Updated to version 0.7.0.
1 parent 0d87fbc commit 2b45d90

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

UnicodeHelper/UnicodeHelper.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<RunAnalyzersDuringLiveAnalysis>False</RunAnalyzersDuringLiveAnalysis>
88
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
99
<Title>Unicode Helper</Title>
10-
<Version>0.6.2</Version>
10+
<Version>0.7.0</Version>
1111
<Authors>FoolRunning</Authors>
1212
<Description>.Net library to get information about Unicode codepoints and to better handle the upper planes (1-16) of Unicode.</Description>
1313
<Copyright>© 2024 Tim Steenwyk</Copyright>
@@ -21,6 +21,9 @@
2121
<DelaySign>False</DelaySign>
2222
<GenerateDocumentationFile>True</GenerateDocumentationFile>
2323
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
24+
<PackageReleaseNotes>Implemented some UString methods.
25+
Added some convienence operators to UCodepoint.
26+
Added the beginnings of a UString builder to aid in creating UString instances.</PackageReleaseNotes>
2427
</PropertyGroup>
2528

2629
<ItemGroup>

0 commit comments

Comments
 (0)