MetroRadiance.Fork.Core 3.0.0

dotnet add package MetroRadiance.Fork.Core --version 3.0.0
NuGet\Install-Package MetroRadiance.Fork.Core -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.Core" 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.Core --version 3.0.0
#r "nuget: MetroRadiance.Fork.Core, 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.Core as a Cake Addin
#addin nuget:?package=MetroRadiance.Fork.Core&version=3.0.0

// Install MetroRadiance.Fork.Core as a Cake Tool
#tool nuget:?package=MetroRadiance.Fork.Core&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.
  • .NETCoreApp 3.1

    • No dependencies.
  • .NETFramework 4.5

    • No dependencies.
  • .NETFramework 4.6.2

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on MetroRadiance.Fork.Core:

Package Downloads
MetroRadiance.Fork

Modern WPF Themes. Fork of MetroRadiance

MetroRadiance.Fork.Chrome

Modern WPF Themes (chrome). Fork of MetroRadiance

MetroRadiance.Fork.Chrome.Externals

Modern WPF Themes (chrome for external window). Fork of MetroRadiance

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0 2,007 3/10/2021
3.0.0-alpha03 506 12/20/2020
3.0.0-alpha02 408 9/25/2020
3.0.0-alpha01 431 8/23/2020
3.0.0-alpha00 495 7/21/2020
2.5.0 950 7/17/2020

Changes
     - Support .NET Core 3.1 (WPF)
     - Add HslColor class for HSL color model
     - Add text scale factor support.
     - Improve interop methods
     - Add new DPIHelper class for DPI / Per-Monitor DPI support

     Breaking changes
     - The type of properties in the MetroRadiance.Platform.WindowsTheme class has changed. Affected if the received variable declaration is used an explicitly specified type instead of using "var".