MetroRadiance.Fork 3.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package MetroRadiance.Fork --version 3.0.0
NuGet\Install-Package MetroRadiance.Fork -Version 3.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="MetroRadiance.Fork" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MetroRadiance.Fork --version 3.0.0
#r "nuget: MetroRadiance.Fork, 3.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.
// Install MetroRadiance.Fork as a Cake Addin
#addin nuget:?package=MetroRadiance.Fork&version=3.0.0

// Install MetroRadiance.Fork as a Cake Tool
#tool nuget:?package=MetroRadiance.Fork&version=3.0.0

For more information about this library, please refer to README.md (v3.0.0) or README.md (latest) at nishy2000/MetroRadiance.Fork on Github.com

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 is compatible.  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
3.2.1 1,011 12/19/2021
3.2.0 410 8/15/2021
3.1.1 429 6/14/2021
3.1.0 286 6/13/2021
3.0.0 413 3/10/2021
3.0.0-alpha04 235 1/27/2021
3.0.0-alpha03 333 12/20/2020
3.0.0-alpha02 292 9/25/2020
3.0.0-alpha01 328 8/23/2020
3.0.0-alpha00 393 7/21/2020
2.5.0 516 7/17/2020

Changes
     - Support .NET Core 3.1 (WPF)
     - Add UWP compatible resources (colors/brushes)
     - Add AcrylicBlurWindow class
     - Add a style key for each style defined by MetroRadiance
     - Add standard control styles (ComboBox/GroupBox/Label/TextBox)
     - Add standard menu styles (Menu/MenuItem/ContextMenu)
     - Add number validation rules (Int16Rule/UInt16Rule/Int32Rule/UInt32Rule/SingleRule/DoubleRule)
     - Add toottip text to Caption buttons (Minimize/Maximize/Restore/Close).
     - Localize the text string used in the Int32Rule class (en/ja/de/fr/ko/zh-Hans/zh-Hant)
     - Apply dark theme to the system menu
     - Improve CaptionIcon behavior to work with Window.
     - Improve the appearance of radio button
     - Adjust the foreground color of the tooltip control
     - Fix an issue where brush values would not update as the theme changed after the control was reloaded

     Limitations
     - When moving windows using AcrylicBlurWindow class, the move process is very slow on Windows 10 1903 (Build 18362, May 2019 Update) or later