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-beta0041 | 44 | 9/17/2026 |
| 18.0.0-beta0040 | 35 | 9/17/2026 |
| 18.0.0-beta0039 | 82 | 9/14/2026 |
| 18.0.0-beta0038 | 90 | 9/14/2026 |
| 18.0.0-beta0037 | 93 | 9/10/2026 |
| 18.0.0-beta0036 | 91 | 9/10/2026 |
| 18.0.0-beta0035 | 91 | 8/28/2026 |
| 18.0.0-beta0034 | 88 | 8/27/2026 |
| 18.0.0-beta0033 | 91 | 8/27/2026 |
| 18.0.0-beta0032 | 102 | 8/6/2026 |
| 18.0.0-beta0031 | 96 | 8/6/2026 |
| 18.0.0-beta0030 | 101 | 7/17/2026 |
| 18.0.0-beta0029 | 108 | 7/15/2026 |
| 18.0.0-beta0028 | 106 | 7/10/2026 |
| 18.0.0-beta0027 | 113 | 7/1/2026 |
| 18.0.0-beta0026 | 114 | 6/29/2026 |
| 18.0.0-beta0025 | 141 | 6/26/2026 |
| 18.0.0-beta0024 | 139 | 6/26/2026 |
| 17.0.0 | 187 | 2/2/2026 |
| 7.0.0 | 925 | 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