From da1db5c70f7fa8174031f6362741e4c620f2c4c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Sun, 23 Jun 2019 03:42:31 +0100 Subject: [PATCH] Update nuspec MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add license tag. - Add readme for NuGet package. - Add metadata for GitHub repo. - Update description to include information about required native version. - Remove strict version from dependencies. - Addresses nanoframework/Home#486. - Addresses nanoframework/Home#488. Signed-off-by: José Simões --- source/nanoFramework.System.Math.nuspec | 12 ++++++++---- source/readme.txt | 21 +++++++++++++++++++++ 2 files changed, 29 insertions(+), 4 deletions(-) create mode 100644 source/readme.txt diff --git a/source/nanoFramework.System.Math.nuspec b/source/nanoFramework.System.Math.nuspec index 60fb51f..cde812d 100644 --- a/source/nanoFramework.System.Math.nuspec +++ b/source/nanoFramework.System.Math.nuspec @@ -7,17 +7,18 @@ nanoFramework project contributors nanoFramework project contributors false - - + Apache-2.0 + false https://github.com/nanoframework/lib-nanoFramework.System.Math https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad + Copyright (c) 2018 The nanoFramework project contributors - This package includes the nanoFramework.System.Math assembly for nanoFramework C# projects. + This package includes the nanoFramework.System.Math assembly for nanoFramework C# projects. This package requires a target with nanoFramework.System.Math v$nativeVersion$. nanoFramework.System.Math assembly for nanoFramework C# projects nanoFramework C# csharp netmf netnf nanoFramework.System.Math - + @@ -26,5 +27,8 @@ + + + \ No newline at end of file diff --git a/source/readme.txt b/source/readme.txt new file mode 100644 index 0000000..636b397 --- /dev/null +++ b/source/readme.txt @@ -0,0 +1,21 @@ + _____ _ + _ __ __ _ _ __ ___ | ___| __ __ _ _ __ ___ _____ _____ _ __| | __ + | '_ \ / _` | '_ \ / _ \| |_ | '__/ _` | '_ ` _ \ / _ \ \ /\ / / _ \| '__| |/ / + | | | | (_| | | | | (_) | _|| | | (_| | | | | | | __/\ V V / (_) | | | < + |_| |_|\__,_|_| |_|\___/|_| |_| \__,_|_| |_| |_|\___| \_/\_/ \___/|_| |_|\_\ + +=================================================================================== + +API docs: https://docs.nanoframework.net/api/nanoFramework.System.Math.html + +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