MetroRadiance.Fork 3.0.0-alpha02

This is a prerelease version of MetroRadiance.Fork.
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-alpha02
NuGet\Install-Package MetroRadiance.Fork -Version 3.0.0-alpha02
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-alpha02" />
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-alpha02
#r "nuget: MetroRadiance.Fork, 3.0.0-alpha02"
#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-alpha02&prerelease

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

Modern WPF Themes. Fork of MetroRadiance

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 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
3.2.1 1,020 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
     - [alpha00]Support .NET Core 3.1 (WPF)
     - [alpha01]Add Add UWP compatible resources (colors/brushes)
     - [alpha01]Apply dark theme to the system menu
     - [alpha01]Add AcrylicBlurWindow class
     - [alpha01]Improve CaptionIcon behavior to work with Window.
     - [alpha01]Add toottip text to Caption buttons (Minimize/Maximize/Restore/Close).
     - [alpha01]Adjust the foreground color of the tooltip control
     - [alpha01]Localize the text string used in the Int32Rule class (en/ja/de/fr/ko/zh-Hans/zh-Hant)
     - [alpha02]Fix an issue where brush values would not update as the theme changed after the control was reloaded
     - [alpha02]Improve the appearance of radio button
     - [alpha02]Add standard control styles (Label/TextBox)
     - [alpha02]Add number validation rules (Int16Rule/UInt16Rule/Int32Rule/UInt32Rule/SingleRule/DoubleRule)