Skip to content

Commit

Permalink
chore: add package icon
Browse files Browse the repository at this point in the history
  • Loading branch information
desmondinho committed May 11, 2024
1 parent 7de4742 commit 96641a3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/TailwindMerge.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@

<PropertyGroup>
<Title>TailwindMerge</Title>
<Authors>desmondinho</Authors>
<Description>Merge Tailwind CSS classes without style conflicts</Description>
<Authors>desmondinho</Authors>
<PackageId>TailwindMerge.NET</PackageId>
<PackageTags>tailwind; css; tailwindcss; classes; merge</PackageTags>
<PackageIcon>logo.png</PackageIcon>
<PackageTags>tailwind;css;tailwindcss;classes;merge</PackageTags>
<PackageProjectUrl>https://github.com/desmondinho/tailwind-merge-dotnet</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand All @@ -28,6 +29,7 @@
<ItemGroup>
<None Include="..\LICENSE" Pack="true" Visible="false" PackagePath="" />
<None Include="..\README.md" Pack="true" Visible="false" PackagePath="" />
<None Include="..\assets\logo.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 96641a3

Please sign in to comment.