Skip to content

Commit d1fdb44

Browse files
committed
Work CI-CD
- Update nuspec: add icon, readme, license, remove deprecated entries. ***NO_CI***
1 parent 970f3cf commit d1fdb44

6 files changed

+16
-12
lines changed

LICENSE renamed to LICENSE.md

File renamed without changes.

assets/nf-logo.png

4.03 KB
Loading
File renamed without changes.

nanoFramework.CoreLibrary.DELIVERABLES.nuspec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<authors>nanoFramework project contributors</authors>
88
<owners>nanoFramework project contributors</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
10+
<license type="file">LICENSE.md</license>
1011
<releaseNotes></releaseNotes>
1112
<developmentDependency>false</developmentDependency>
1213
<projectUrl>https://github.com/nanoframework/lib-CoreLibrary</projectUrl>
13-
<iconUrl>https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad</iconUrl>
14+
<icon>nf-logo.png</icon>
1415
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
1516
<description>** DON'T REFERENCE THIS PACKAGE ** Not meant for development. This package includes the deliverable artifacts of the base class library (mscorlib) of nanoFramework. These are for testing purposes and for updating the native code base of the core library.</description>
16-
<summary>nanoFramework.CoreLibrary.DELIVERABLES is not meant for development</summary>
1717
<tags></tags>
1818
</metadata>
1919
<files>
@@ -23,5 +23,9 @@
2323
<file src="nanoFramework.CoreLibrary\obj\Release\*.strings" target="content\dump\" />
2424
<file src="nanoFramework.CoreLibrary\obj\Release\*.resources" target="content\resources\" />
2525
<file src="nanoFramework.CoreLibrary\obj\Release\*.il" target="content\disasm\" />
26+
27+
<file src="assets\readme.txt" target="" />
28+
<file src="assets\nf-logo.png" target="" />
29+
<file src="LICENSE.md" target="" />
2630
</files>
2731
</package>

nanoFramework.CoreLibrary.NoReflection.nuspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@
77
<authors>nanoFramework project contributors</authors>
88
<owners>nanoFramework project contributors</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
10-
<license type="expression">Apache-2.0</license>
10+
<license type="file">LICENSE.md</license>
1111
<releaseNotes></releaseNotes>
1212
<developmentDependency>false</developmentDependency>
1313
<projectUrl>https://github.com/nanoframework/lib-CoreLibrary</projectUrl>
14-
<iconUrl>https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad</iconUrl>
14+
<icon>nf-logo.png</icon>
1515
<repository type="git" url="https://github.com/nanoframework/lib-CoreLibrary" commit="$commit$" />
1616
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
1717
<description>This package includes the nanoFramework.CoreLibrary assembly for nanoFramework C# projects **WITHOUT** the System.Reflection API.&#10;This package requires a target with mscorlib v$nativeVersion$.&#10;There is another version that includes the System.Reflection API.</description>
18-
<summary>This package includes the nanoFramework.CoreLibrary assembly for nanoFramework C# projects **WITHOUT** the System.Reflection API.</summary>
1918
<tags>nanoFramework C# csharp netmf netnf nanoFramework.CoreLibrary</tags>
2019
</metadata>
2120
<files>
@@ -25,7 +24,8 @@
2524
<file src="nanoFramework.CoreLibrary\bin\Release\mscorlib.pe" target="lib\mscorlib.pe" />
2625
<file src="nanoFramework.CoreLibrary\bin\Release\mscorlib.xml" target="lib\mscorlib.xml" />
2726

28-
<!-- readme -->
29-
<file src="readme.txt" target="readme.txt" />
27+
<file src="assets\readme.txt" target="" />
28+
<file src="assets\nf-logo.png" target="" />
29+
<file src="LICENSE.md" target="" />
3030
</files>
3131
</package>

nanoFramework.CoreLibrary.nuspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@
77
<authors>nanoFramework project contributors</authors>
88
<owners>nanoFramework project contributors</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
10-
<license type="expression">Apache-2.0</license>
10+
<license type="file">LICENSE.md</license>
1111
<releaseNotes></releaseNotes>
1212
<developmentDependency>false</developmentDependency>
1313
<projectUrl>https://github.com/nanoframework/lib-CoreLibrary</projectUrl>
14-
<iconUrl>https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad</iconUrl>
14+
<icon>nf-logo.png</icon>
1515
<repository type="git" url="https://github.com/nanoframework/lib-CoreLibrary" commit="$commit$" />
1616
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
1717
<description>This package includes the nanoFramework.CoreLibrary assembly for nanoFramework C# projects.&#10;This package requires a target with mscorlib v$nativeVersion$.&#10;In case you don't need the System.Reflection API there is another NuGet package without this API.</description>
18-
<summary>This package includes the nanoFramework.CoreLibrary assembly for nanoFramework C# projects.</summary>
1918
<tags>nanoFramework C# csharp netmf netnf nanoFramework.CoreLibrary</tags>
2019
</metadata>
2120
<files>
@@ -25,7 +24,8 @@
2524
<file src="nanoFramework.CoreLibrary\bin\Release\mscorlib.pe" target="lib\mscorlib.pe" />
2625
<file src="nanoFramework.CoreLibrary\bin\Release\mscorlib.xml" target="lib\mscorlib.xml" />
2726

28-
<!-- readme -->
29-
<file src="readme.txt" target="readme.txt" />
27+
<file src="assets\readme.txt" target="" />
28+
<file src="assets\nf-logo.png" target="" />
29+
<file src="LICENSE.md" target="" />
3030
</files>
3131
</package>

0 commit comments

Comments
 (0)