Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
forReason committed Jan 9, 2023
1 parent 011fd33 commit a71f4de
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
22 changes: 22 additions & 0 deletions ColorHelper.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,32 @@
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<Platforms>AnyCPU;x64</Platforms>
<Title>ColorHelper.Net</Title>
<Authors>Julian Bechtold, KryptoMine.ch</Authors>
<Description>a small library to help converting, mixing and generating colors</Description>
<Copyright>Julian Bechtold</Copyright>
<PackageProjectUrl>https://github.com/forReason/ColorHelper.Net</PackageProjectUrl>
<PackageIcon>logo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/forReason/ColorHelper.Net</RepositoryUrl>
<PackageTags>color;mixing;shifting;</PackageTags>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT-Modern-Variant</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="QuickStatistics.Net" Version="1.0.0" />
</ItemGroup>

<ItemGroup>
<None Update="logo.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Update="README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>
5 changes: 0 additions & 5 deletions ColorMixer.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
using Statistics.Average_NS;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace ColorHelper
{
Expand Down

0 comments on commit a71f4de

Please sign in to comment.