From d8c0646e1121f22f58f8cd53aa3ec677e582cc20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Tue, 22 Jan 2019 09:38:56 +0000 Subject: [PATCH 01/39] Update README.md - Update Azure Pipelines badges. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b31345..b852ff4 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ | Component | Build Status | NuGet Package | |:-|---|---| -| nanoFramework.System.Math | [![Build status](https://ci.appveyor.com/api/projects/status/qpn1rfpp7lvdlnmx/branch/master?svg=true)](https://ci.appveyor.com/project/nfbot/lib-nanoframework-system-math/branch/master) | [![NuGet](https://img.shields.io/nuget/v/nanoFramework.System.Math.svg)](https://www.nuget.org/packages/nanoFramework.System.Math/) | -| nanoFramework.System.Math (preview) | [![Build Status](https://dev.azure.com/nanoframework/nanoFramework.System.Math/_apis/build/status/nanoframework.lib-nanoFramework.System.Math)](https://dev.azure.com/nanoframework/nanoFramework.System.Math/_build/latest?definitionId=10) | [![MyGet Pre Release](https://img.shields.io/myget/nanoframework-dev/vpre/nanoFramework.System.Math.svg)](https://www.myget.org/feed/nanoframework-dev/package/nuget/nanoFramework.System.Math) | +| nanoFramework.System.Math | [![Build Status](https://dev.azure.com/nanoframework/nanoFramework.System.Math/_apis/build/status/nanoframework.lib-nanoFramework.System.Math?branchName=develop)](https://dev.azure.com/nanoframework/nanoFramework.System.Math/_build/latest?definitionId=10?branchName=master) | [![NuGet](https://img.shields.io/nuget/v/nanoFramework.System.Math.svg)](https://www.nuget.org/packages/nanoFramework.System.Math/) | +| nanoFramework.System.Math (preview) | [![Build Status](https://dev.azure.com/nanoframework/nanoFramework.System.Math/_apis/build/status/nanoframework.lib-nanoFramework.System.Math?branchName=develop)](https://dev.azure.com/nanoframework/nanoFramework.System.Math/_build/latest?definitionId=10?branchName=develop) | [![MyGet Pre Release](https://img.shields.io/myget/nanoframework-dev/vpre/nanoFramework.System.Math.svg)](https://www.myget.org/feed/nanoframework-dev/package/nuget/nanoFramework.System.Math) | ## Feedback and documentation From e95ddd3d677e31c66347fd863b10ae3d75cf00dc Mon Sep 17 00:00:00 2001 From: nfbot Date: Tue, 22 Jan 2019 09:42:14 +0000 Subject: [PATCH 02/39] Update CHANGELOG for v1.0.3 ***NO_CI*** --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7abf9cd..16563ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ # Change Log -## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/HEAD) - -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.2...HEAD) +## [v1.0.4](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.0.4) (2019-01-21) +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.2...v1.0.4) **Documentation and other chores:** +- Release v1.0.4 [\#12](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/12) - Bumps nanoFramework.CoreLibrary from 1.1.0 to 1.1.1 [\#11](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/11) - Merge back from Release v1.0.2 [\#10](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/10) From 5fd7a312de67da17d8665cd1cce973e2f5e49931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Tue, 23 Apr 2019 10:34:18 +0100 Subject: [PATCH 03/39] Work CD-CI ***NO_CI*** --- source/version.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/version.json b/source/version.json index 0329f76..cabfa2f 100644 --- a/source/version.json +++ b/source/version.json @@ -1,6 +1,11 @@ { "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "1.0.3-preview.{height}", + "release": { + "branchName" : "release-v{version}", + "versionIncrement" : "minor", + "firstUnstableTag" : "preview" + }, "assemblyVersion": { "precision": "revision" }, @@ -16,4 +21,4 @@ "setVersionVariables": true, "setAllVariables": true } -} \ No newline at end of file +} From 2cc8ca4bae2802863466a2b1161fe66bd7e89376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Tue, 23 Apr 2019 10:53:11 +0100 Subject: [PATCH 04/39] Work CD-CI - Remove unused parameters. ***NO_CI*** --- azure-pipelines.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index efccc95..c186380 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,7 +3,7 @@ trigger: include: - master - develop - - release/* + - release-/* - refs/tags/* paths: exclude: @@ -46,10 +46,7 @@ steps: # step from template @ nf-tools repo # all build, update and publish steps -- template: azure-pipelines-templates/class-lib-build.yml@templates - parameters: - sourceFileName: 'nf_native_system_math.cpp' - classLibName: 'nanoFramework.System.Math' +- template: azure-pipelines-templates/class-lib-build.yml@templates # step from template @ nf-tools repo # report error From 6e0763782699c9b8ca3ffc555a339ba8c729939c Mon Sep 17 00:00:00 2001 From: nfbot Date: Tue, 23 Apr 2019 11:57:53 +0100 Subject: [PATCH 05/39] Bumps nanoFramework.CoreLibrary from 1.1.1 to 1.2.0 --- source/nanoFramework.System.Math.DELIVERABLES.nuspec | 2 +- source/nanoFramework.System.Math.nuspec | 2 +- .../nanoFramework.System.Math.nfproj | 10 +++++----- source/nanoFramework.System.Math/packages.config | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/source/nanoFramework.System.Math.DELIVERABLES.nuspec b/source/nanoFramework.System.Math.DELIVERABLES.nuspec index a1cf7aa..6da2368 100644 --- a/source/nanoFramework.System.Math.DELIVERABLES.nuspec +++ b/source/nanoFramework.System.Math.DELIVERABLES.nuspec @@ -18,7 +18,7 @@ - + diff --git a/source/nanoFramework.System.Math.nuspec b/source/nanoFramework.System.Math.nuspec index 015409c..e25aa8d 100644 --- a/source/nanoFramework.System.Math.nuspec +++ b/source/nanoFramework.System.Math.nuspec @@ -17,7 +17,7 @@ nanoFramework.System.Math assembly for nanoFramework C# projects nanoFramework C# csharp netmf netnf nanoFramework.System.Math - + diff --git a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj index 94b5f0f..c618196 100644 --- a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj +++ b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj @@ -45,7 +45,7 @@ nanoFramework.System.Math - + false @@ -58,8 +58,8 @@ - - ..\packages\nanoFramework.CoreLibrary.1.1.1\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.2.0\lib\mscorlib.dll True @@ -69,11 +69,11 @@ - + This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}. - + diff --git a/source/nanoFramework.System.Math/packages.config b/source/nanoFramework.System.Math/packages.config index 6d3c1f6..2e8dc4a 100644 --- a/source/nanoFramework.System.Math/packages.config +++ b/source/nanoFramework.System.Math/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file From bc11bd6452aa263a524c3dcf2b74ccb63a11efb3 Mon Sep 17 00:00:00 2001 From: nfbot Date: Tue, 23 Apr 2019 11:02:41 +0000 Subject: [PATCH 06/39] Update CHANGELOG for v1.0.3 ***NO_CI*** --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16563ea..73de9ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/HEAD) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.4...HEAD) + +**Documentation and other chores:** + +- Bumps nanoFramework.CoreLibrary from 1.1.1 to 1.2.0 [\#13](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/13) + ## [v1.0.4](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.0.4) (2019-01-21) [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.2...v1.0.4) From 757aa1b0b74c5491c86ae93aa1e8da9567ec01da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Tue, 23 Apr 2019 12:22:01 +0100 Subject: [PATCH 07/39] Add AssemblyNativeVersion --- source/nanoFramework.System.Math/Properties/AssemblyInfo.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/nanoFramework.System.Math/Properties/AssemblyInfo.cs b/source/nanoFramework.System.Math/Properties/AssemblyInfo.cs index 301140b..4fe4316 100644 --- a/source/nanoFramework.System.Math/Properties/AssemblyInfo.cs +++ b/source/nanoFramework.System.Math/Properties/AssemblyInfo.cs @@ -13,3 +13,9 @@ [assembly: AssemblyCopyright("Copyright © ")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] + +//////////////////////////////////////////////////////////////// +// update this whenever the native assembly signature changes // +[assembly: AssemblyNativeVersion("1.0.4.3")] +//////////////////////////////////////////////////////////////// + From cf7a76ebe344eab4b392304bc3b1002f51d0833b Mon Sep 17 00:00:00 2001 From: nfbot Date: Tue, 23 Apr 2019 12:51:35 +0100 Subject: [PATCH 08/39] Bumps nanoFramework.CoreLibrary from 1.2.0 to 1.2.1-preview-001 --- source/nanoFramework.System.Math.DELIVERABLES.nuspec | 2 +- source/nanoFramework.System.Math.nuspec | 2 +- .../nanoFramework.System.Math.nfproj | 6 +++--- source/nanoFramework.System.Math/packages.config | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/nanoFramework.System.Math.DELIVERABLES.nuspec b/source/nanoFramework.System.Math.DELIVERABLES.nuspec index 6da2368..e0facd5 100644 --- a/source/nanoFramework.System.Math.DELIVERABLES.nuspec +++ b/source/nanoFramework.System.Math.DELIVERABLES.nuspec @@ -18,7 +18,7 @@ - + diff --git a/source/nanoFramework.System.Math.nuspec b/source/nanoFramework.System.Math.nuspec index e25aa8d..e17f4c6 100644 --- a/source/nanoFramework.System.Math.nuspec +++ b/source/nanoFramework.System.Math.nuspec @@ -17,7 +17,7 @@ nanoFramework.System.Math assembly for nanoFramework C# projects nanoFramework C# csharp netmf netnf nanoFramework.System.Math - + diff --git a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj index c618196..0a2c176 100644 --- a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj +++ b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj @@ -45,7 +45,7 @@ nanoFramework.System.Math - + false @@ -58,8 +58,8 @@ - - ..\packages\nanoFramework.CoreLibrary.1.2.0\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.2.1-preview-001\lib\mscorlib.dll True diff --git a/source/nanoFramework.System.Math/packages.config b/source/nanoFramework.System.Math/packages.config index 2e8dc4a..4ff2609 100644 --- a/source/nanoFramework.System.Math/packages.config +++ b/source/nanoFramework.System.Math/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file From 91ef3f583ffd890dff2a768996b7650eaec37721 Mon Sep 17 00:00:00 2001 From: nfbot Date: Tue, 23 Apr 2019 11:56:02 +0000 Subject: [PATCH 09/39] Update CHANGELOG for v1.0.3 ***NO_CI*** --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73de9ec..ad36572 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ **Documentation and other chores:** +- Bumps nanoFramework.CoreLibrary from 1.2.0 to 1.2.1-preview-001 [\#14](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/14) - Bumps nanoFramework.CoreLibrary from 1.1.1 to 1.2.0 [\#13](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/13) ## [v1.0.4](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.0.4) (2019-01-21) From c39f66abd7760e1fa52cff11afa85806cb2a2bf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Tue, 23 Apr 2019 22:37:40 +0100 Subject: [PATCH 10/39] Update version.json --- source/version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/version.json b/source/version.json index cabfa2f..b6c709a 100644 --- a/source/version.json +++ b/source/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.0.3-preview.{height}", + "version": "1.0.5-preview.{height}", "release": { "branchName" : "release-v{version}", "versionIncrement" : "minor", From fd699dadf3424455715e275a8a660250946f62b6 Mon Sep 17 00:00:00 2001 From: nfbot Date: Tue, 23 Apr 2019 21:40:55 +0000 Subject: [PATCH 11/39] Update CHANGELOG for v1.0.5 ***NO_CI*** --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad36572..b248612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,7 @@ # Change Log -## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/HEAD) - -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.4...HEAD) +## [v1.0.3-preview-012](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.0.3-preview-012) (2019-04-23) +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.4...v1.0.3-preview-012) **Documentation and other chores:** From 568c8649a791c61bb70e8ba868ffd0c26cd1e20c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Fri, 7 Jun 2019 17:51:41 +0100 Subject: [PATCH 12/39] Add SonarCloud (#15) --- README.md | 2 +- azure-pipelines.yml | 2 ++ source/{ => nanoFramework.System.Math}/key.snk | Bin .../nanoFramework.System.Math.nfproj | 3 ++- 4 files changed, 5 insertions(+), 2 deletions(-) rename source/{ => nanoFramework.System.Math}/key.snk (100%) diff --git a/README.md b/README.md index b852ff4..428b0a8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/nanoframework/Home/blob/master/LICENSE) [![NuGet](https://img.shields.io/nuget/dt/nanoFramework.System.Math.svg)]() [![#yourfirstpr](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](https://github.com/nanoframework/Home/blob/master/CONTRIBUTING.md) [![Discord](https://img.shields.io/discord/478725473862549535.svg)](https://discord.gg/gCyBu8T) +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-nanoFramework.System.Math&metric=alert_status)](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoFramework.System.Math) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-nanoFramework.System.Math&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoFramework.System.Math) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/nanoframework/Home/blob/master/LICENSE) [![NuGet](https://img.shields.io/nuget/dt/nanoFramework.System.Math.svg)]() [![#yourfirstpr](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](https://github.com/nanoframework/Home/blob/master/CONTRIBUTING.md) [![Discord](https://img.shields.io/discord/478725473862549535.svg)](https://discord.gg/gCyBu8T) ![nanoFramework logo](https://github.com/nanoframework/Home/blob/master/resources/logo/nanoFramework-repo-logo.png) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c186380..437902b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -47,6 +47,8 @@ steps: # step from template @ nf-tools repo # all build, update and publish steps - template: azure-pipelines-templates/class-lib-build.yml@templates + parameters: + soundCloudProject: 'nanoframework_lib-nanoFramework.System.Math' # step from template @ nf-tools repo # report error diff --git a/source/key.snk b/source/nanoFramework.System.Math/key.snk similarity index 100% rename from source/key.snk rename to source/nanoFramework.System.Math/key.snk diff --git a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj index 0a2c176..7112dcb 100644 --- a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj +++ b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj @@ -22,7 +22,7 @@ true - ..\key.snk + key.snk false @@ -53,6 +53,7 @@ + From 5a162d3c501b311447be9b1c7fb7fa1ec8de7b5e Mon Sep 17 00:00:00 2001 From: nfbot Date: Fri, 7 Jun 2019 16:55:21 +0000 Subject: [PATCH 13/39] Update CHANGELOG for v1.0.5 ***NO_CI*** --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b248612..47f5049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [v1.0.5-preview-001](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.0.5-preview-001) (2019-04-23) +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.3-preview-012...v1.0.5-preview-001) + ## [v1.0.3-preview-012](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.0.3-preview-012) (2019-04-23) [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.4...v1.0.3-preview-012) From 4578cee0b4a166762ebdc7d578b597407a0c9878 Mon Sep 17 00:00:00 2001 From: nfbot Date: Tue, 11 Jun 2019 17:18:21 +0100 Subject: [PATCH 14/39] Bumps nanoFramework.CoreLibrary from 1.2.1-preview-001 to 1.2.2-preview.20 --- source/nanoFramework.System.Math.DELIVERABLES.nuspec | 2 +- source/nanoFramework.System.Math.nuspec | 2 +- .../nanoFramework.System.Math.nfproj | 10 +++++----- source/nanoFramework.System.Math/packages.config | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/source/nanoFramework.System.Math.DELIVERABLES.nuspec b/source/nanoFramework.System.Math.DELIVERABLES.nuspec index e0facd5..7126c8b 100644 --- a/source/nanoFramework.System.Math.DELIVERABLES.nuspec +++ b/source/nanoFramework.System.Math.DELIVERABLES.nuspec @@ -18,7 +18,7 @@ - + diff --git a/source/nanoFramework.System.Math.nuspec b/source/nanoFramework.System.Math.nuspec index e17f4c6..605416e 100644 --- a/source/nanoFramework.System.Math.nuspec +++ b/source/nanoFramework.System.Math.nuspec @@ -17,7 +17,7 @@ nanoFramework.System.Math assembly for nanoFramework C# projects nanoFramework C# csharp netmf netnf nanoFramework.System.Math - + diff --git a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj index 7112dcb..80718a4 100644 --- a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj +++ b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj @@ -45,7 +45,7 @@ nanoFramework.System.Math - + false @@ -59,8 +59,8 @@ - - ..\packages\nanoFramework.CoreLibrary.1.2.1-preview-001\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.2.2-preview.20\lib\mscorlib.dll True @@ -70,11 +70,11 @@ - + This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}. - + diff --git a/source/nanoFramework.System.Math/packages.config b/source/nanoFramework.System.Math/packages.config index 4ff2609..a397354 100644 --- a/source/nanoFramework.System.Math/packages.config +++ b/source/nanoFramework.System.Math/packages.config @@ -1,5 +1,5 @@  - - - \ No newline at end of file + + + From fd35fae3869c172675ccb9116ba49d8ac0cc8c58 Mon Sep 17 00:00:00 2001 From: nfbot Date: Tue, 11 Jun 2019 16:21:42 +0000 Subject: [PATCH 15/39] Update CHANGELOG for v1.0.5.36 ***NO_CI*** --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47f5049..98c9003 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/HEAD) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.5-preview-001...HEAD) + +**Documentation and other chores:** + +- Bumps nanoFramework.CoreLibrary from 1.2.1-preview-001 to 1.2.2-preview.20 [\#17](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/17) + ## [v1.0.5-preview-001](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.0.5-preview-001) (2019-04-23) [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.3-preview-012...v1.0.5-preview-001) From 9cbdc969ebe53739277e7af711b760d2f77a1276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Wed, 12 Jun 2019 02:47:56 +0100 Subject: [PATCH 16/39] Update version.json - Bump version to 1.0.6-preview. - Semver is now 2. ***NO_CI*** --- source/version.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/version.json b/source/version.json index b6c709a..64fbc63 100644 --- a/source/version.json +++ b/source/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.0.5-preview.{height}", + "version": "1.0.6-preview.{height}", "release": { "branchName" : "release-v{version}", "versionIncrement" : "minor", @@ -11,7 +11,7 @@ }, "semVer1NumericIdentifierPadding": 3, "nugetPackageVersion": { - "semVer": 1 + "semVer": 2 }, "publicReleaseRefSpec": [ "^refs/heads/master$", From fe092773198c68ab9be6ca062813bfd60cee3686 Mon Sep 17 00:00:00 2001 From: nfbot Date: Wed, 12 Jun 2019 08:35:47 +0100 Subject: [PATCH 17/39] Bumps nanoFramework.CoreLibrary from 1.2.2-preview.20 to 1.2.4-preview.1 --- source/nanoFramework.System.Math.DELIVERABLES.nuspec | 2 +- source/nanoFramework.System.Math.nuspec | 2 +- .../nanoFramework.System.Math.nfproj | 10 +++++----- source/nanoFramework.System.Math/packages.config | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/source/nanoFramework.System.Math.DELIVERABLES.nuspec b/source/nanoFramework.System.Math.DELIVERABLES.nuspec index 7126c8b..874b4e3 100644 --- a/source/nanoFramework.System.Math.DELIVERABLES.nuspec +++ b/source/nanoFramework.System.Math.DELIVERABLES.nuspec @@ -18,7 +18,7 @@ - + diff --git a/source/nanoFramework.System.Math.nuspec b/source/nanoFramework.System.Math.nuspec index 605416e..cfca6d9 100644 --- a/source/nanoFramework.System.Math.nuspec +++ b/source/nanoFramework.System.Math.nuspec @@ -17,7 +17,7 @@ nanoFramework.System.Math assembly for nanoFramework C# projects nanoFramework C# csharp netmf netnf nanoFramework.System.Math - + diff --git a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj index 80718a4..92f6058 100644 --- a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj +++ b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj @@ -45,7 +45,7 @@ nanoFramework.System.Math - + false @@ -59,8 +59,8 @@ - - ..\packages\nanoFramework.CoreLibrary.1.2.2-preview.20\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.2.4-preview.1\lib\mscorlib.dll True @@ -70,11 +70,11 @@ - + This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}. - + diff --git a/source/nanoFramework.System.Math/packages.config b/source/nanoFramework.System.Math/packages.config index a397354..738ff8e 100644 --- a/source/nanoFramework.System.Math/packages.config +++ b/source/nanoFramework.System.Math/packages.config @@ -1,5 +1,5 @@  - - - + + + \ No newline at end of file From ba7a5e2a4e2b667e5db01ede57f140e46ab7f015 Mon Sep 17 00:00:00 2001 From: nfbot Date: Wed, 12 Jun 2019 07:39:57 +0000 Subject: [PATCH 18/39] Update CHANGELOG for v1.0.6 ***NO_CI*** --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98c9003..3690a3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ **Documentation and other chores:** +- Bumps nanoFramework.CoreLibrary from 1.2.2-preview.20 to 1.2.4-preview.1 [\#18](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/18) - Bumps nanoFramework.CoreLibrary from 1.2.1-preview-001 to 1.2.2-preview.20 [\#17](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/17) ## [v1.0.5-preview-001](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.0.5-preview-001) (2019-04-23) From 5bdeeae9be58e99f4eee02f749e1cc0dd11c7880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Wed, 12 Jun 2019 16:26:44 +0100 Subject: [PATCH 19/39] Update azure-pipelines.yml ***NO_CI*** --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 437902b..3448361 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -48,7 +48,7 @@ steps: # all build, update and publish steps - template: azure-pipelines-templates/class-lib-build.yml@templates parameters: - soundCloudProject: 'nanoframework_lib-nanoFramework.System.Math' + sonarCloudProject: 'nanoframework_lib-nanoFramework.System.Math' # step from template @ nf-tools repo # report error From 8d5cb2a89a26910d4e2c31a39f8a81d426d4e499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Wed, 12 Jun 2019 16:26:59 +0100 Subject: [PATCH 20/39] Update .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f1e3d20..ce3e1b1 100644 --- a/.gitignore +++ b/.gitignore @@ -250,3 +250,6 @@ paket-files/ # JetBrains Rider .idea/ *.sln.iml + +#SoundCloud +*.sonarqube/ From 82b1a2dfbe0aa0c65ef1de08d3d83d5919e9c03b Mon Sep 17 00:00:00 2001 From: nfbot Date: Wed, 12 Jun 2019 18:13:21 +0100 Subject: [PATCH 21/39] Bumps nanoFramework.CoreLibrary from 1.2.4-preview.1 to 1.2.5-preview.1 --- source/nanoFramework.System.Math.DELIVERABLES.nuspec | 2 +- source/nanoFramework.System.Math.nuspec | 2 +- .../nanoFramework.System.Math.nfproj | 6 +++--- source/nanoFramework.System.Math/packages.config | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/nanoFramework.System.Math.DELIVERABLES.nuspec b/source/nanoFramework.System.Math.DELIVERABLES.nuspec index 874b4e3..604e594 100644 --- a/source/nanoFramework.System.Math.DELIVERABLES.nuspec +++ b/source/nanoFramework.System.Math.DELIVERABLES.nuspec @@ -18,7 +18,7 @@ - + diff --git a/source/nanoFramework.System.Math.nuspec b/source/nanoFramework.System.Math.nuspec index cfca6d9..9e38db7 100644 --- a/source/nanoFramework.System.Math.nuspec +++ b/source/nanoFramework.System.Math.nuspec @@ -17,7 +17,7 @@ nanoFramework.System.Math assembly for nanoFramework C# projects nanoFramework C# csharp netmf netnf nanoFramework.System.Math - + diff --git a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj index 92f6058..1ebfe0b 100644 --- a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj +++ b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj @@ -45,7 +45,7 @@ nanoFramework.System.Math - + false @@ -59,8 +59,8 @@ - - ..\packages\nanoFramework.CoreLibrary.1.2.4-preview.1\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.2.5-preview.1\lib\mscorlib.dll True diff --git a/source/nanoFramework.System.Math/packages.config b/source/nanoFramework.System.Math/packages.config index 738ff8e..dcfc5b6 100644 --- a/source/nanoFramework.System.Math/packages.config +++ b/source/nanoFramework.System.Math/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file From 9b16104d5571dbc91a0aec6dae16854af1ed8a2b Mon Sep 17 00:00:00 2001 From: nfbot Date: Wed, 12 Jun 2019 17:17:46 +0000 Subject: [PATCH 22/39] Update CHANGELOG for v1.0.6 ***NO_CI*** --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3690a3e..163c7ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,14 @@ ## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/HEAD) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.5-preview-001...HEAD) +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.6-preview.2...HEAD) + +**Documentation and other chores:** + +- Bumps nanoFramework.CoreLibrary from 1.2.4-preview.1 to 1.2.5-preview.1 [\#19](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/19) + +## [v1.0.6-preview.2](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.0.6-preview.2) (2019-06-12) +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.5-preview-001...v1.0.6-preview.2) **Documentation and other chores:** From e9ba484d65e8f0fd88766cd6c3b044a490d34e72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Thu, 13 Jun 2019 10:03:37 +0100 Subject: [PATCH 23/39] Work CD-CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix repo name. ***NO_CI*** Signed-off-by: José Simões --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3448361..6e7555a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -40,7 +40,7 @@ variables: buildPlatform: 'Any CPU' buildConfiguration: 'Release' nugetPackageName: 'nanoFramework.System.Math' - repoName: 'lib-nanoFramework.System.Math ' + repoName: 'lib-nanoFramework.System.Math' steps: From e657b759e4a476dad9a1fa5d38dd32562965497c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Thu, 13 Jun 2019 10:03:43 +0100 Subject: [PATCH 24/39] Fix project URL in nuspec MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: José Simões --- source/nanoFramework.System.Math.DELIVERABLES.nuspec | 2 +- source/nanoFramework.System.Math.nuspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/nanoFramework.System.Math.DELIVERABLES.nuspec b/source/nanoFramework.System.Math.DELIVERABLES.nuspec index 604e594..9aa9a4c 100644 --- a/source/nanoFramework.System.Math.DELIVERABLES.nuspec +++ b/source/nanoFramework.System.Math.DELIVERABLES.nuspec @@ -10,7 +10,7 @@ false - https://github.com/nanoframework + https://github.com/nanoframework/lib-nanoFramework.System.Math https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad Copyright (c) 2018 The nanoFramework project contributors ** DON'T REFERENCE THIS PACKAGE ** Not meant for development. This package includes the deliverable artifacts of the nanoFramework.System.Math assembly for nanoFramework. These are for testing purposes and for updating the native code base of the library. diff --git a/source/nanoFramework.System.Math.nuspec b/source/nanoFramework.System.Math.nuspec index 9e38db7..6a80fed 100644 --- a/source/nanoFramework.System.Math.nuspec +++ b/source/nanoFramework.System.Math.nuspec @@ -10,7 +10,7 @@ false - https://github.com/nanoframework + 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. From 895595ef808fee8254de2ff6b8763a53dcbae05e Mon Sep 17 00:00:00 2001 From: nfbot Date: Thu, 20 Jun 2019 15:43:08 +0100 Subject: [PATCH 25/39] Bumps nanoFramework.CoreLibrary from 1.2.5-preview.1 to 1.2.6-preview.1 --- source/nanoFramework.System.Math.DELIVERABLES.nuspec | 2 +- source/nanoFramework.System.Math.nuspec | 2 +- .../nanoFramework.System.Math.nfproj | 6 +++--- source/nanoFramework.System.Math/packages.config | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/nanoFramework.System.Math.DELIVERABLES.nuspec b/source/nanoFramework.System.Math.DELIVERABLES.nuspec index 9aa9a4c..d1684a3 100644 --- a/source/nanoFramework.System.Math.DELIVERABLES.nuspec +++ b/source/nanoFramework.System.Math.DELIVERABLES.nuspec @@ -18,7 +18,7 @@ - + diff --git a/source/nanoFramework.System.Math.nuspec b/source/nanoFramework.System.Math.nuspec index 6a80fed..60fb51f 100644 --- a/source/nanoFramework.System.Math.nuspec +++ b/source/nanoFramework.System.Math.nuspec @@ -17,7 +17,7 @@ nanoFramework.System.Math assembly for nanoFramework C# projects nanoFramework C# csharp netmf netnf nanoFramework.System.Math - + diff --git a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj index 1ebfe0b..402c904 100644 --- a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj +++ b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj @@ -45,7 +45,7 @@ nanoFramework.System.Math - + false @@ -59,8 +59,8 @@ - - ..\packages\nanoFramework.CoreLibrary.1.2.5-preview.1\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.2.6-preview.1\lib\mscorlib.dll True diff --git a/source/nanoFramework.System.Math/packages.config b/source/nanoFramework.System.Math/packages.config index dcfc5b6..48678bd 100644 --- a/source/nanoFramework.System.Math/packages.config +++ b/source/nanoFramework.System.Math/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file From 497016dd2d07859fd31a269c5c3271034ccd17cb Mon Sep 17 00:00:00 2001 From: nfbot Date: Thu, 20 Jun 2019 14:48:37 +0000 Subject: [PATCH 26/39] Update CHANGELOG for v1.0.6 ***NO_CI*** --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 163c7ca..b8379d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,14 @@ ## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/HEAD) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.6-preview.2...HEAD) +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.6-preview.6...HEAD) + +**Documentation and other chores:** + +- Bumps nanoFramework.CoreLibrary from 1.2.5-preview.1 to 1.2.6-preview.1 [\#20](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/20) + +## [v1.0.6-preview.6](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.0.6-preview.6) (2019-06-12) +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.6-preview.2...v1.0.6-preview.6) **Documentation and other chores:** From 54b612b7d1e8630a97de51ca8d6c550e2daf47d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Sat, 22 Jun 2019 18:34:26 +0100 Subject: [PATCH 27/39] Work on native assembly declaration (#21) --- source/nanoFramework.System.Math/Properties/AssemblyInfo.cs | 2 +- .../nanoFramework.System.Math.nfproj | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/source/nanoFramework.System.Math/Properties/AssemblyInfo.cs b/source/nanoFramework.System.Math/Properties/AssemblyInfo.cs index 4fe4316..638e5fc 100644 --- a/source/nanoFramework.System.Math/Properties/AssemblyInfo.cs +++ b/source/nanoFramework.System.Math/Properties/AssemblyInfo.cs @@ -16,6 +16,6 @@ //////////////////////////////////////////////////////////////// // update this whenever the native assembly signature changes // -[assembly: AssemblyNativeVersion("1.0.4.3")] +[assembly: AssemblyNativeVersion("100.0.4.3")] //////////////////////////////////////////////////////////////// diff --git a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj index 402c904..b165819 100644 --- a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj +++ b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj @@ -44,6 +44,11 @@ false nanoFramework.System.Math + + + false + + false From 59ba1786fda43ca85dd0f47b07f4fb4b27b6ef5d Mon Sep 17 00:00:00 2001 From: nfbot Date: Sat, 22 Jun 2019 17:36:41 +0000 Subject: [PATCH 28/39] Update CHANGELOG for v1.0.6 ***NO_CI*** --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8379d7..b879194 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,14 @@ ## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/HEAD) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.6-preview.6...HEAD) +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.6-preview.10...HEAD) + +**Documentation and other chores:** + +- Work on native assembly declaration [\#21](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/21) [[Breaking-Change](https://github.com/nanoframework/lib-nanoFramework.System.Math/labels/Breaking-Change)] + +## [v1.0.6-preview.10](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.0.6-preview.10) (2019-06-20) +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.6-preview.6...v1.0.6-preview.10) **Documentation and other chores:** From 2fcde71c454b0853ccaa93222845845dc7275d06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Sun, 23 Jun 2019 03:48:50 +0100 Subject: [PATCH 29/39] Update nuspec (#22) --- 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 From 08b237c3ecdc25edb828ff2f4656fcf401aa4a8e Mon Sep 17 00:00:00 2001 From: nfbot Date: Sun, 23 Jun 2019 05:26:43 +0100 Subject: [PATCH 30/39] Bumps nanoFramework.CoreLibrary from 1.2.6-preview.1 to 1.2.6-preview.7 --- .../nanoFramework.System.Math.DELIVERABLES.nuspec | 2 +- source/nanoFramework.System.Math.nuspec | 13 +++++++------ .../nanoFramework.System.Math.nfproj | 4 ++-- source/nanoFramework.System.Math/packages.config | 2 +- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/source/nanoFramework.System.Math.DELIVERABLES.nuspec b/source/nanoFramework.System.Math.DELIVERABLES.nuspec index d1684a3..61767d9 100644 --- a/source/nanoFramework.System.Math.DELIVERABLES.nuspec +++ b/source/nanoFramework.System.Math.DELIVERABLES.nuspec @@ -18,7 +18,7 @@ - + diff --git a/source/nanoFramework.System.Math.nuspec b/source/nanoFramework.System.Math.nuspec index cde812d..e061185 100644 --- a/source/nanoFramework.System.Math.nuspec +++ b/source/nanoFramework.System.Math.nuspec @@ -1,4 +1,4 @@ - + nanoFramework.System.Math @@ -8,17 +8,19 @@ 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 requires a target with nanoFramework.System.Math v$nativeVersion$. + 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 - + @@ -27,8 +29,7 @@ - - \ No newline at end of file + diff --git a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj index b165819..d8b8742 100644 --- a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj +++ b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj @@ -50,7 +50,7 @@ - + false @@ -65,7 +65,7 @@ - ..\packages\nanoFramework.CoreLibrary.1.2.6-preview.1\lib\mscorlib.dll + ..\packages\nanoFramework.CoreLibrary.1.2.6-preview.7\lib\mscorlib.dll True diff --git a/source/nanoFramework.System.Math/packages.config b/source/nanoFramework.System.Math/packages.config index 48678bd..909d9ec 100644 --- a/source/nanoFramework.System.Math/packages.config +++ b/source/nanoFramework.System.Math/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file From d7a93bf3484e3ba9b0c759f31f220beb37e0a9ac Mon Sep 17 00:00:00 2001 From: nfbot Date: Sun, 23 Jun 2019 04:28:53 +0000 Subject: [PATCH 31/39] Update CHANGELOG for v1.0.6 ***NO_CI*** --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b879194..8293955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ **Documentation and other chores:** +- Bumps nanoFramework.CoreLibrary from 1.2.6-preview.1 to 1.2.6-preview.7 [\#23](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/23) - Work on native assembly declaration [\#21](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/21) [[Breaking-Change](https://github.com/nanoframework/lib-nanoFramework.System.Math/labels/Breaking-Change)] ## [v1.0.6-preview.10](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.0.6-preview.10) (2019-06-20) From 2059a64fa186e9c4d0731a5e478aafb43c2efc5d Mon Sep 17 00:00:00 2001 From: kurtnelle Date: Mon, 15 Jul 2019 03:56:41 -0400 Subject: [PATCH 32/39] Update readme.txt (#24) ***NO_CI*** --- source/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/readme.txt b/source/readme.txt index 636b397..35e1913 100644 --- a/source/readme.txt +++ b/source/readme.txt @@ -10,7 +10,7 @@ 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 +Check our documentation online: https://docs.nanoframework.net/ Join our lively Discord community: https://discord.gg/gCyBu8T From 17b95c4c99acc037bd9b24e47cfe0d0067a552c4 Mon Sep 17 00:00:00 2001 From: nfbot Date: Thu, 18 Jul 2019 10:58:57 +0100 Subject: [PATCH 33/39] Bumps nanoFramework.CoreLibrary from 1.2.6-preview.7 to 1.2.6-preview.16 ***PUBLISH_RELEASE*** --- source/nanoFramework.System.Math.DELIVERABLES.nuspec | 2 +- source/nanoFramework.System.Math.nuspec | 6 +++--- .../nanoFramework.System.Math.nfproj | 4 ++-- source/nanoFramework.System.Math/packages.config | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/source/nanoFramework.System.Math.DELIVERABLES.nuspec b/source/nanoFramework.System.Math.DELIVERABLES.nuspec index 61767d9..a55c639 100644 --- a/source/nanoFramework.System.Math.DELIVERABLES.nuspec +++ b/source/nanoFramework.System.Math.DELIVERABLES.nuspec @@ -18,7 +18,7 @@ - + diff --git a/source/nanoFramework.System.Math.nuspec b/source/nanoFramework.System.Math.nuspec index e061185..cd90758 100644 --- a/source/nanoFramework.System.Math.nuspec +++ b/source/nanoFramework.System.Math.nuspec @@ -1,4 +1,4 @@ - + nanoFramework.System.Math @@ -20,7 +20,7 @@ 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 - + @@ -32,4 +32,4 @@ This package requires a target with nanoFramework.System.Math v$nativeVersion$.< - + \ No newline at end of file diff --git a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj index d8b8742..ff55f4e 100644 --- a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj +++ b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj @@ -50,7 +50,7 @@ - + false @@ -65,7 +65,7 @@ - ..\packages\nanoFramework.CoreLibrary.1.2.6-preview.7\lib\mscorlib.dll + ..\packages\nanoFramework.CoreLibrary.1.2.6-preview.16\lib\mscorlib.dll True diff --git a/source/nanoFramework.System.Math/packages.config b/source/nanoFramework.System.Math/packages.config index 909d9ec..362b172 100644 --- a/source/nanoFramework.System.Math/packages.config +++ b/source/nanoFramework.System.Math/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file From 07254c3ed40d48e1e3fc4b0a2d54cf663b746b7f Mon Sep 17 00:00:00 2001 From: nfbot Date: Thu, 18 Jul 2019 10:03:47 +0000 Subject: [PATCH 34/39] Update CHANGELOG for v1.0.6 ***NO_CI*** --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8293955..9ecfc70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/HEAD) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.6-preview.10...HEAD) +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.6-preview.15...HEAD) + +**Documentation and other chores:** + +- Bumps nanoFramework.CoreLibrary from 1.2.6-preview.7 to 1.2.6-preview.16 [\#25](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/25) +- Update readme.txt [\#24](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/24) + +## [v1.0.6-preview.15](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.0.6-preview.15) (2019-06-23) +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.6-preview.10...v1.0.6-preview.15) **Documentation and other chores:** From e5c3f6fce90dfdf060d29059c41ef2baa546f758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Wed, 21 Aug 2019 12:22:20 +0100 Subject: [PATCH 35/39] Work CD-CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Switch MyGet feed with Azure Artifacts feed. Signed-off-by: José Simões --- source/NuGet.Config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/NuGet.Config b/source/NuGet.Config index 86ceec1..ef0bacf 100644 --- a/source/NuGet.Config +++ b/source/NuGet.Config @@ -2,6 +2,6 @@ - + From d070c138b034506a10f0a38c38ae623d8c054e47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Wed, 21 Aug 2019 12:23:34 +0100 Subject: [PATCH 36/39] Update README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Switch MyGet badges to Azure Artifacts. - Improve style of several badges. - Fix markdown style. Signed-off-by: José Simões --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 428b0a8..0768bd5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-nanoFramework.System.Math&metric=alert_status)](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoFramework.System.Math) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-nanoFramework.System.Math&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoFramework.System.Math) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/nanoframework/Home/blob/master/LICENSE) [![NuGet](https://img.shields.io/nuget/dt/nanoFramework.System.Math.svg)]() [![#yourfirstpr](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](https://github.com/nanoframework/Home/blob/master/CONTRIBUTING.md) [![Discord](https://img.shields.io/discord/478725473862549535.svg)](https://discord.gg/gCyBu8T) - +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-nanoFramework.System.Math&metric=alert_status)](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoFramework.System.Math) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-nanoFramework.System.Math&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoFramework.System.Math) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/nanoframework/Home/blob/master/LICENSE) [![NuGet](https://img.shields.io/nuget/dt/nanoFramework.System.Math.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Math/) [![#yourfirstpr](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](https://github.com/nanoframework/Home/blob/master/CONTRIBUTING.md) [![Discord](https://img.shields.io/discord/478725473862549535.svg?logo=discord&logoColor=white&label=Discord&color=7289DA)](https://discord.gg/gCyBu8T) ![nanoFramework logo](https://github.com/nanoframework/Home/blob/master/resources/logo/nanoFramework-repo-logo.png) @@ -7,14 +6,12 @@ ### Welcome to the **nanoFramework** System.Math Class Library repository! - ## Build status | Component | Build Status | NuGet Package | |:-|---|---| -| nanoFramework.System.Math | [![Build Status](https://dev.azure.com/nanoframework/nanoFramework.System.Math/_apis/build/status/nanoframework.lib-nanoFramework.System.Math?branchName=develop)](https://dev.azure.com/nanoframework/nanoFramework.System.Math/_build/latest?definitionId=10?branchName=master) | [![NuGet](https://img.shields.io/nuget/v/nanoFramework.System.Math.svg)](https://www.nuget.org/packages/nanoFramework.System.Math/) | -| nanoFramework.System.Math (preview) | [![Build Status](https://dev.azure.com/nanoframework/nanoFramework.System.Math/_apis/build/status/nanoframework.lib-nanoFramework.System.Math?branchName=develop)](https://dev.azure.com/nanoframework/nanoFramework.System.Math/_build/latest?definitionId=10?branchName=develop) | [![MyGet Pre Release](https://img.shields.io/myget/nanoframework-dev/vpre/nanoFramework.System.Math.svg)](https://www.myget.org/feed/nanoframework-dev/package/nuget/nanoFramework.System.Math) | - +| nanoFramework.System.Math | [![Build Status](https://dev.azure.com/nanoframework/nanoFramework.System.Math/_apis/build/status/nanoframework.lib-nanoFramework.System.Math?branchName=develop)](https://dev.azure.com/nanoframework/nanoFramework.System.Math/_build/latest?definitionId=10?branchName=master) | [![NuGet](https://img.shields.io/nuget/v/nanoFramework.System.Math.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Math/) | +| nanoFramework.System.Math (preview) | [![Build Status](https://dev.azure.com/nanoframework/nanoFramework.System.Math/_apis/build/status/nanoframework.lib-nanoFramework.System.Math?branchName=develop)](https://dev.azure.com/nanoframework/nanoFramework.System.Math/_build/latest?definitionId=10?branchName=develop) | [![](https://badgen.net/badge/NuGet/preview/D7B023?icon=https://simpleicons.now.sh/azuredevops/fff)](https://dev.azure.com/nanoframework/feed/_packaging?_a=package&feed=sandbox&package=nanoFramework.System.Math&protocolType=NuGet&view=overview) | ## Feedback and documentation @@ -22,17 +19,15 @@ For documentation, providing feedback, issues and finding out how to contribute Join our Discord community [here](https://discord.gg/gCyBu8T). - ## Credits The list of contributors to this project can be found at [CONTRIBUTORS](https://github.com/nanoframework/Home/blob/master/CONTRIBUTORS.md). - ## License The **nanoFramework** Class Libraries are licensed under the [Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0). - ## Code of Conduct + This project has adopted the code of conduct defined by the [Contributor Covenant](http://contributor-covenant.org/) to clarify expected behavior in our community. From ac5ddf192e3405da80660b85fd2fd72f007c942f Mon Sep 17 00:00:00 2001 From: nfbot Date: Wed, 21 Aug 2019 11:26:36 +0000 Subject: [PATCH 37/39] Update CHANGELOG for v1.0.6 ***NO_CI*** --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ecfc70..18bf1c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,7 @@ # Change Log -## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/HEAD) - -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.6-preview.15...HEAD) +## [v1.0.6-preview.18](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.0.6-preview.18) (2019-07-18) +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.6-preview.15...v1.0.6-preview.18) **Documentation and other chores:** From 62283ea62678c41ee4b2451dda6f34da8ecbfd75 Mon Sep 17 00:00:00 2001 From: nfbot Date: Tue, 15 Oct 2019 09:56:51 +0100 Subject: [PATCH 38/39] Bumps nanoFramework.CoreLibrary from 1.2.6-preview.16 to 1.2.6 --- source/nanoFramework.System.Math.DELIVERABLES.nuspec | 2 +- source/nanoFramework.System.Math.nuspec | 2 +- .../nanoFramework.System.Math.nfproj | 10 +++++----- source/nanoFramework.System.Math/packages.config | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/source/nanoFramework.System.Math.DELIVERABLES.nuspec b/source/nanoFramework.System.Math.DELIVERABLES.nuspec index a55c639..7f33ed0 100644 --- a/source/nanoFramework.System.Math.DELIVERABLES.nuspec +++ b/source/nanoFramework.System.Math.DELIVERABLES.nuspec @@ -18,7 +18,7 @@ - + diff --git a/source/nanoFramework.System.Math.nuspec b/source/nanoFramework.System.Math.nuspec index cd90758..792f402 100644 --- a/source/nanoFramework.System.Math.nuspec +++ b/source/nanoFramework.System.Math.nuspec @@ -20,7 +20,7 @@ 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 - + diff --git a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj index ff55f4e..4d0481e 100644 --- a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj +++ b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj @@ -50,7 +50,7 @@ - + false @@ -64,8 +64,8 @@ - - ..\packages\nanoFramework.CoreLibrary.1.2.6-preview.16\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.2.6\lib\mscorlib.dll True @@ -75,11 +75,11 @@ - + This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}. - + diff --git a/source/nanoFramework.System.Math/packages.config b/source/nanoFramework.System.Math/packages.config index 362b172..2f6fd2a 100644 --- a/source/nanoFramework.System.Math/packages.config +++ b/source/nanoFramework.System.Math/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file From 912a59cafb408bb03f3f5bc90c22a631527ce036 Mon Sep 17 00:00:00 2001 From: nfbot Date: Tue, 15 Oct 2019 10:46:15 +0000 Subject: [PATCH 39/39] Set version to '1.0.6' --- source/version.json | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/source/version.json b/source/version.json index 64fbc63..68b83db 100644 --- a/source/version.json +++ b/source/version.json @@ -1,24 +1,23 @@ { "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.0.6-preview.{height}", - "release": { - "branchName" : "release-v{version}", - "versionIncrement" : "minor", - "firstUnstableTag" : "preview" - }, + "version": "1.0.6", "assemblyVersion": { "precision": "revision" }, "semVer1NumericIdentifierPadding": 3, - "nugetPackageVersion": { - "semVer": 2 - }, + "nuGetPackageVersion": { + "semVer": 2.0 + }, "publicReleaseRefSpec": [ "^refs/heads/master$", "^refs/heads/v\\d+(?:\\.\\d+)?$" ], "cloudBuild": { - "setVersionVariables": true, - "setAllVariables": true + "setAllVariables": true, + "buildNumber": null + }, + "release": { + "branchName": "release-v{version}", + "firstUnstableTag": "preview" } -} +} \ No newline at end of file