SIL.Windows.Forms.Archiving 16.1.0-beta0022

Prefix Reserved
This is a prerelease version of SIL.Windows.Forms.Archiving.
There is a newer version of this package available.
See the version list below for details.
dotnet add package SIL.Windows.Forms.Archiving --version 16.1.0-beta0022
                    
NuGet\Install-Package SIL.Windows.Forms.Archiving -Version 16.1.0-beta0022
                    
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.Archiving" Version="16.1.0-beta0022" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SIL.Windows.Forms.Archiving" Version="16.1.0-beta0022" />
                    
Directory.Packages.props
<PackageReference Include="SIL.Windows.Forms.Archiving" />
                    
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.Archiving --version 16.1.0-beta0022
                    
#r "nuget: SIL.Windows.Forms.Archiving, 16.1.0-beta0022"
                    
#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.Archiving@16.1.0-beta0022
                    
#: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.Archiving&version=16.1.0-beta0022&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=SIL.Windows.Forms.Archiving&version=16.1.0-beta0022&prerelease
                    
Install as a Cake Tool

SIL.Windows.Forms.Archiving contains Windows Forms UI elements and classes for archiving data to REAP using the RAMP application.

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 is compatible.  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 (1)

Showing the top 1 popular GitHub repositories that depend on SIL.Windows.Forms.Archiving:

Repository Stars
sillsdev/FieldWorks
FieldWorks is a suite of software tools for language and cultural data, with support for complex scripts.
Version Downloads Last Updated
18.0.0-beta0014 41 6/4/2026
18.0.0-beta0013 296 5/11/2026
18.0.0-beta0012 94 5/7/2026
18.0.0-beta0011 90 5/7/2026
18.0.0-beta0010 106 4/28/2026
18.0.0-beta0009 97 4/26/2026
18.0.0-beta0008 319 4/23/2026
18.0.0-beta0007 94 4/22/2026
18.0.0-beta0006 107 3/26/2026
18.0.0-beta0005 99 3/24/2026
18.0.0-beta0004 112 3/16/2026
18.0.0-beta0003 112 2/26/2026
18.0.0-beta0002 107 2/17/2026
18.0.0-beta0001 111 2/4/2026
17.0.0 1,101 2/2/2026
17.0.0-beta0097 123 1/5/2026
17.0.0-beta0095 292 12/18/2025
17.0.0-beta0094 287 12/17/2025
17.0.0-beta0093 295 12/16/2025
16.1.0-beta0022 143 7/18/2025
Loading failed

Changes since version 16.0.0

Added:
- [SIL.Windows.Forms] Added PortableClipboard.CanGetImage()
- [ClipboardTestApp] Restored this test program and added tests for PortableClipboard.CanGetImage() and GetImageFromClipboard()
- [SIL.Windows.Forms] Added SILAboutBox.Navigating and SILAboutBox.Navigated events to allow callers to customize how HTML links in the embedded browser are handled.
- [SIL.Windows.Forms] Added SILAboutBox.AllowExternalLinksToOpenInsideAboutBox property to control whether a `<base target="_blank" rel="noopener noreferrer">` line is automatically added to the HTML (if missing) to ensure links open in the system browser rather than within the About dialog box.
- [SIL.Core] Added static HtmlUtils class with methods for handling HTML to be displayed in browser controls (e.g., `SILAboutBox`), including support for fixing missing target attributes on links and copying simple asset files when creating a temp HTML file to display.

Fixed:
- [SIL.Windows.Forms] In `CustomDropDown.OnOpening`, fixed check that triggers timer to stop.
- [SIL.Windows.Forms] Fixed HtmlBrowserHandled.OnNewWindow to open external URLs (`target="_blank"`) in the system’s default browser instead of Internet Explorer. This improves behavior in SILAboutBox and other components that use the embedded browser.

Changed:
- [SIL.WritingSystems] Updated embedded langtags.json
- [SIL.WritingSystems] Updated embedded ianaSubtagRegistry.txt
- [SIL.Windows.Forms] Improved SILAboutBox to help prevent navigation issues when the supplied HTML contains links but lacks both a `<base target="_blank">` element and explicit `target="_blank"` attributes on the links. If the Navigating event is not handled, such links would otherwise open within the About box itself, often resulting in unexpected behavior. A sensible fallback is now applied automatically to the HTML, and in debug mode, a developer warning is shown.
- [SIL.Windows.Forms] Documented previously undocumented feature: SILAboutBox constructor can accept either a filename or a file URI.

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