UnicodeInformation 2.6.0
dotnet add package UnicodeInformation --version 2.6.0
NuGet\Install-Package UnicodeInformation -Version 2.6.0
<PackageReference Include="UnicodeInformation" Version="2.6.0" />
paket add UnicodeInformation --version 2.6.0
#r "nuget: UnicodeInformation, 2.6.0"
// Install UnicodeInformation as a Cake Addin
#addin nuget:?package=UnicodeInformation&version=2.6.0
// Install UnicodeInformation as a Cake Tool
#tool nuget:?package=UnicodeInformation&version=2.6.0
Library providing access to Unicode data to .NET clients.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.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 (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
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
|
|
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.6.0 | 5,892 | 10/14/2021 |
2.5.1 | 1,060 | 6/25/2021 |
2.5.0 | 4,170 | 4/13/2020 |
2.4.0 | 5,418 | 7/21/2019 |
2.3.0.26 | 906 | 3/14/2019 |
2.2.1 | 4,785 | 9/7/2017 |
2.2.0 | 1,084 | 6/25/2017 |
2.1.0 | 914 | 6/24/2017 |
2.0.0.10 | 1,449 | 8/8/2016 |
1.0.1.6 | 1,670 | 1/14/2016 |
1.0.1.5 | 1,762 | 1/14/2016 |
1.0.1.4 | 1,309 | 7/19/2015 |
1.0.1.2 | 1,253 | 6/2/2015 |
1.0.1.1 | 1,345 | 12/14/2014 |
1.0.0 | 1,361 | 11/24/2014 |
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.