XamlColorSchemeGenerator 1.0.3.17

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

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

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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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,659 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,795 9/26/2018
2.0.0.25 2,508 8/4/2018
1.0.3.17 2,429 1/28/2018

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