XamlColorSchemeGenerator 3.0.0.31
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
<PackageReference Include="XamlColorSchemeGenerator" Version="3.0.0.31" />
paket add XamlColorSchemeGenerator --version 3.0.0.31
#r "nuget: XamlColorSchemeGenerator, 3.0.0.31"
// 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 | Versions 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. |
-
- Newtonsoft.Json (>= 10.1.0)
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 | 29,088 | 5/30/2021 |
4.0.0-rc0140 | 12,041 | 4/27/2020 |
4.0.0-rc0139 | 895 | 4/27/2020 |
4.0.0-rc0133 | 990 | 4/26/2020 |
4.0.0-rc0118 | 1,175 | 4/6/2020 |
3.0.0.31 | 27,622 | 9/26/2018 |
2.0.0.25 | 2,542 | 8/4/2018 |
1.0.3.17 | 2,482 | 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