UnicodeInformation 2.7.1

dotnet add package UnicodeInformation --version 2.7.1
NuGet\Install-Package UnicodeInformation -Version 2.7.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="UnicodeInformation" Version="2.7.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UnicodeInformation --version 2.7.1
#r "nuget: UnicodeInformation, 2.7.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on UnicodeInformation:

Package Downloads
Stringier

Text extensions for a more pleasant text processing experience.

GuiLabs.QuickInfo The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Quick Info library of instant answers

GitHub repositories (3)

Showing the top 3 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).
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 8,623 5/15/2023
2.7.0 178 5/14/2023
2.6.0 24,871 10/14/2021
2.5.1 1,274 6/25/2021
2.5.0 4,913 4/13/2020
2.4.0 5,602 7/21/2019
2.3.0.26 1,034 3/14/2019
2.2.1 5,057 9/7/2017
2.2.0 1,247 6/25/2017
2.1.0 1,064 6/24/2017
2.0.0.10 1,587 8/8/2016
1.0.1.6 1,817 1/14/2016
1.0.1.5 1,922 1/14/2016
1.0.1.4 1,430 7/19/2015
1.0.1.2 1,370 6/2/2015
1.0.1.1 1,462 12/14/2014
1.0.0 1,574 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.