Skip to content

Commit bd54135

Browse files
committed
Updated to version 0.7.2. No functional code changes.
1 parent b880645 commit bd54135

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

UnicodeHelper/UnicodeHelper.csproj

Lines changed: 2 additions & 4 deletions
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.7.1</Version>
10+
<Version>0.7.2</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>© 2025 Tim Steenwyk</Copyright>
@@ -21,9 +21,7 @@
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>
24+
<PackageReleaseNotes>Strong named the assembly and package.</PackageReleaseNotes>
2725
</PropertyGroup>
2826

2927
<ItemGroup>

0 commit comments

Comments
 (0)