Skip to content

Commit 05c1aad

Browse files
authored
Update nuspec (#85)
1 parent 1ab38cd commit 05c1aad

File tree

2 files changed

+30
-6
lines changed

2 files changed

+30
-6
lines changed

source/nanoFramework.System.Net.nuspec

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77
<authors>nanoFramework project contributors</authors>
88
<owners>nanoFramework project contributors</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
10-
<releaseNotes>
11-
</releaseNotes>
10+
<license type="expression">Apache-2.0</license>
11+
<releaseNotes></releaseNotes>
1212
<developmentDependency>false</developmentDependency>
1313
<projectUrl>https://github.com/nanoframework/lib-nanoFramework.System.Net</projectUrl>
1414
<iconUrl>https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad</iconUrl>
15+
<repository type="git" url="https://github.com/nanoframework/lib-nanoFramework..System.Net" commit="$commit$" />
1516
<copyright>Copyright (c) 2018 The nanoFramework project contributors</copyright>
16-
<description>This package includes the nanoFramework.System.Net assembly for nanoFramework C# projects.</description>
17-
<summary>nanoFramework.System.Net assembly for nanoFramework C# projects</summary>
17+
<description>This package includes the nanoFramework..System.Net assembly for nanoFramework C# projects.&#10;This package requires a target with nanoFramework..System.Net v$nativeVersion$.</description> <summary>nanoFramework.System.Net assembly for nanoFramework C# projects</summary>
1818
<tags>nanoFramework C# csharp netmf netnf nanoFramework.System.Net</tags>
1919
<dependencies>
20-
<dependency id="nanoFramework.CoreLibrary" version="[1.2.6-preview.1]" />
21-
<dependency id="nanoFramework.Runtime.Events" version="[1.0.8-preview.8]" />
20+
<dependency id="nanoFramework.CoreLibrary" version="1.2.6-preview.1" />
21+
<dependency id="nanoFramework.Runtime.Events" version="1.0.8-preview.8" />
2222
</dependencies>
2323
</metadata>
2424
<files>
@@ -27,5 +27,8 @@
2727
<file src="nanoFramework.System.Net\bin\Release\System.Net.pdbx" target="lib\System.Net.pdbx" />
2828
<file src="nanoFramework.System.Net\bin\Release\System.Net.pe" target="lib\System.Net.pe" />
2929
<file src="nanoFramework.System.Net\bin\Release\System.Net.xml" target="lib\System.Net.xml" />
30+
31+
<!-- readme -->
32+
<file src="readme.txt" target="readme.txt" />
3033
</files>
3134
</package>

source/readme.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
_____ _
2+
_ __ __ _ _ __ ___ | ___| __ __ _ _ __ ___ _____ _____ _ __| | __
3+
| '_ \ / _` | '_ \ / _ \| |_ | '__/ _` | '_ ` _ \ / _ \ \ /\ / / _ \| '__| |/ /
4+
| | | | (_| | | | | (_) | _|| | | (_| | | | | | | __/\ V V / (_) | | | <
5+
|_| |_|\__,_|_| |_|\___/|_| |_| \__,_|_| |_| |_|\___| \_/\_/ \___/|_| |_|\_\
6+
7+
===================================================================================
8+
9+
API docs: https://docs.nanoframework.net/api/nanoFramework.System.Net.html
10+
11+
Browse our samples repository: https://github.com/nanoframework/samples
12+
13+
Check our documentation online: https://docs.nanoframework.net/articles/intro.html
14+
15+
Join our lively Discord community: https://discord.gg/gCyBu8T
16+
17+
Report issues: https://github.com/nanoframework/Home/issues
18+
19+
Follow us on Twitter: https://twitter.com/nanoframework
20+
21+
Follow our YouTube channel: https://www.youtube.com/c/nanoFramework

0 commit comments

Comments
 (0)