Storm.BuildTasks.AndroidColors 0.2.2

dotnet add package Storm.BuildTasks.AndroidColors --version 0.2.2
NuGet\Install-Package Storm.BuildTasks.AndroidColors -Version 0.2.2
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="Storm.BuildTasks.AndroidColors" Version="0.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Storm.BuildTasks.AndroidColors --version 0.2.2
#r "nuget: Storm.BuildTasks.AndroidColors, 0.2.2"
#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 Storm.BuildTasks.AndroidColors as a Cake Addin
#addin nuget:?package=Storm.BuildTasks.AndroidColors&version=0.2.2

// Install Storm.BuildTasks.AndroidColors as a Cake Tool
#tool nuget:?package=Storm.BuildTasks.AndroidColors&version=0.2.2

MSBuild tasks to turn C# file into colors.xml for Android.

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed. 
MonoAndroid monoandroid is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.2 1,072 11/6/2017
0.2.1 873 11/3/2017
0.2.0 873 11/3/2017
0.1.1 880 10/22/2017

Version 0.2.1 :
   - support for explicit 0 alpha in color
   - support for simplified 3 digits hex notation of colors

Version 0.2.0 :
   - support for alpha in color
   - support for variable name as color

Version 0.1.1 :
   - Initial release turn C# file with int/long constants to colors.xml for Xamarin Android.