Skip to content

Commit

Permalink
Nuget info
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmania committed Apr 14, 2017
1 parent 4b72555 commit e4ed273
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/ClosestColor/ClosestColor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
<TargetFramework>netstandard1.6</TargetFramework>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<Authors>Bjarke Berg</Authors>
<Company />
<Product>ClosestColor</Product>
<Description>Different methods to compare colors to a set of colours, and return the closest color</Description>
<RepositoryUrl>https://github.com/bergmania/ClosestColor</RepositoryUrl>
<PackageProjectUrl>https://github.com/bergmania/ClosestColor</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/bergmania/ClosestColor/blob/master/LICENSE.md</PackageLicenseUrl>
<PackageTags>Color Comparison Color ClosestColor Closest Nearest</PackageTags>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit e4ed273

Please sign in to comment.