L10NSharp.Windows.Forms 11.0.1-beta0002

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

L10NSharp.Windows.Forms is a .NET localization library for Windows Forms applications. It collects strings which need localization when your application first runs and saves them in a XLIFF file. It can also dynamically collect strings at runtime.

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
.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 (4)

Showing the top 4 NuGet packages that depend on L10NSharp.Windows.Forms:

Package Downloads
SIL.Windows.Forms.Keyboarding

The SIL.Windows.Forms.Keyboarding library provides cross-platform functionality for keyboard selection and switching in Windows Forms applications. Currently, this library supports system and Keyman keyboards on Windows, and X keyboard extension (XKB) and Intelligent Input Bus (IBus) keyboards on Linux.

SIL.Windows.Forms

SIL.Windows.Forms contains Windows Forms classes for UI elements (controls and dialogs) that are commonly used across various SIL applications. SIL.Windows.Forms is similar to SIL.Core in that it does not contain classes that are specific to any domain.

SIL.Chorus.FLExBridge

Library that allows multiple FieldWorks users to collaborate remotely (i.e., not necessarily connected by a local network).

SIL.ChorusPlugin.LibFLExBridge

Library that allows multiple FieldWorks users to collaborate remotely (i.e., not necessarily connected by a local network).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
11.0.1 24 9/17/2026
11.0.1-beta0003 26 9/17/2026
11.0.1-beta0002 21 9/17/2026
11.0.1-beta0001 37 9/17/2026
11.0.0 154 9/8/2026
11.0.0-beta0004 86 9/8/2026
11.0.0-beta0003 91 9/3/2026
10.1.0-beta0002 82 9/3/2026
10.1.0-beta0001 90 9/2/2026
10.0.0 102 8/27/2026
10.0.0-beta0016 93 8/27/2026
10.0.0-beta0015 108 8/25/2026
10.0.0-beta0014 1,369 7/8/2026
10.0.0-beta0013 356 6/29/2026
10.0.0-beta0012 2,372 6/26/2026
10.0.0-beta0011 113 6/26/2026
10.0.0-beta0010 445 6/17/2026
10.0.0-beta0009 118 6/15/2026
10.0.0-beta0008 116 6/15/2026
10.0.0-beta0007 112 6/15/2026
Loading failed

Changes since version 11.0.0

Security:
- [L10NSharp] [L10NSharp.Windows.Forms] [CheckOrFixXliff] [ExtractXliff] Upgraded `SIL.ReleaseTasks` from 3.3.0 to 4.0.0, which upgrades its own `SIL.Core` dependency to bring `Newtonsoft.Json` to 13.0.1 — past the previously-noted vulnerability (GHSA-5crp-9r3c-p9vr) — and no longer exports any transitive dependencies publicly. Neither issue was ever consumer-facing for L10nSharp, since every reference to `SIL.ReleaseTasks` here already uses `PrivateAssets="all"`.

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