SIL.Windows.Forms.DblBundle
16.0.0-beta0021
Prefix Reserved
See the version list below for details.
dotnet add package SIL.Windows.Forms.DblBundle --version 16.0.0-beta0021
NuGet\Install-Package SIL.Windows.Forms.DblBundle -Version 16.0.0-beta0021
<PackageReference Include="SIL.Windows.Forms.DblBundle" Version="16.0.0-beta0021" />
<PackageVersion Include="SIL.Windows.Forms.DblBundle" Version="16.0.0-beta0021" />
<PackageReference Include="SIL.Windows.Forms.DblBundle" />
paket add SIL.Windows.Forms.DblBundle --version 16.0.0-beta0021
#r "nuget: SIL.Windows.Forms.DblBundle, 16.0.0-beta0021"
#:package SIL.Windows.Forms.DblBundle@16.0.0-beta0021
#addin nuget:?package=SIL.Windows.Forms.DblBundle&version=16.0.0-beta0021&prerelease
#tool nuget:?package=SIL.Windows.Forms.DblBundle&version=16.0.0-beta0021&prerelease
Package Description
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 is compatible. net481 was computed. |
-
.NETFramework 4.6.2
- SIL.Core (>= 16.0.0-beta0021)
- SIL.DblBundle (>= 16.0.0-beta0021)
- SIL.Windows.Forms (>= 16.0.0-beta0021)
-
.NETFramework 4.8
- SIL.Core (>= 16.0.0-beta0021)
- SIL.DblBundle (>= 16.0.0-beta0021)
- SIL.Windows.Forms (>= 16.0.0-beta0021)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 18.0.0-beta0014 | 0 | 6/4/2026 |
| 18.0.0-beta0013 | 95 | 5/11/2026 |
| 18.0.0-beta0012 | 89 | 5/7/2026 |
| 18.0.0-beta0011 | 87 | 5/7/2026 |
| 18.0.0-beta0010 | 95 | 4/28/2026 |
| 18.0.0-beta0009 | 107 | 4/26/2026 |
| 18.0.0-beta0008 | 106 | 4/23/2026 |
| 18.0.0-beta0007 | 101 | 4/22/2026 |
| 18.0.0-beta0006 | 110 | 3/26/2026 |
| 18.0.0-beta0005 | 98 | 3/24/2026 |
| 18.0.0-beta0004 | 117 | 3/16/2026 |
| 18.0.0-beta0003 | 108 | 2/26/2026 |
| 18.0.0-beta0002 | 118 | 2/17/2026 |
| 18.0.0-beta0001 | 108 | 2/4/2026 |
| 17.0.0 | 156 | 2/2/2026 |
| 17.0.0-beta0097 | 122 | 1/5/2026 |
| 17.0.0-beta0095 | 288 | 12/18/2025 |
| 17.0.0-beta0094 | 294 | 12/17/2025 |
| 17.0.0-beta0093 | 292 | 12/16/2025 |
| 16.0.0-beta0021 | 176 | 2/12/2025 |
Changes since version 15.0.0
Added:
- [SIL.WritingSystems] Added public DownloadLanguageTags method for updating the cached langtags.json from the SLDR repository.
Changed:
- [SIL.TestUtilities] Made FluentAssertXml classes use "Assert.That" so they can work in clients that use NUnit 4.
- [SIL.Windows.Forms] Removed protected members from FadingMessageWindow: MsgThread, MsgForm, Text, MsgPoint, and ShowForm. (The underlying implementation needed to be changed, and the existing implementation was such that these members would be unlikely to have been meaningful or helpful in a derived class anyway.)
- [SIL.Windows.Forms] Added the stated requirement that FadingMessageWindow.Show be called on the UI thread.
- [SIL.WritingSystems] Changed optional parameter of SLDR's Initialize from offlineMode to offlineTestMode (technically a breaking change).
- [SIL.WritingSystems] Added optional parameter to InitializeLanguageTags: bool downloadLanguageTags (default true).
- [SIL.WritingSystems] Download of langtags.json handled with ETag and If-None-Match headers instead of If-Modified-Since.
- [SIL.DictionaryServices] In class LiftLexEntryRepository, renamed private method GetTrimmedElementsSeperatedBySemiColon to GetTrimmedElementsSeparatedBySemiColon and private method CheckIfTokenHasAlreadyBeenReturnedForThisSemanticDomain parameter fieldsandValuesForRecordTokens to fieldsAndValuesForRecordTokens.
- [SIL.DictionaryServices.Tests] Renamed test class LiftLexEntryRepositoryStateUnitializedTests to LiftLexEntryRepositoryStateUninitializedTests.
- [SIL.DictionaryServices.Tests.Lift] Renamed test class LiftRepositoryStateUnitializedTests to LiftRepositoryStateUninitializedTests.
- [SIL.Tests.Data] Renamed test interface IRepositoryStateUnitializedTests to IRepositoryStateUninitializedTests and test class MemoryRepositoryStateUnitializedTests to MemoryRepositoryStateUninitializedTests.
- [SIL.Tests.Spelling] Renamed test class SpellingwordTokenizerTests to SpellingWordTokenizerTests.
- [SIL.Tests.Text] In test class MultiTextBaseTests, renamed method AnnotationOfMisssingAlternative to AnnotationOfMissingAlternative.
- [SIL.Windows.Forms.Keyboarding.Tests] In test class XkbKeyboardAdapterTests, renamed method Errorkeyboards to ErrorKeyboards.
- [SIL.Windows.Forms.Keyboarding.Windows] In internal interface ITfInputProcessorProfileMgr, renamed method RegisterProfile parameter hklsubstitute to hklSubstitute.
- [SIL.Windows.Forms.Reporting] In class ProblemNotificationDialog, renamed internal property _reoccurenceMessage to _reoccurrenceMessage.
- [SIL.WritingSystems] In class LanguageLookup changed private method AddLanguage parameter threelettercode to threeLetterCode.
- [SIL.Xml] (Breaking change!) In class XmlUtils, renamed method GetIndendentedXml to GetIndentedXml.
- [SIL.UsbDrive.Linux] (Breaking change!) In interface IUDiskDevice renamed method DriveAtaSmartInitiateSelftest to DriveAtaSmartInitiateSelfTest and property DevicePresentationNopolicy to DevicePresentationNoPolicy.
- [SIL.DictionaryServices.Model] (Breaking change!) In class LexEntry, renamed WellKnownProperties.FlagSkipBaseform to WellKnownProperties.FlagSkipBaseForm and GetSomeMeaningToUseInAbsenseOfHeadWord to GetSomeMeaningToUseInAbsenceOfHeadWord.
- [SIL.DictionaryServices.Model] (Breaking change!) In classes LexEntry and LexSense, renamed method CleanUpAfterEditting to CleanUpAfterEditing.
- [SIL.Lift] (Breaking change!) In abstract class PalasoDataObject, renamed method CleanUpAfterEditting to CleanUpAfterEditing.
- [SIL.Reporting] (Breaking change!) In classes ErrorReport and ExceptionHelper, renamed methed GetHiearchicalExceptionInfo to GetHierarchicalExceptionInfo.
- [SIL.Reporting] (Breaking change!) In interface IRepeatNoticePolicy and classes ShowAlwaysPolicy and ShowOncePerSessionBasedOnExactMessagePolicy, renamed property ReoccurenceMessage to ReoccurrenceMessage.
- [SIL.Reporting] (Breaking change!) In class FontAnalytics, renamed property MinumumInterval to MinimumInterval.
- [SIL.Scripture] (Breaking change!) In class BCVRef method MakeReferenceString, renamed parameter supressChapterForIntroMatter to suppressChapterForIntroMatter.
- [SIL.Windows.Forms.ImageToolbox] (Breaking change!) Changed class PalsoImageNotDisposed to PalasoImageNotDisposed.
- [SIL.Windows.Forms.Reporting] (Breaking change!) In class ProblemNotificationDialog, renamed method ReoccurenceMessage to ReoccurrenceMessage.
Fixed:
- [SIL.Windows.Forms] Changed build date in SILAboutBox to be computed using the last write time instead of creation time.
- [SIL.Windows.Forms] Made FadingMessageWindow implement all UI logic on the main UI thread in a thread-safe way. Fixes crashes like SP-2340.
See full changelog at https://github.com/sillsdev/libpalaso/blob/master/CHANGELOG.md