icu.net
2.8.0
See the version list below for details.
Install-Package icu.net -Version 2.8.0
dotnet add package icu.net --version 2.8.0
<PackageReference Include="icu.net" Version="2.8.0" />
paket add icu.net --version 2.8.0
#r "nuget: icu.net, 2.8.0"
// Install icu.net as a Cake Addin
#addin nuget:?package=icu.net&version=2.8.0
// Install icu.net as a Cake Tool
#tool nuget:?package=icu.net&version=2.8.0
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 |
.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 |
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.13 | 58 | 8/9/2022 |
2.9.0-beta.12 | 39 | 8/4/2022 |
2.8.1 | 659 | 7/8/2022 |
2.8.0 | 1,354 | 6/24/2022 |
2.7.1 | 36,439 | 3/4/2021 |
2.6.0 | 77,368 | 9/27/2019 |
2.5.4 | 29,466 | 1/9/2019 |
2.5.3 | 821 | 12/17/2018 |
2.5.2 | 6,550 | 12/10/2018 |
2.5.0 | 1,396 | 11/27/2018 |
2.4.0 | 969 | 10/24/2018 |
2.3.4 | 6,351 | 8/27/2018 |
2.3.3 | 2,646 | 7/3/2018 |
2.3.2 | 19,050 | 3/14/2018 |
2.3.0 | 2,499 | 2/28/2018 |
2.2.0 | 1,681 | 9/29/2017 |
2.1.0 | 1,573 | 3/17/2017 |
2.0.1 | 13,484 | 12/19/2016 |
Changes since version 2.7.1
Added:
- Added `Wrapper.SetPreferredIcu4cDirectory()` method to specify a
directory where to preferably look for icu4c
Changed:
- Increased maximum supported version to 90 (#167)
Fixed:
- Fix a problem confining ICU version if it's located in a different
directory. See `Wrapper.SetPreferredIcu4cDirectory()`.
- Also check in `runtimes/win7-*/native` for ICU binaries
- Include `icu.net.dll.config` file in nuget package. This is important for running on MacOSX.
- Fix construction of locale with language and keywords (cbersch)
- Fix passing locale to ubrk_open (cbersch)
- Fix race condition during initialization of native methods container (cbersch)
- Change .NET Standard target to reference System.ValueTuple 4.4 instead of 4.5
See full changelog at https://github.com/sillsdev/icu-dotnet/blob/master/CHANGELOG.md.