File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2024 Tim Steenwyk
3+ Copyright (c) 2025 Tim Steenwyk
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 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- <Copyright >© 2024 Tim Steenwyk</Copyright >
13+ <Copyright >© 2025 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 >
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 >
You can’t perform that action at this time.
0 commit comments