![]() |
VOOZH | about |
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" />
<PackageVersion Include="XamlColorSchemeGenerator" Version="3.0.0.31" />Directory.Packages.props
<PackageReference Include="XamlColorSchemeGenerator" />Project file
paket add XamlColorSchemeGenerator --version 3.0.0.31
#r "nuget: XamlColorSchemeGenerator, 3.0.0.31"
#:package XamlColorSchemeGenerator@3.0.0.31
#addin nuget:?package=XamlColorSchemeGenerator&version=3.0.0.31Install as a Cake Addin
#tool nuget:?package=XamlColorSchemeGenerator&version=3.0.0.31Install as a Cake Tool
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 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
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 |
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 | 54,345 | 5/30/2021 |
| 4.0.0-rc0140 | 12,389 | 4/27/2020 |
| 4.0.0-rc0139 | 1,134 | 4/27/2020 |
| 4.0.0-rc0133 | 1,239 | 4/26/2020 |
| 4.0.0-rc0118 | 1,408 | 4/6/2020 |
| 3.0.0.31 | 31,143 | 9/26/2018 |
| 2.0.0.25 | 3,520 | 8/4/2018 |
| 1.0.3.17 | 3,926 | 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