XamlColorSchemeGenerator 3.0.0.31

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

// Install XamlColorSchemeGenerator as a Cake Tool
#tool nuget:?package=XamlColorSchemeGenerator&version=3.0.0.31

Generates color scheme xaml files while replacing certain parts of a template file.

Product Compatible and additional computed target framework versions.
.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 (2)

Showing the top 2 NuGet packages that depend on XamlColorSchemeGenerator:

Package Downloads
mameolan.Avalonia.ExtendedToolkit

Extended Controls for Avalonia UI.

TruDan.Avalonia.ExtendedToolkit

Extended Controls for Avalonia UI

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on XamlColorSchemeGenerator:

Repository Stars
mameolan/Avalonia.ExtendedToolkit
Extended Controls for Avalonia UI
Version Downloads Last updated
4.0.0-rc0155 24,638 5/30/2021
4.0.0-rc0140 11,911 4/27/2020
4.0.0-rc0139 855 4/27/2020
4.0.0-rc0133 952 4/26/2020
4.0.0-rc0118 1,138 4/6/2020
3.0.0.31 26,770 9/26/2018
2.0.0.25 2,508 8/4/2018
1.0.3.17 2,429 1/28/2018

3.0.0:
   - Adding strong naming to assembly

2.1.0:
   - Adding support for custom base colors
           
2.0.0:
   - Partial rewrite to support base colors etc.

1.0.3:
   - Fixing wrong mutex usage
   
1.0.2:
   - Improving protection against issues caused by concurrent invocation of tool

1.0.1:
   - Fixing file access exceptions during concurrent invocation of tool
   
1.0.0:
   - Initial release