SIL.WritingSystems
11.0.0-beta0043
See the version list below for details.
dotnet add package SIL.WritingSystems --version 11.0.0-beta0043
NuGet\Install-Package SIL.WritingSystems -Version 11.0.0-beta0043
<PackageReference Include="SIL.WritingSystems" Version="11.0.0-beta0043" />
paket add SIL.WritingSystems --version 11.0.0-beta0043
#r "nuget: SIL.WritingSystems, 11.0.0-beta0043"
// Install SIL.WritingSystems as a Cake Addin
#addin nuget:?package=SIL.WritingSystems&version=11.0.0-beta0043&prerelease
// Install SIL.WritingSystems as a Cake Tool
#tool nuget:?package=SIL.WritingSystems&version=11.0.0-beta0043&prerelease
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 |
---|---|
.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 | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.6.1
- icu.net (>= 2.8.1)
- SIL.Core (>= 11.0.0-beta0043)
- Spart (>= 1.0.0)
- System.IO.FileSystem.AccessControl (>= 5.0.0)
-
.NETStandard 2.0
- icu.net (>= 2.8.1)
- SIL.Core (>= 11.0.0-beta0043)
- 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.
Version | Downloads | Last updated |
---|---|---|
11.0.1 | 96 | 1/27/2023 |
11.0.1-beta0002 | 36 | 1/27/2023 |
11.0.0 | 383 | 1/21/2023 |
11.0.0-beta0063 | 38 | 1/21/2023 |
11.0.0-beta0061 | 97 | 1/4/2023 |
11.0.0-beta0057 | 45 | 1/4/2023 |
11.0.0-beta0051 | 40 | 1/4/2023 |
11.0.0-beta0050 | 69 | 12/14/2022 |
11.0.0-beta0049 | 69 | 12/13/2022 |
11.0.0-beta0047 | 281 | 11/28/2022 |
11.0.0-beta0043 | 53 | 11/15/2022 |
11.0.0-beta0042 | 44 | 11/15/2022 |
11.0.0-beta0041 | 96 | 10/12/2022 |
11.0.0-beta0040 | 323 | 10/5/2022 |
11.0.0-beta0038 | 61 | 9/28/2022 |
11.0.0-beta0035 | 52 | 9/23/2022 |
11.0.0-beta0034 | 57 | 9/22/2022 |
11.0.0-beta0033 | 79 | 9/12/2022 |
11.0.0-beta0028 | 53 | 9/7/2022 |
11.0.0-beta0027 | 74 | 9/6/2022 |
11.0.0-beta0025 | 63 | 9/2/2022 |
11.0.0-beta0024 | 876 | 9/1/2022 |
10.1.1-beta0003 | 54 | 8/29/2022 |
10.1.1-beta0002 | 58 | 8/29/2022 |
10.1.0 | 1,211 | 8/26/2022 |
10.0.0 | 3,622 | 8/4/2022 |
9.0.0 | 1,358 | 6/3/2022 |
8.0.0 | 21,361 | 3/4/2021 |
7.0.0 | 854 | 8/29/2019 |
Changes since version 10.1.0
Added:
- [SIL.Core] Added `ObjectModel.ObservableISet` as a parent class to the existing `ObservableHashSet`
- [SIL.Core] Added `ObjectModel.ObservableSortedSet` (child class of `ObservableISet`)
- [SIL.DblBundle] Added const strings to UsxNode for the various USX element names.
- [SIL.DblBundle] Added protected method GetAttribute to UsxNode.
- [SIL.DblBundle] Added sealed subclasses of UsxNode: UsxPara and UsxChar.
- [SIL.DblBundle] Added property IsChapterStart to UsxChapter.
- [SIL.Reporting] Added TypeOfExistingHandler property to ExceptionHandler.
Fixed:
- [SIL.DblBundle] Attempting to construct a UsxNode based on an invalid XmlNode now throws an exception in the constructor in most cases rather than later when properties are accessed.
- [SIL.DblBundle] Accessing UsxChapter.ChapterNumber on a chapter end node returns the chapter number (from the eid attribute) instead of throwing an exception.
- [SIL.WritingSystems] Prevent (and clean up) duplicate URLs in LDML files for Fonts, Keyboards, and Spell Check Dictionaries.
Changed:
- [SIL.Archiving] Changed REAP access protocol label from "Insite users" to "REAP users"
- [SIL.Archiving] Fixed typo in name of ArchiveAccessProtocol.GetDocumentationUri methods
- [SIL.Archiving] Changed ArchiveAccessProtocol.GetDocumentationUri methods
- [SIL.Archiving] Changed ArchiveAccessProtocol.SetChoicesFromCsv to thow ArgumentNullException instead of NullReferenceException. Also made it discard duplicate choices if the list contains duplicates.
- [SIL.Core] `FileLocationUtilities.GetDirectoryDistributedWithApplication` checks not only in
`DistFiles`, `common`, and `src` subdirectories, but also directly in the application or solution directory.
- [SIL.Core] Store URLs in Sets instead of Lists in `IKeyboardDefinition` (to prevent duplicates)
- [SIL.DblBundle.Tests] Made GetChaptersAndParasForMarkOneContaining2Verses private.
- [SIL.DblBundle] Made UsxNode abstract.
- [SIL.DblBundle] Made UsxNode.StyleTag virtual. Calling UsxChapter.StyleTag on a chapter end node returns null instead of throwing an exception.
- [SIL.DblBundle] Made UsxChapter sealed.
- [SIL.Core] Store URLs in Sets instead of Lists in `FontDefinition` and `SpellCheckDictionaryDefinition` (to prevent duplicates)
Removed:
- [SIL.Core.Desktop] Removed deprecated properties and methods from `FileLocator`:
`DirectoryOfApplicationOrSolution`, `DirectoryOfTheApplicationExecutable`, `LocateExecutable`,
`GetFileDistributedWithApplication`, `GetDirectoryDistributedWithApplication`,
and `LocateInProgramFiles`.
- [SIL.Core.Desktop] Removed deprecated methods from `DirectoryUtilities`:
`CopyDirectoryWithException`, `AreDirectoriesEquivalent`, `MoveDirectorySafely`,
`GetSafeDirectories`, `DeleteDirectoryRobust`, `GetUniqueFolderPath`. and `DirectoryIsEmpty`.
- [SIL.Core.Desktop] Removed deprecated methods from `FileUtils`: `IsFileLocked`,
`GrepFile`, `CheckValidPathname`, `ReplaceByCopyDelete`, `MakePathSafeFromEncodingProblems`,
`NormalizePath`, and `StripFilePrefix`.
- [SIL.Core] Removed deprecated class `CoreSetup`.
- [SIL.Core] Removed deprecated method `CreateResultsWithNoDuplicates` from `ResultSet`.
- [SIL.Core] Removed deprecated extension method `IEnumerable<T>.Concat<T>(string)`.
- [SIL.Core] Removed deprecated methods from `PathUtilities`: `GetDeviceNumber`,
`PathsAreOnSameVolume`, `PathContainsDirectory`.
- [SIL.Core] Removed deprecated class `HttpUtilityFromMono`.
- [SIL.Core] Removed deprecated parameterless `Init` method from `ExceptionHandler`.
- [SIL.Core] Removed deprecated `Init` method from `UsageReporter` (the one without
the `reportAsDeveloper` parameter).
- [SIL.Core] Removed deprecated methods from `XmlUtils`: `GetAttributeValue`,
`GetManditoryAttributeValue`, and `AppendAttribute`.
- [SIL.DblBundle] Removed deprecated methods from `TextBundle`: `CopyVersificationFile`,
`CopyFontFiles`, and `CopyLdmlFile`.
- [SIL.DictionaryServices.Tests] Removed deprecated `AssertEqualsCanonicalString`
method from `LiftWriterTests`.
- [SIL.Media] Removed deprecated `AudioSession` method from `AudioFactory`.
- [SIL.TestUtilities] Removed deprecated c'tor, properties and methods from
`TemporaryFolder`: `TemporaryFolder()`, `FolderPath`, `Delete`, and `GetTemporaryFile`.
- [SIL.Windows.Forms] Removed deprecated `GetSummaryParagraph(string)` method from
`MetaData`.
- [SIL.Windows.Forms] Removed deprecated `UseComboButtonStyle` from PushButtonColumn`.
See full changelog at https://github.com/sillsdev/libpalaso/blob/master/CHANGELOG.md