Skip to content

Commit d021755

Browse files
authored
use <icon> instead of <iconUrl> (#128)
1 parent 20457d4 commit d021755

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

fluent_assertions.png

17.8 KB
Loading

src/FluentAssertions.Analyzers/FluentAssertions.Analyzers.nuspec

Lines changed: 2 additions & 1 deletion
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-
<iconUrl>https://raw.githubusercontent.com/fluentassertions/fluentassertions.analyzers/master/assets/fluent_assertions.svg.png</iconUrl>
18+
<icon>fluent_assertions.png</icon>
1919
<projectUrl>https://github.com/fluentassertions/fluentassertions.analyzers</projectUrl>
2020
<requireLicenseAcceptance>false</requireLicenseAcceptance>
2121
<tags>FluentAssertions Analyzers</tags>
@@ -32,6 +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="\" />
3536
<file src="..\..\LICENSE" target="\LICENSE" />
3637
</files>
3738
</package>

0 commit comments

Comments
 (0)