SIL.WritingSystems
12.0.1
dotnet add package SIL.WritingSystems --version 12.0.1
NuGet\Install-Package SIL.WritingSystems -Version 12.0.1
<PackageReference Include="SIL.WritingSystems" Version="12.0.1" />
paket add SIL.WritingSystems --version 12.0.1
#r "nuget: SIL.WritingSystems, 12.0.1"
// Install SIL.WritingSystems as a Cake Addin
#addin nuget:?package=SIL.WritingSystems&version=12.0.1
// Install SIL.WritingSystems as a Cake Tool
#tool nuget:?package=SIL.WritingSystems&version=12.0.1
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).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 is compatible. 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 | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.1
- icu.net (>= 2.8.1)
- SIL.Core (>= 12.0.1)
- Spart (>= 1.0.0)
- System.IO.FileSystem.AccessControl (>= 5.0.0)
-
.NETStandard 2.0
- icu.net (>= 2.8.1)
- SIL.Core (>= 12.0.1)
- Spart (>= 1.0.0)
- System.IO.FileSystem.AccessControl (>= 5.0.0)
NuGet packages (14)
Showing the top 5 NuGet packages that depend on SIL.WritingSystems:
Package | Downloads |
---|---|
SIL.DblBundle
SIL.DblBundle provides classes for building a Digital Bible Library (DBL) bundle. |
|
SIL.Lift
SIL.Lift contains classes for reading and writing Lexicon Interchange FormaT (LIFT) data. This assembly currently supports LIFT 0.13. |
|
SIL.DictionaryServices
SIL.DictionaryServices contains classes for defining a simple lexical model that can be used across applications. |
|
SIL.TestUtilities
SIL.TestUtilities contains convenience classes for developing unit tests. |
|
SIL.Windows.Forms
SIL.Windows.Forms contains Windows Forms classes for UI elements (controls and dialogs) that are commonly used across various SIL applications. SIL.Windows.Forms is similar to SIL.Core in that it does not contain classes that are specific to any domain. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Changes since version 12.0.0
Fixed:
- [SIL.Windows.Forms] Make `PalasoImage.FromFile(Robustly)` methods more robust
- [SIL.Windows.Forms] Update dll to `libdl.so.2` to make compatible with Ubuntu 22.x. Affects multiple projects.
- [SIL.Core] Fixed `BulkObservableList.MoveRange` method when moving a single item forward.
See full changelog at https://github.com/sillsdev/libpalaso/blob/master/CHANGELOG.md