Skip to content

Conversation

@tmat
Copy link
Member

@tmat tmat commented Oct 8, 2019

NuGet now recommends to include the package icon in NuGet packages instead of specifying PackageIconUrl. This change adds the icon by default to all packages built by Arcade SDK.

The icon can be changed by setting PackageIconFullPath property to the full path of the desired icon.
To include icon in projects with hand-written .nuspec file add $CommonFileElements$ under <files> element, e.g.

<files>
  $CommonFileElements$
  <file src="netcoreapp2.0\MyLib.dll" target="tools\netcoreapp2.0" />
</files>

@tmat
Copy link
Member Author

tmat commented Oct 8, 2019

@wtgodbe This PR would replace dotnet/efcore#18027

@tmat tmat changed the base branch from master to release/3.x October 8, 2019 17:35
@tmat tmat changed the base branch from release/3.x to master October 8, 2019 17:35
The icon can be changed by setting PackageIconFullPath property to the full path of the desired icon.
To include icon in projects with hand-written .nuspec add `$CommonFileElements$` under `<files>` element, e.g.

```xml
<files>
  $CommonFileElements$
  <file src="netcoreapp2.0\MyLib.dll" target="tools\netcoreapp2.0" />
</files>
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant