SIL.Windows.Forms.Archiving
16.0.0-beta0010
Prefix Reserved
See the version list below for details.
dotnet add package SIL.Windows.Forms.Archiving --version 16.0.0-beta0010
NuGet\Install-Package SIL.Windows.Forms.Archiving -Version 16.0.0-beta0010
<PackageReference Include="SIL.Windows.Forms.Archiving" Version="16.0.0-beta0010" />
<PackageVersion Include="SIL.Windows.Forms.Archiving" Version="16.0.0-beta0010" />
<PackageReference Include="SIL.Windows.Forms.Archiving" />
paket add SIL.Windows.Forms.Archiving --version 16.0.0-beta0010
#r "nuget: SIL.Windows.Forms.Archiving, 16.0.0-beta0010"
#:package SIL.Windows.Forms.Archiving@16.0.0-beta0010
#addin nuget:?package=SIL.Windows.Forms.Archiving&version=16.0.0-beta0010&prerelease
#tool nuget:?package=SIL.Windows.Forms.Archiving&version=16.0.0-beta0010&prerelease
SIL.Windows.Forms.Archiving contains Windows Forms UI elements and classes for archiving data to REAP using the RAMP application.
| Product | Versions 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. |
-
.NETFramework 4.6.2
- SIL.Archiving (>= 16.0.0-beta0010)
- SIL.Core (>= 16.0.0-beta0010)
- SIL.Core.Desktop (>= 16.0.0-beta0010)
- SIL.Windows.Forms (>= 16.0.0-beta0010)
- SIL.WritingSystems (>= 16.0.0-beta0010)
- System.IO.Compression (>= 4.3.0)
- System.IO.Compression.ZipFile (>= 4.3.0)
-
.NETFramework 4.8
- SIL.Archiving (>= 16.0.0-beta0010)
- SIL.Core (>= 16.0.0-beta0010)
- SIL.Core.Desktop (>= 16.0.0-beta0010)
- SIL.Windows.Forms (>= 16.0.0-beta0010)
- SIL.WritingSystems (>= 16.0.0-beta0010)
- System.IO.Compression (>= 4.3.0)
- System.IO.Compression.ZipFile (>= 4.3.0)
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-beta0013 | 219 | 5/11/2026 |
| 18.0.0-beta0012 | 91 | 5/7/2026 |
| 18.0.0-beta0011 | 87 | 5/7/2026 |
| 18.0.0-beta0010 | 103 | 4/28/2026 |
| 18.0.0-beta0009 | 93 | 4/26/2026 |
| 18.0.0-beta0008 | 316 | 4/23/2026 |
| 18.0.0-beta0007 | 90 | 4/22/2026 |
| 18.0.0-beta0006 | 105 | 3/26/2026 |
| 18.0.0-beta0005 | 97 | 3/24/2026 |
| 18.0.0-beta0004 | 108 | 3/16/2026 |
| 18.0.0-beta0003 | 110 | 2/26/2026 |
| 18.0.0-beta0002 | 107 | 2/17/2026 |
| 18.0.0-beta0001 | 110 | 2/4/2026 |
| 17.0.0 | 1,096 | 2/2/2026 |
| 17.0.0-beta0097 | 121 | 1/5/2026 |
| 17.0.0-beta0095 | 290 | 12/18/2025 |
| 17.0.0-beta0094 | 285 | 12/17/2025 |
| 17.0.0-beta0093 | 293 | 12/16/2025 |
| 17.0.0-beta0092 | 264 | 12/15/2025 |
| 16.0.0-beta0010 | 166 | 2/5/2025 |
Changes since version 15.0.0
Changed:
- [SIL.TestUtilities] Made FluentAssertXml classes use "Assert.That" so they can work in clients that use NUnit 4.
- [SIL.Windows.Forms] Removed protected members from FadingMessageWindow: MsgThread, MsgForm, Text, MsgPoint, and ShowForm. (The underlying implementation needed to be changed, and the existing implementation was such that these members would be unlikely to have been meaningful or helpful in a derived class anyway.)
- [SIL.Windows.Forms] Added the stated requirement that FadingMessageWindow.Show be called on the UI thread.
-
Fixed:
- [SIL.Windows.Forms] Changed build date in SILAboutBox to be computed using the last write time instead of creation time.
- [SIL.Windows.Forms] Made FadingMessageWindow implement all UI logic on the main UI thread in a thread-safe way. Fixes crashes like SP-2340.
See full changelog at https://github.com/sillsdev/libpalaso/blob/master/CHANGELOG.md