SIL.Windows.Forms.Scripture 14.2.0-beta0019

Prefix Reserved
This is a prerelease version of SIL.Windows.Forms.Scripture.
There is a newer version of this package available.
See the version list below for details.
dotnet add package SIL.Windows.Forms.Scripture --version 14.2.0-beta0019
                    
NuGet\Install-Package SIL.Windows.Forms.Scripture -Version 14.2.0-beta0019
                    
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="14.2.0-beta0019" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SIL.Windows.Forms.Scripture" Version="14.2.0-beta0019" />
                    
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 14.2.0-beta0019
                    
#r "nuget: SIL.Windows.Forms.Scripture, 14.2.0-beta0019"
                    
#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@14.2.0-beta0019
                    
#: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=14.2.0-beta0019&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=SIL.Windows.Forms.Scripture&version=14.2.0-beta0019&prerelease
                    
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-beta0026 0 6/29/2026
18.0.0-beta0025 59 6/26/2026
18.0.0-beta0024 63 6/26/2026
18.0.0-beta0023 74 6/26/2026
18.0.0-beta0022 66 6/26/2026
18.0.0-beta0021 44 6/25/2026
18.0.0-beta0020 92 6/18/2026
18.0.0-beta0019 86 6/18/2026
18.0.0-beta0018 94 6/18/2026
18.0.0-beta0017 90 6/18/2026
18.0.0-beta0016 88 6/18/2026
18.0.0-beta0015 90 6/16/2026
18.0.0-beta0014 93 6/4/2026
18.0.0-beta0013 106 5/11/2026
18.0.0-beta0012 96 5/7/2026
18.0.0-beta0011 90 5/7/2026
18.0.0-beta0010 100 4/28/2026
18.0.0-beta0009 103 4/26/2026
17.0.0 147 2/2/2026
14.2.0-beta0019 169 8/1/2024
Loading failed

Changes since version 14.1.1

Added:
- [SIL.Core] Added macOS support for `GlobalMutex`

Fixed:
- [SIL.Window.Forms] When choosing a file in the ImageToolbox.AcquireImageControl, a FileOk handler is simulated that verifies the selected file passes the given filter.  Users can defeat the filter mechanism by pasting or typing the file name.  While the returned filename does not pass the filter, the dialog is reopened until the user either chooses a proper filename or cancels the dialog.  The native FileOk handler can prevent the dialog from closing: we can't achieve that.  (See BL-13552.)

See full changelog at https://github.com/sillsdev/libpalaso/blob/master/CHANGELOG.md