UnicodeInformation 2.7.1
dotnet add package UnicodeInformation --version 2.7.1
NuGet\Install-Package UnicodeInformation -Version 2.7.1
<PackageReference Include="UnicodeInformation" Version="2.7.1" />
paket add UnicodeInformation --version 2.7.1
#r "nuget: UnicodeInformation, 2.7.1"
// Install UnicodeInformation as a Cake Addin #addin nuget:?package=UnicodeInformation&version=2.7.1 // Install UnicodeInformation as a Cake Tool #tool nuget:?package=UnicodeInformation&version=2.7.1
Library providing access to Unicode data to .NET clients.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.1 is compatible. netstandard1.2 was computed. netstandard1.3 was computed. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wpa81 was computed. |
Windows Store | netcore was computed. netcore45 was computed. netcore451 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5
- System.ComponentModel.Annotations (>= 4.5.0)
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
- System.ComponentModel.Annotations (>= 4.5.0)
-
.NETStandard 2.0
- System.ComponentModel.Annotations (>= 4.5.0)
-
.NETStandard 2.1
- System.ComponentModel.Annotations (>= 4.5.0)
-
net5.0
- System.ComponentModel.Annotations (>= 4.5.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on UnicodeInformation:
Package | Downloads |
---|---|
Stringier
Text extensions for a more pleasant text processing experience. |
|
GuiLabs.QuickInfo
Quick Info library of instant answers |
|
LaquaiLib
Personal library. General purpose. |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on UnicodeInformation:
Repository | Stars |
---|---|
microsoft/PowerToys
Windows system utilities to maximize productivity
|
|
sebastienros/esprima-dotnet
Esprima .NET (BSD license) is a .NET port of the esprima.org project. It is a standard-compliant ECMAScript parser (also popularly known as JavaScript).
|
|
SimonCropp/NaughtyStrings
Provides a strong typed .NET API for the Big List of Naughty Strings https://github.com/minimaxir/big-list-of-naughty-strings
|
|
KirillOsenkov/QuickInfo
http://quickinfo.io - a search textbox with extensible "answers" (calculator, unit-converter, colors, ascii/unicode, etc). See demo at http://quickinfo.io/?demo
|
Version | Downloads | Last updated |
---|---|---|
2.7.1 | 19,537 | 5/15/2023 |
2.7.0 | 204 | 5/14/2023 |
2.6.0 | 30,915 | 10/14/2021 |
2.5.1 | 1,345 | 6/25/2021 |
2.5.0 | 5,401 | 4/13/2020 |
2.4.0 | 5,653 | 7/21/2019 |
2.3.0.26 | 1,063 | 3/14/2019 |
2.2.1 | 5,144 | 9/7/2017 |
2.2.0 | 1,298 | 6/25/2017 |
2.1.0 | 1,110 | 6/24/2017 |
2.0.0.10 | 1,620 | 8/8/2016 |
1.0.1.6 | 1,864 | 1/14/2016 |
1.0.1.5 | 1,953 | 1/14/2016 |
1.0.1.4 | 1,454 | 7/19/2015 |
1.0.1.2 | 1,406 | 6/2/2015 |
1.0.1.1 | 1,490 | 12/14/2014 |
1.0.0 | 1,651 | 11/24/2014 |
Version 2.7.1
-------------
Fix startup performance regression at the cost of more memory usage during startup.
Version 2.7.0
-------------
Support for Unicode 15.0
Version 2.6.0
-------------
Support for Unicode 14.0
Bugfix in CjkRadicalData
Reduce string allocations for a few methods on frameworks where native Span is available.
Version 2.5.1
-------------
Fix for .NET 6
Version 2.5.0
-------------
Support for Unicode 13.0.
-------------
Support for Unicode 12.1.
Added the missing Emoji properties Extended_Pictographic and EmojiModifier that were missing. 🎉
Structs that were immutable have been marked as readonly.
Version 2.3.0
-------------
Support for Unicode 12.0.
Target .NET Standard 2.0.
Version 2.2.1
-------------
Added DebuggerDisplay attributes on various types.
Version 2.2.0
-------------
Added emoji properties.
Version 2.1.0
-------------
Support for Unicode 10.0.
Version 2.0.0
-------------
Following migration to Unicode 9.0.0, UnicodeRadicalStrokeCount.StrokeCount is now of type System.SByte instead of type System.Byte.