Skip to content

Commit

Permalink
Fix nuspec icon url (#129)
Browse files Browse the repository at this point in the history
* use <icon> instead of <iconUrl>

* remove duplicated image
  • Loading branch information
Meir017 authored Jan 10, 2022
1 parent d021755 commit 7a34a87
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</description>
<language>en-US</language>
<license type="file">LICENSE</license>
<icon>fluent_assertions.png</icon>
<icon>fluent_assertions.svg.png</icon>
<projectUrl>https://github.com/fluentassertions/fluentassertions.analyzers</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>FluentAssertions Analyzers</tags>
Expand All @@ -32,7 +32,7 @@
<file src="bin\**\*.dll" target="analyzers\dotnet\cs" exclude="**\Microsoft.CodeAnalysis.*;**\System.Collections.Immutable.*;**\System.Reflection.Metadata.*;**\System.Composition.*" />
<file src="tools\*.ps1" target="tools\" />
<file src="..\..\README.md" target="docs\" />
<file src="..\..\fluent_assertions.png" target="\" />
<file src="..\..\assets\fluent_assertions.svg.png" target="\" />
<file src="..\..\LICENSE" target="\LICENSE" />
</files>
</package>

0 comments on commit 7a34a87

Please sign in to comment.