Skip to content

Commit 9ecaeb0

Browse files
Fix #206 (PackageIcon instead of PackageIconUrl)
1 parent 76c5a16 commit 9ecaeb0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
2.39 KB
Loading

ICSharpCode.AvalonEdit/ICSharpCode.AvalonEdit.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<Authors>AvalonEdit Contributors</Authors>
2727
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2828
<PackageProjectUrl>http://www.avalonedit.net</PackageProjectUrl>
29-
<PackageIconUrl>http://community.sharpdevelop.net/blogs/mattward/SharpDevelop.png</PackageIconUrl>
29+
<PackageIcon>images\AvalonEditNuGetPackageIcon.png</PackageIcon>
3030
<PackageTags>WPF Text Editor SharpDevelop AvalonEdit</PackageTags>
3131
<PackageReleaseNotes>Changes are detailed at https://github.com/icsharpcode/AvalonEdit/blob/master/ChangeLog.md</PackageReleaseNotes>
3232
</PropertyGroup>
@@ -50,6 +50,10 @@
5050
<None Remove="Search\next.png" />
5151
<None Remove="Search\prev.png" />
5252
<None Remove="themes\RightArrow.cur" />
53+
<None Include="AvalonEditNuGetPackageIcon.png">
54+
<Pack>True</Pack>
55+
<PackagePath>images</PackagePath>
56+
</None>
5357
<Resource Include="Search\next.png" />
5458
<Resource Include="Search\prev.png" />
5559
<Resource Include="themes\RightArrow.cur" />

0 commit comments

Comments
 (0)