Skip to content

Commit

Permalink
Fix csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
ScarletKuro committed Jun 5, 2024
1 parent 9319230 commit d815fba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
<Authors>Garderoben, Henon and Contributors</Authors>
<Copyright>Copyright 2024 MudBlazor</Copyright>
<Description>Official Material Icons pack for MudBlazor.</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageProjectUrl>https://mudblazor.com/</PackageProjectUrl>
<RepositoryUrl>https://github.com/MudBlazor/MudBlazor.Icons</RepositoryUrl>
<PackageTags>MudBlazor, Material Icons, Material, Icons, Blazor, Blazor Library</PackageTags>
<RepositoryType>git</RepositoryType>
<PackageIcon>icon.png</PackageIcon>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>material_icons_usage.md</PackageReadmeFile>
Expand All @@ -42,7 +42,7 @@
</PropertyGroup>

<ItemGroup>
<None Include="..\..\icon.png">
<None Include="..\..\$(PackageIcon)">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
<Authors>Garderoben, Henon and Contributors</Authors>
<Copyright>Copyright 2024 MudBlazor</Copyright>
<Description>Official Material Symbols pack for MudBlazor.</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageProjectUrl>https://mudblazor.com/</PackageProjectUrl>
<RepositoryUrl>https://github.com/MudBlazor/MudBlazor.Icons</RepositoryUrl>
<PackageTags>MudBlazor, Material Symbols, Material, Symbols, Icons, Blazor, Blazor Library</PackageTags>
<RepositoryType>git</RepositoryType>
<PackageIcon>icon.png</PackageIcon>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>material_symbols_usage.md</PackageReadmeFile>
Expand All @@ -42,7 +42,7 @@
</PropertyGroup>

<ItemGroup>
<None Include="..\..\icon.png">
<None Include="..\..\$(PackageIcon)">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down

0 comments on commit d815fba

Please sign in to comment.