icu.net 2.0.1

Suggested Alternatives

icu.net 2.9.0

Additional Details

Versions 2.8.1 and older are not compatible with .NET Core and .NET 5+.

There is a newer version of this package available.
See the version list below for details.
dotnet add package icu.net --version 2.0.1
NuGet\Install-Package icu.net -Version 2.0.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="icu.net" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add icu.net --version 2.0.1
#r "nuget: icu.net, 2.0.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 icu.net as a Cake Addin
#addin nuget:?package=icu.net&version=2.0.1

// Install icu.net as a Cake Tool
#tool nuget:?package=icu.net&version=2.0.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 Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0

    • No dependencies.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on icu.net:

Package Downloads
SIL.WritingSystems The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 12.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 (1)

Showing the top 1 popular GitHub repositories that depend on icu.net:

Repository Stars
RWS/Sdl-Community
This is the place where we develop and maintain most of SDL's plugins for Trados Studio. If you want to help us or just looking for some examples this is the perfect place.
Version Downloads Last updated
2.9.1-beta.6 13 3/27/2024
2.9.1-beta.5 55 3/13/2024
2.9.1-beta.4 49 3/13/2024
2.9.1-beta.1 1,213 2/15/2023
2.9.0 41,674 2/15/2023
2.8.1 66,780 7/8/2022
2.8.0 2,475 6/24/2022
2.7.1 64,642 3/4/2021
2.6.0 173,977 9/27/2019
2.5.4 41,948 1/9/2019
2.5.3 1,686 12/17/2018
2.5.2 7,929 12/10/2018
2.5.0 2,636 11/27/2018
2.4.0 1,811 10/24/2018
2.3.4 8,814 8/27/2018
2.3.3 3,570 7/3/2018
2.3.2 20,965 3/14/2018
2.3.0 4,681 2/28/2018
2.2.0 2,571 9/29/2017
2.1.0 2,446 3/17/2017
2.0.1 14,690 12/19/2016

Fixed:
- Prefer local directory when loading unmanaged ICU binaries. This addresses #20.
- Fix `CollationStrength.Identical` value to match value used by unmanaged
 binaries.
- Fix casing of a few native methods.

Changed:
- Call native cleanup from Wrapper.Cleanup
- Reset ICU version and method pointers on cleanup.

Removed:
- Removed obsolete debian packaging files