Skip to content

Commit

Permalink
Merge pull request #4 from sanelli/AddIconToNugetPackage
Browse files Browse the repository at this point in the history
Add icon to package
  • Loading branch information
sanelli committed Jul 30, 2023
2 parents 8184522 + 8f1866c commit 62a4cbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Todo.Analyzer.Package/Todo.Analyzer.Package.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<PropertyGroup>
<PackageId>Comment.Todo.Analyzer</PackageId>
<PackageVersion>1.0.1</PackageVersion>
<PackageVersion>1.0.2</PackageVersion>
<Authors>Stefano Anelli</Authors>
<PackageProjectUrl>https://github.com/sanelli/Todo.Analyzer</PackageProjectUrl>
<RepositoryUrl>https://github.com/sanelli/Todo.Analyzer.git</RepositoryUrl>
Expand All @@ -23,6 +23,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<PackageIconUrl>icon.png</PackageIconUrl>

<TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);_AddAnalyzersToOutput</TargetsForTfmSpecificContentInPackage>
</PropertyGroup>
Expand All @@ -41,6 +42,7 @@

<ItemGroup>
<None Include="../Documentation/README.md" Pack="true" PackagePath="\"/>
<None Include="../icon.png" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>
</Project>
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 62a4cbc

Please sign in to comment.