SIL.Core
10.0.0
Prefix Reserved
Install-Package SIL.Core -Version 10.0.0
dotnet add package SIL.Core --version 10.0.0
<PackageReference Include="SIL.Core" Version="10.0.0" />
paket add SIL.Core --version 10.0.0
#r "nuget: SIL.Core, 10.0.0"
// Install SIL.Core as a Cake Addin
#addin nuget:?package=SIL.Core&version=10.0.0
// Install SIL.Core as a Cake Tool
#tool nuget:?package=SIL.Core&version=10.0.0
SIL.Core provides general utilities for language software. It is the base library for all Palaso libraries.
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 | 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
- Mono.Unix (>= 7.1.0-final.1.21458.1)
- Newtonsoft.Json (>= 13.0.1)
-
.NETStandard 2.0
- Mono.Unix (>= 7.1.0-final.1.21458.1)
- Newtonsoft.Json (>= 13.0.1)
NuGet packages (30)
Showing the top 5 NuGet packages that depend on SIL.Core:
Package | Downloads |
---|---|
SIL.Scripture
SIL.Scripture provides classes for working with Scripture data such as references and versifications. |
|
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.DblBundle
SIL.DblBundle provides classes for building a Digital Bible Library (DBL) bundle. |
|
SIL.Core.Desktop
SIL.Core.Desktop provides general UI related utilities for language software. |
|
SIL.Lift
SIL.Lift contains classes for reading and writing Lexicon Interchange FormaT (LIFT) data. This assembly currently supports LIFT 0.13. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
10.0.0 | 95 | 8/4/2022 |
10.0.0-beta0089 | 28 | 8/4/2022 |
10.0.0-beta0087 | 30 | 8/4/2022 |
10.0.0-beta0081 | 183 | 7/28/2022 |
10.0.0-beta0079 | 64 | 7/25/2022 |
10.0.0-beta0075 | 47 | 7/25/2022 |
10.0.0-beta0074 | 27 | 7/25/2022 |
10.0.0-beta0072 | 39 | 7/22/2022 |
10.0.0-beta0068 | 35 | 7/22/2022 |
10.0.0-beta0067 | 49 | 7/19/2022 |
10.0.0-beta0066 | 155 | 7/15/2022 |
10.0.0-beta0064 | 60 | 7/14/2022 |
10.0.0-beta0063 | 67 | 7/14/2022 |
10.0.0-beta0060 | 59 | 7/14/2022 |
10.0.0-beta0058 | 78 | 7/13/2022 |
10.0.0-beta0056 | 57 | 7/13/2022 |
10.0.0-beta0054 | 103 | 7/12/2022 |
10.0.0-beta0050 | 42 | 7/12/2022 |
10.0.0-beta0048 | 52 | 7/11/2022 |
10.0.0-beta0044 | 40 | 7/11/2022 |
10.0.0-beta0042 | 68 | 7/7/2022 |
10.0.0-beta0039 | 54 | 7/6/2022 |
10.0.0-beta0033 | 51 | 7/1/2022 |
10.0.0-beta0029 | 43 | 6/30/2022 |
10.0.0-beta0026 | 43 | 6/29/2022 |
10.0.0-beta0025 | 41 | 6/28/2022 |
10.0.0-beta0023 | 82 | 6/16/2022 |
10.0.0-beta0021 | 43 | 6/14/2022 |
9.0.1-beta0015 | 326 | 6/10/2022 |
9.0.1-beta0014 | 61 | 6/9/2022 |
9.0.1-beta0013 | 51 | 6/8/2022 |
9.0.1-beta0011 | 52 | 6/7/2022 |
9.0.1-beta0010 | 56 | 6/7/2022 |
9.0.1-beta0007 | 49 | 6/7/2022 |
9.0.1-beta0006 | 48 | 6/6/2022 |
9.0.1-beta0004 | 48 | 6/6/2022 |
9.0.1-beta0003 | 55 | 6/3/2022 |
9.0.0 | 818 | 6/3/2022 |
8.0.0 | 17,123 | 3/4/2021 |
7.0.0 | 22,186 | 8/29/2019 |
4.1.0 | 980 | 3/23/2018 |
Changes since version 9.0.0
Added:
- [SIL.Windows.Forms] Added extension method InitializeWithAvailableUILocales.
- [SIL.Windows.Forms] Added LocalizationIncompleteDlg and LocalizationIncompleteViewModel classes
- [SIL.Windows.Forms] Added property SummaryDisplayMember to CheckedComboBox.
- [SIL.Core] ErrorReport now has a GetErrorReporter() getter function.
- [SIL.Core] ErrorReport exposes a NotifyUserOfProblemWrapper() protected function, which is designed to make it easier for subclasses to add additional NotifyUserOfProblem options
- [SIL.Core] Added AltImplGetUnicodeCategory function to StringExtensions
- [SIL.WritingSystems] Added static class IcuUCharCategoryExtensions with a method ToUnicodeCategory to translate from Character.UCharCategory to System.Globalization.UnicodeCategory.
- [SIL.Windows.Forms.Scripture] Added event InvalidReferencePasted to VerseControl, which is fired whenever an attempt to paste an invalid scripture reference is made.
Changed:
- [SIL.Windows.Forms.WritingSystems] Moved (internal) extension method InitializeWithAvailableUILocales to SIL.Windows.Forms.
- [SIL.Windows.Forms.WritingSystems] Added additional optional localizationIncompleteViewModel parameter to ToolStripExtensions.InitializeWithAvailableUILocales.
- [SIL.Core] If NotifyUserOfProblem is called with a null exception, it will no longer call UsageReporter.ReportException
- Replace deprecated `Mono.Posix` dependency with `Mono.Unix` (#1186)
Removed:
- Removed the "new" DisplayMember property from CheckedComboBox (which overrode the base class member). I don't believe this is a breaking change.
See full changelog at https://github.com/sillsdev/libpalaso/blob/master/CHANGELOG.md