SIL.Windows.Forms.Scripture 7.0.0

Prefix Reserved
There is a newer version of this package available.
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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SIL.Windows.Forms.Scripture" Version="7.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SIL.Windows.Forms.Scripture" Version="7.0.0" />
                    
Directory.Packages.props
<PackageReference Include="SIL.Windows.Forms.Scripture" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SIL.Windows.Forms.Scripture --version 7.0.0
                    
#r "nuget: SIL.Windows.Forms.Scripture, 7.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package SIL.Windows.Forms.Scripture@7.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SIL.Windows.Forms.Scripture&version=7.0.0
                    
Install as a Cake Addin
#tool nuget:?package=SIL.Windows.Forms.Scripture&version=7.0.0
                    
Install as a Cake Tool

SIL.Windows.Forms.Scripture contains Windows Forms UI elements for displaying Scripture.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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-beta0003 0 2/26/2026
18.0.0-beta0002 86 2/17/2026
18.0.0-beta0001 83 2/4/2026
17.0.0 98 2/2/2026
17.0.0-beta0097 95 1/5/2026
17.0.0-beta0095 265 12/18/2025
17.0.0-beta0094 269 12/17/2025
17.0.0-beta0093 271 12/16/2025
17.0.0-beta0092 246 12/15/2025
17.0.0-beta0091 117 12/12/2025
17.0.0-beta0089 420 12/10/2025
17.0.0-beta0088 430 12/9/2025
17.0.0-beta0087 424 12/8/2025
17.0.0-beta0084 430 12/8/2025
17.0.0-beta0082 166 12/5/2025
17.0.0-beta0080 199 11/4/2025
17.0.0-beta0079 197 10/28/2025
17.0.0-beta0077 195 10/27/2025
17.0.0-beta0075 181 10/23/2025
7.0.0 888 8/29/2019
Loading failed

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