Skip to content

Commit 7a34a87

Browse files
authored
Fix nuspec icon url (#129)
* use <icon> instead of <iconUrl> * remove duplicated image
1 parent d021755 commit 7a34a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FluentAssertions.Analyzers/FluentAssertions.Analyzers.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</description>
1616
<language>en-US</language>
1717
<license type="file">LICENSE</license>
18-
<icon>fluent_assertions.png</icon>
18+
<icon>fluent_assertions.svg.png</icon>
1919
<projectUrl>https://github.com/fluentassertions/fluentassertions.analyzers</projectUrl>
2020
<requireLicenseAcceptance>false</requireLicenseAcceptance>
2121
<tags>FluentAssertions Analyzers</tags>
@@ -32,7 +32,7 @@
3232
<file src="bin\**\*.dll" target="analyzers\dotnet\cs" exclude="**\Microsoft.CodeAnalysis.*;**\System.Collections.Immutable.*;**\System.Reflection.Metadata.*;**\System.Composition.*" />
3333
<file src="tools\*.ps1" target="tools\" />
3434
<file src="..\..\README.md" target="docs\" />
35-
<file src="..\..\fluent_assertions.png" target="\" />
35+
<file src="..\..\assets\fluent_assertions.svg.png" target="\" />
3636
<file src="..\..\LICENSE" target="\LICENSE" />
3737
</files>
3838
</package>

0 commit comments

Comments
 (0)