SIL.Windows.Forms.Keyboarding
16.0.0-beta0016
Prefix Reserved
See the version list below for details.
dotnet add package SIL.Windows.Forms.Keyboarding --version 16.0.0-beta0016
NuGet\Install-Package SIL.Windows.Forms.Keyboarding -Version 16.0.0-beta0016
<PackageReference Include="SIL.Windows.Forms.Keyboarding" Version="16.0.0-beta0016" />
<PackageVersion Include="SIL.Windows.Forms.Keyboarding" Version="16.0.0-beta0016" />
<PackageReference Include="SIL.Windows.Forms.Keyboarding" />
paket add SIL.Windows.Forms.Keyboarding --version 16.0.0-beta0016
#r "nuget: SIL.Windows.Forms.Keyboarding, 16.0.0-beta0016"
#:package SIL.Windows.Forms.Keyboarding@16.0.0-beta0016
#addin nuget:?package=SIL.Windows.Forms.Keyboarding&version=16.0.0-beta0016&prerelease
#tool nuget:?package=SIL.Windows.Forms.Keyboarding&version=16.0.0-beta0016&prerelease
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.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. |
| .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
- ibusdotnet (>= 2.0.3)
- icu.net (>= 3.0.0-beta.296)
- L10NSharp (>= 8.0.0-beta0005)
- Mono.Unix (>= 7.1.0-final.1.21458.1)
- SIL.Core (>= 16.0.0-beta0016)
-
.NETFramework 4.8
- ibusdotnet (>= 2.0.3)
- icu.net (>= 3.0.0-beta.296)
- L10NSharp (>= 8.0.0-beta0005)
- Mono.Unix (>= 7.1.0-final.1.21458.1)
- SIL.Core (>= 16.0.0-beta0016)
-
net8.0-windows7.0
- ibusdotnet (>= 2.0.3)
- icu.net (>= 3.0.0-beta.296)
- L10NSharp (>= 8.0.0-beta0005)
- Mono.Unix (>= 7.1.0-final.1.21458.1)
- SIL.Core (>= 16.0.0-beta0016)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on SIL.Windows.Forms.Keyboarding:
| Package | Downloads |
|---|---|
|
SIL.Windows.Forms.WritingSystems
SIL.Windows.Forms.WritingSystems contains Windows Forms UI elements for displaying and editing writing systems as defined by the SIL.WritingSystems assembly. |
|
|
SIL.Windows.Forms.Keyboarding.Tests
Unit tests for SIL.Windows.Forms.Keyboarding |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 18.0.0-beta0003 | 42 | 2/26/2026 |
| 18.0.0-beta0002 | 48 | 2/17/2026 |
| 18.0.0-beta0001 | 61 | 2/4/2026 |
| 17.0.0 | 443 | 2/2/2026 |
| 17.0.0-beta0097 | 73 | 1/5/2026 |
| 17.0.0-beta0095 | 244 | 12/18/2025 |
| 17.0.0-beta0094 | 233 | 12/17/2025 |
| 17.0.0-beta0093 | 234 | 12/16/2025 |
| 17.0.0-beta0092 | 211 | 12/15/2025 |
| 17.0.0-beta0091 | 88 | 12/12/2025 |
| 17.0.0-beta0089 | 833 | 12/10/2025 |
| 17.0.0-beta0088 | 397 | 12/9/2025 |
| 17.0.0-beta0087 | 407 | 12/8/2025 |
| 17.0.0-beta0084 | 389 | 12/8/2025 |
| 17.0.0-beta0082 | 147 | 12/5/2025 |
| 17.0.0-beta0080 | 227 | 11/4/2025 |
| 17.0.0-beta0079 | 195 | 10/28/2025 |
| 17.0.0-beta0077 | 158 | 10/27/2025 |
| 17.0.0-beta0075 | 160 | 10/23/2025 |
| 16.0.0-beta0016 | 118 | 2/7/2025 |
Changes since version 15.0.0
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.
-
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