From 6301bd414e490e8f6708c56e7a8b995d58082267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Sun, 23 Jun 2019 01:34:19 +0100 Subject: [PATCH] Update nuspec MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update description to include information about required native version. - Add license tag. - Add readme for NuGet package. - Rename assembly info source file to match usual name. - Addresses nanoframework/Home#486. - Addresses nanoframework/Home#488. Signed-off-by: José Simões --- source/nanoFramework.CoreLibrary.nuspec | 7 ++++++- .../CoreLibrary.nfproj | 2 +- .../{AssemblyInfo2.cs => AssemblyInfo.cs} | 0 source/readme.txt | 21 +++++++++++++++++++ 4 files changed, 28 insertions(+), 2 deletions(-) rename source/nanoFramework.CoreLibrary/System/{AssemblyInfo2.cs => AssemblyInfo.cs} (100%) create mode 100644 source/readme.txt diff --git a/source/nanoFramework.CoreLibrary.nuspec b/source/nanoFramework.CoreLibrary.nuspec index b2ac8b62..b6258e39 100644 --- a/source/nanoFramework.CoreLibrary.nuspec +++ b/source/nanoFramework.CoreLibrary.nuspec @@ -7,12 +7,14 @@ nanoFramework project contributors nanoFramework project contributors false + Apache-2.0 false https://github.com/nanoframework/lib-CoreLibrary https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad + Copyright (c) 2018 The nanoFramework project contributors - This package includes the nanoFramework.CoreLibrary assembly for nanoFramework C# projects. + This package includes the nanoFramework.CoreLibrary assembly for nanoFramework C# projects. This package requires a target with mscorlib v$nativeVersion$. This package includes the nanoFramework.CoreLibrary assembly for nanoFramework C# projects. nanoFramework C# csharp netmf netnf nanoFramework.CoreLibrary @@ -22,5 +24,8 @@ + + + diff --git a/source/nanoFramework.CoreLibrary/CoreLibrary.nfproj b/source/nanoFramework.CoreLibrary/CoreLibrary.nfproj index 9fe04005..926cfaf6 100644 --- a/source/nanoFramework.CoreLibrary/CoreLibrary.nfproj +++ b/source/nanoFramework.CoreLibrary/CoreLibrary.nfproj @@ -53,7 +53,7 @@ - + diff --git a/source/nanoFramework.CoreLibrary/System/AssemblyInfo2.cs b/source/nanoFramework.CoreLibrary/System/AssemblyInfo.cs similarity index 100% rename from source/nanoFramework.CoreLibrary/System/AssemblyInfo2.cs rename to source/nanoFramework.CoreLibrary/System/AssemblyInfo.cs diff --git a/source/readme.txt b/source/readme.txt new file mode 100644 index 00000000..c224515a --- /dev/null +++ b/source/readme.txt @@ -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