Skip to content

Commit

Permalink
added an icon to the package
Browse files Browse the repository at this point in the history
  • Loading branch information
Moaid Hathot committed Nov 25, 2023
1 parent d751bdd commit 95eda38
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,5 @@
<RepositoryBranch>main</RepositoryBranch>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIconUrl>https://raw.githubusercontent.com/MoaidHathot/Dumpify/master/images/icon?sanitize=true</PackageIconUrl>
<PackageIcon>images/icon.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
<None Include="images/icon.png" Pack="true" PackagePath=""/>
</ItemGroup>
</Project>
File renamed without changes
2 changes: 2 additions & 0 deletions src/Dumpify/Dumpify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
<PropertyGroup>
<TargetFrameworks>net8.0;netstandard2.1;netstandard2.0</TargetFrameworks>
<PackageReadmeFile>nuget.md</PackageReadmeFile>
<PackageIcon>Dumpify-icon.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
<None Include="../../docs/readme/nuget.md" Pack="true" PackagePath="\" />
<None Include="../../images/Dumpify-icon.png" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 95eda38

Please sign in to comment.