Version 1.1.1

Date 2024-03-06 (254 days ago)
Downloads 784 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET Standard 1.1 .NET Standard 1.3 .NET 4.5 .NET 4.6 .NET 4.7 .NET 7

#installation">Installation

Via NuGet:

.NET CLI:

dotnet add package Skybrud.Colors --version 1.1.1

NuGet Package Manager:

Install-Package Skybrud.Colors -Version 1.1.1

#changelog">Changelog

  • Fixed issues with HEX parsing in parts of the package (see #5, #6 and 7de2a85)
    The ColorUtils.HexToRgb method would fail to parse HEX codes with upper case characters. Thanks to a PR from @hfloyd this has now been fixed.