Skip to content

Commit d13bfc0

Browse files
committed
Update nuspec to use license file
- Also remove summary as it's deprecated.
1 parent 2a0004d commit d13bfc0

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

LICENSE renamed to LICENSE.md

File renamed without changes.

nanoFramework.Tools.DebugLibrary.Net/nanoFramework.Tools.DebugLibrary.Net.nuspec

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,16 +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
<projectUrl>https://github.com/nanoframework/nf-debugger</projectUrl>
12-
<iconUrl>https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad</iconUrl>
1312
<icon>images\nf-logo.png</icon>
1413
<repository type="git" url="https://github.com/nanoframework/nf-debugger" commit="$commit$" />
1514
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
1615
<description>This .NET library provides a debug client for nanoFramework devices using USB or Serial connection to a board.</description>
1716
<releaseNotes>This package provides the .NET version of the debug library.&#10;For UWP look for the respective Nuget package.
1817
</releaseNotes>
19-
<summary>This .NET library provides a debug client for nanoFramework</summary>
2018
<tags>nanoFramework C# csharp netmf netnf</tags>
2119
<dependencies>
2220
<dependency id="Fody" version="4.2.1" />
@@ -31,5 +29,6 @@
3129
<files>
3230
<file src="bin\Release\nanoFramework.Tools.Debugger.Net.dll" target="lib/net472" />
3331
<file src="..\nf-logo.png" target="images\" />
32+
<file src="..\LICENSE.md" target="" />
3433
</files>
3534
</package>

nanoFramework.Tools.DebugLibrary.UWP/nanoFramework.Tools.DebugLibrary.UWP.nuspec

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,16 +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
<projectUrl>https://github.com/nanoframework/nf-debugger</projectUrl>
12-
<iconUrl>https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad</iconUrl>
1312
<icon>images\nf-logo.png</icon>
1413
<repository type="git" url="https://github.com/nanoframework/nf-debugger" commit="$commit$" />
1514
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
1615
<description>This UWP library provides a debug client for nanoFramework devices using USB or Serial connection to a board.</description>
1716
<releaseNotes>This package provides the UWP version of the debug library.&#10;For .NET look for the respective Nuget package.
1817
</releaseNotes>
19-
<summary>This UWP library provides a debug client for nanoFramework</summary>
2018
<tags>nanoFramework C# csharp netmf netnf</tags>
2119
<dependencies>
2220
<dependency id="Fody" version="4.2.1" />
@@ -31,5 +29,6 @@
3129
<files>
3230
<file src="bin\Release\nanoFramework.Tools.Debugger.UWP.dll" target="lib/net472" />
3331
<file src="..\nf-logo.png" target="images\" />
32+
<file src="..\LICENSE.md" target="" />
3433
</files>
3534
</package>

0 commit comments

Comments
 (0)