SIL.Windows.Forms.Scripture
7.0.0
Prefix Reserved
See the version list below for details.
dotnet add package SIL.Windows.Forms.Scripture --version 7.0.0
NuGet\Install-Package SIL.Windows.Forms.Scripture -Version 7.0.0
<PackageReference Include="SIL.Windows.Forms.Scripture" Version="7.0.0" />
<PackageVersion Include="SIL.Windows.Forms.Scripture" Version="7.0.0" />
<PackageReference Include="SIL.Windows.Forms.Scripture" />
paket add SIL.Windows.Forms.Scripture --version 7.0.0
#r "nuget: SIL.Windows.Forms.Scripture, 7.0.0"
#:package SIL.Windows.Forms.Scripture@7.0.0
#addin nuget:?package=SIL.Windows.Forms.Scripture&version=7.0.0
#tool nuget:?package=SIL.Windows.Forms.Scripture&version=7.0.0
SIL.Windows.Forms.Scripture contains Windows Forms UI elements for displaying Scripture.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .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. |
-
.NETFramework 4.6.1
- SIL.Core (>= 7.0.0)
- SIL.Scripture (>= 7.0.0)
- SIL.Windows.Forms (>= 7.0.0)
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-beta0013 | 93 | 5/11/2026 |
| 18.0.0-beta0012 | 89 | 5/7/2026 |
| 18.0.0-beta0011 | 86 | 5/7/2026 |
| 18.0.0-beta0010 | 95 | 4/28/2026 |
| 18.0.0-beta0009 | 96 | 4/26/2026 |
| 18.0.0-beta0008 | 105 | 4/23/2026 |
| 18.0.0-beta0007 | 108 | 4/22/2026 |
| 18.0.0-beta0006 | 100 | 3/26/2026 |
| 18.0.0-beta0005 | 100 | 3/24/2026 |
| 18.0.0-beta0004 | 114 | 3/16/2026 |
| 18.0.0-beta0003 | 103 | 2/26/2026 |
| 18.0.0-beta0002 | 110 | 2/17/2026 |
| 18.0.0-beta0001 | 105 | 2/4/2026 |
| 17.0.0 | 136 | 2/2/2026 |
| 17.0.0-beta0097 | 116 | 1/5/2026 |
| 17.0.0-beta0095 | 285 | 12/18/2025 |
| 17.0.0-beta0094 | 291 | 12/17/2025 |
| 17.0.0-beta0093 | 297 | 12/16/2025 |
| 17.0.0-beta0092 | 266 | 12/15/2025 |
| 7.0.0 | 909 | 8/29/2019 |
Changed:
- Create nuget packages
- [SIL.Media] `IAudioRecorder.SelectedDevice` now returns a `IRecordingDevice` which both the
NAudio and AlsaAudio `RecordingDevice` implement. This allows to use the same assembly
on both Windows and Linux (although the limitations what works and what doesn't work remain the
same)
- [SIL.Media] cleanup of `AudioSession` API: rename `AudioIrrKlangSession` to `WindowsAudioSession`.
`AudioAlsaSession` and `WindowsAudioSession` are now internal (they were never intended to
be used directly)
- [SIL.Media] move some interfaces around so that they live in `SIL.Media` instead of
`SIL.Media.Naudio`: `IAudioRecorder`, `RecordingState`, `IAudioPlayer`
Added:
- [SIL.Core] new properties for processor architecture: `Platform.ProcessArchitecture` and
`Platform.IsRunning64Bit`
- [SIL.NUnit3Compatibility] new project/package that allows to use NUnit3 syntax with NUnit2
projects