Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion source/nanoFramework.CoreLibrary.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@
<authors>nanoFramework project contributors</authors>
<owners>nanoFramework project contributors</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">Apache-2.0</license>
<releaseNotes></releaseNotes>
<developmentDependency>false</developmentDependency>
<projectUrl>https://github.com/nanoframework/lib-CoreLibrary</projectUrl>
<iconUrl>https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad</iconUrl>
<repository type="git" url="https://github.com/nanoframework/lib-CoreLibrary" commit="$commit$" />
<copyright>Copyright (c) 2018 The nanoFramework project contributors</copyright>
<description>This package includes the nanoFramework.CoreLibrary assembly for nanoFramework C# projects.</description>
<description>This package includes the nanoFramework.CoreLibrary assembly for nanoFramework C# projects.&#10;This package requires a target with mscorlib v$nativeVersion$.</description>
<summary>This package includes the nanoFramework.CoreLibrary assembly for nanoFramework C# projects.</summary>
<tags>nanoFramework C# csharp netmf netnf nanoFramework.CoreLibrary</tags>
</metadata>
Expand All @@ -22,5 +24,8 @@
<file src="nanoFramework.CoreLibrary\bin\Release\mscorlib.pdbx" target="lib\mscorlib.pdbx" />
<file src="nanoFramework.CoreLibrary\bin\Release\mscorlib.pe" target="lib\mscorlib.pe" />
<file src="nanoFramework.CoreLibrary\bin\Release\mscorlib.xml" target="lib\mscorlib.xml" />

<!-- readme -->
<file src="readme.txt" target="readme.txt" />
</files>
</package>
2 changes: 1 addition & 1 deletion source/nanoFramework.CoreLibrary/CoreLibrary.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<Compile Include="System\ArgumentNullException.cs" />
<Compile Include="System\ArgumentOutOfRangeException.cs" />
<Compile Include="System\Array.cs" />
<Compile Include="System\AssemblyInfo2.cs" />
<Compile Include="System\AssemblyInfo.cs" />
<Compile Include="System\AsyncCallback.cs" />
<Compile Include="System\Attribute.cs" />
<Compile Include="System\AttributeTargets.cs" />
Expand Down
21 changes: 21 additions & 0 deletions source/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
_____ _
_ __ __ _ _ __ ___ | ___| __ __ _ _ __ ___ _____ _____ _ __| | __
| '_ \ / _` | '_ \ / _ \| |_ | '__/ _` | '_ ` _ \ / _ \ \ /\ / / _ \| '__| |/ /
| | | | (_| | | | | (_) | _|| | | (_| | | | | | | __/\ V V / (_) | | | <
|_| |_|\__,_|_| |_|\___/|_| |_| \__,_|_| |_| |_|\___| \_/\_/ \___/|_| |_|\_\

===================================================================================

API docs: https://docs.nanoframework.net/api

Browse our samples repository: https://github.com/nanoframework/samples

Check our documentation online: https://docs.nanoframework.net/articles/intro.html

Join our lively Discord community: https://discord.gg/gCyBu8T

Report issues: https://github.com/nanoframework/Home/issues

Follow us on Twitter: https://twitter.com/nanoframework

Follow our YouTube channel: https://www.youtube.com/c/nanoFramework