Skip to content

Commit b99a738

Browse files
committed
Remove PackageIconUrl property from project props
1 parent a9456f4 commit b99a738

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

NCode.ProjectSettings.Scaffold/build/NCode.ProjectSettings.Scaffold.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@
172172
</ItemGroup>
173173
<PropertyGroup Condition="'$(NCodeIncludeImage)' == 'true'">
174174
<PackageIcon Condition="'$(PackageIcon)'==''">$(NCodeImageName)</PackageIcon>
175-
<PackageIconUrl Condition="'$(PackageIconUrl)'==''">https://raw.githubusercontent.com/NCodeGroup/$(PackageId)/$(NCodeDefaultBranch)/$(NCodeImageName)</PackageIconUrl>
176175
</PropertyGroup>
177176

178177
<!--

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ Contains common settings, scripts, and files to scaffold C# projects for NCodeGr
2828
* v1.0.15 - Fix nuspec wildcard handling
2929
* v1.0.16 - Fix targets wildcard handling
3030
* v1.0.17 - Remove deprecated iconUrl
31+
* v1.0.18 - Remove PackageIconUrl msbuild property

0 commit comments

Comments
 (0)