icu.net
2.8.1
See the version list below for details.
dotnet add package icu.net --version 2.8.1
NuGet\Install-Package icu.net -Version 2.8.1
<PackageReference Include="icu.net" Version="2.8.1" />
paket add icu.net --version 2.8.1
#r "nuget: icu.net, 2.8.1"
// Install icu.net as a Cake Addin
#addin nuget:?package=icu.net&version=2.8.1
// Install icu.net as a Cake Tool
#tool nuget:?package=icu.net&version=2.8.1
icu.net is a C# Wrapper around ICU4C
This version of icu.net works with (more or less) any version of ICU4C.
NOTE: this package contains the managed wrapper part of icu.net. You'll also have to have the unmanaged binaries of ICU installed. On Linux it is recommended to install the official ICU package that comes with the system. On Windows you can install one of the binary nuget packages, e.g. Icu4c.Win.
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.6 netstandard2.0 netstandard2.1 |
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.0
- System.ValueTuple (>= 4.5.0)
-
.NETFramework 4.5.1
- Microsoft.Extensions.DependencyModel (>= 2.0.4)
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 1.6
- Microsoft.Extensions.DependencyModel (>= 2.0.4)
- NETStandard.Library (>= 1.6.1)
- System.Diagnostics.TraceSource (>= 4.3.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.ValueTuple (>= 4.4.0)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on icu.net:
Package | Downloads |
---|---|
SIL.WritingSystems
SIL.WritingSystems contains classes for managing and persisting writing systems using the Locale Data Markup Language (LDML) format. This library also contains classes for processing IETF (BCP-47) language tags and accessing the SIL Locale Data Repository (SLDR). |
|
SIL.Windows.Forms.Keyboarding
The SIL.Windows.Forms.Keyboarding library provides cross-platform functionality for keyboard selection and switching in Windows Forms applications. Currently, this library supports system and Keyman keyboards on Windows, and X keyboard extension (XKB) and Intelligent Input Bus (IBus) keyboards on Linux. |
|
ParatextData
Dll for use by third party applications needing to access Paratext's data. Compatible with SIL.Lib 10.0.x (required). Backwards compatible with data from Paratext 8.0 and 9.x. NOTE: This version of ParatextData is built using a AnyCPU configuration, but certain projects will not open correctly when run as 32-bit because of dependencies on native 64-bit libraries. |
|
GlyssenEngine
Library for working with Glyssen project data, including scripts and casting |
|
SIL.Lib
SIL.Core.dll, SIL.WritingSystems.dll, SIL.Scripture.dll |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.9.0-beta.19 | 109 | 12/16/2022 |
2.9.0-beta.18 | 119 | 12/9/2022 |
2.9.0-beta.17 | 48 | 11/23/2022 |
2.9.0-beta.16 | 51 | 11/14/2022 |
2.9.0-beta.15 | 51 | 11/11/2022 |
2.9.0-beta.14 | 141 | 10/17/2022 |
2.9.0-beta.13 | 249 | 8/9/2022 |
2.9.0-beta.12 | 76 | 8/4/2022 |
2.8.1 | 14,061 | 7/8/2022 |
2.8.0 | 1,700 | 6/24/2022 |
2.7.1 | 42,880 | 3/4/2021 |
2.6.0 | 99,589 | 9/27/2019 |
2.5.4 | 32,749 | 1/9/2019 |
2.5.3 | 939 | 12/17/2018 |
2.5.2 | 6,669 | 12/10/2018 |
2.5.0 | 1,686 | 11/27/2018 |
2.4.0 | 1,097 | 10/24/2018 |
2.3.4 | 7,212 | 8/27/2018 |
2.3.3 | 2,790 | 7/3/2018 |
2.3.2 | 19,778 | 3/14/2018 |
2.3.0 | 3,199 | 2/28/2018 |
2.2.0 | 1,808 | 9/29/2017 |
2.1.0 | 1,706 | 3/17/2017 |
2.0.1 | 13,955 | 12/19/2016 |
Changes since version 2.8.0
Fixed:
- Fix bug in `UnicodeSet.ToCharacters()` with upper Unicode planes (LT-21010)
See full changelog at https://github.com/sillsdev/icu-dotnet/blob/master/CHANGELOG.md.