Skip to content

Commit 03e8127

Browse files
committed
Updated copyright years. Updated to version 0.7.0.
1 parent 0d87fbc commit 03e8127

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Tim Steenwyk
3+
Copyright (c) 2025 Tim Steenwyk
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

UnicodeHelper/UnicodeHelper.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
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>
13-
<Copyright2024 Tim Steenwyk</Copyright>
13+
<Copyright2025 Tim Steenwyk</Copyright>
1414
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1515
<PackageTags>unicode;utf-32;codepoint;data;code;point;surrogate pair;character;characters;surrogate;pair;surogate pair;surogate</PackageTags>
1616
<RepositoryUrl>https://github.com/FoolRunning/UnicodeHelper</RepositoryUrl>
@@ -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)