Skip to content

Commit c2fa1f9

Browse files
committed
Update nuspec config
***NO_CI***
1 parent bd44b5e commit c2fa1f9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed
File renamed without changes.

assets/nf-logo.png

4.03 KB
Loading
File renamed without changes.

nanoFramework.Graphics.nuspec

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,19 @@
55
<version>$version$</version>
66
<title>nanoFramework.Graphics</title>
77
<authors>nanoFramework project contributors</authors>
8-
<owners>nanoFramework project contributors</owners>
8+
<owners>nanoFramework project contributors,dotnetfoundation</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
10-
<license type="expression">Apache-2.0</license>
10+
<license type="file">LICENSE.md</license>
1111
<releaseNotes>
1212
</releaseNotes>
1313
<developmentDependency>false</developmentDependency>
1414
<projectUrl>https://github.com/nanoframework/lib-nanoFramework.nanoFramework.Graphics</projectUrl>
15-
<iconUrl>https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad</iconUrl>
15+
<icon>nf-logo.png</icon>
1616
<repository type="git" url="https://github.com/nanoframework/lib-nanoFramework.nanoFramework.Graphics" commit="$commit$" />
1717
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
1818
<description>
1919
This package includes the nanoFramework.Graphics assembly for nanoFramework C# projects.
20-
This package requires a target with nanoFramework.Graphics $nativeVersion$.
21-
</description>
22-
<summary>nanoFramework.Graphics assembly for nanoFramework C# projects</summary>
20+
This package requires a target with nanoFramework.Networking.Sntp v$nativeVersion$ (checksum $checksum$).</description>
2321
<tags>nanoFramework C# csharp netmf netnf nanoFramework.Graphics</tags>
2422
<dependencies>
2523
<dependency id="nanoFramework.CoreLibrary" version="1.10.0-preview.4" />
@@ -35,7 +33,9 @@
3533
<file src="nanoFramework.Graphics\bin\Release\nanoFramework.Graphics.pdbx" target="lib\nanoFramework.Graphics.pdbx" />
3634
<file src="nanoFramework.Graphics\bin\Release\nanoFramework.Graphics.pe" target="lib\nanoFramework.Graphics.pe" />
3735
<file src="nanoFramework.Graphics\bin\Release\nanoFramework.Graphics.xml" target="lib\nanoFramework.Graphics.xml" />
38-
<!-- readme -->
39-
<file src="readme.txt" target="readme.txt" />
36+
37+
<file src="assets\readme.txt" target="" />
38+
<file src="assets\nf-logo.png" target="" />
39+
<file src="LICENSE.md" target="" />
4040
</files>
4141
</package>

0 commit comments

Comments
 (0)