Skip to content

Commit eb69d4a

Browse files
authored
Update nuspec (#84)
1 parent 891d3e4 commit eb69d4a

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
lines changed

source/nanoFramework.CoreLibrary.nuspec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +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>
1011
<releaseNotes></releaseNotes>
1112
<developmentDependency>false</developmentDependency>
1213
<projectUrl>https://github.com/nanoframework/lib-CoreLibrary</projectUrl>
1314
<iconUrl>https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad</iconUrl>
15+
<repository type="git" url="https://github.com/nanoframework/lib-CoreLibrary" commit="$commit$" />
1416
<copyright>Copyright (c) 2018 The nanoFramework project contributors</copyright>
15-
<description>This package includes the nanoFramework.CoreLibrary assembly for nanoFramework C# projects.</description>
17+
<description>This package includes the nanoFramework.CoreLibrary assembly for nanoFramework C# projects.&#10;This package requires a target with mscorlib v$nativeVersion$.</description>
1618
<summary>This package includes the nanoFramework.CoreLibrary assembly for nanoFramework C# projects.</summary>
1719
<tags>nanoFramework C# csharp netmf netnf nanoFramework.CoreLibrary</tags>
1820
</metadata>
@@ -22,5 +24,8 @@
2224
<file src="nanoFramework.CoreLibrary\bin\Release\mscorlib.pdbx" target="lib\mscorlib.pdbx" />
2325
<file src="nanoFramework.CoreLibrary\bin\Release\mscorlib.pe" target="lib\mscorlib.pe" />
2426
<file src="nanoFramework.CoreLibrary\bin\Release\mscorlib.xml" target="lib\mscorlib.xml" />
27+
28+
<!-- readme -->
29+
<file src="readme.txt" target="readme.txt" />
2530
</files>
2631
</package>

source/nanoFramework.CoreLibrary/CoreLibrary.nfproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<Compile Include="System\ArgumentNullException.cs" />
5454
<Compile Include="System\ArgumentOutOfRangeException.cs" />
5555
<Compile Include="System\Array.cs" />
56-
<Compile Include="System\AssemblyInfo2.cs" />
56+
<Compile Include="System\AssemblyInfo.cs" />
5757
<Compile Include="System\AsyncCallback.cs" />
5858
<Compile Include="System\Attribute.cs" />
5959
<Compile Include="System\AttributeTargets.cs" />

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
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)