From d26eae7059366f04db0170bbee7cb8cafefd6818 Mon Sep 17 00:00:00 2001 From: nfbot Date: Wed, 16 Oct 2019 17:05:07 +0000 Subject: [PATCH 01/20] Set version to '1.2.0-preview.{height}' --- source/version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/version.json b/source/version.json index 6ba9c82..52e8b13 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.1.0-preview.{height}", + "version": "1.2.0-preview.{height}", "assemblyVersion": { "precision": "revision" }, From 784ad8b2f22c6540135a290157268030ed9746de Mon Sep 17 00:00:00 2001 From: nfbot Date: Fri, 18 Oct 2019 14:36:21 +0100 Subject: [PATCH 02/20] Bumps nanoFramework.CoreLibrary from 1.3.0 to 1.4.0-preview.3 --- 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 ca9e15f..c27923f 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 7f8144d..dc2adf2 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 e5b8fb0..6c69f56 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.3.0\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.4.0-preview.3\lib\mscorlib.dll True diff --git a/source/nanoFramework.System.Math/packages.config b/source/nanoFramework.System.Math/packages.config index a8f1303..1b4f7fc 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 118c12e6ec1beedbf908036eec35bbeb27503b83 Mon Sep 17 00:00:00 2001 From: nfbot Date: Wed, 23 Oct 2019 10:58:35 +0100 Subject: [PATCH 03/20] Bumps nanoFramework.CoreLibrary from 1.4.0-preview.3 to 1.4.1-preview.1 ***UPDATE_DEPENDENTS*** ***PUBLISH_RELEASE*** --- 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 c27923f..197fcce 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 dc2adf2..279298c 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 6c69f56..b158209 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.4.0-preview.3\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.4.1-preview.1\lib\mscorlib.dll True diff --git a/source/nanoFramework.System.Math/packages.config b/source/nanoFramework.System.Math/packages.config index 1b4f7fc..bc8c70f 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 5941d27aaca52cc8450b0d94de09ceda9a5ec9c0 Mon Sep 17 00:00:00 2001 From: nfbot Date: Mon, 4 Nov 2019 17:55:14 +0000 Subject: [PATCH 04/20] Bumps nanoFramework.CoreLibrary from 1.4.1-preview.1 to 1.5.0-preview.1 ***PUBLISH_RELEASE*** --- 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 197fcce..ba1c402 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 279298c..4555a26 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 b158209..ff1fddb 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.4.1-preview.1\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.5.0-preview.1\lib\mscorlib.dll True diff --git a/source/nanoFramework.System.Math/packages.config b/source/nanoFramework.System.Math/packages.config index bc8c70f..8759640 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 b8fd4190a5ad0606d0b6942ea397d11d738eab32 Mon Sep 17 00:00:00 2001 From: nfbot Date: Thu, 7 Nov 2019 17:11:42 +0000 Subject: [PATCH 05/20] Bumps nanoFramework.CoreLibrary from 1.5.0-preview.1 to 1.5.1-preview.1 ***PUBLISH_RELEASE*** --- 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 ba1c402..9385f5f 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 4555a26..f42d9c2 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 ff1fddb..f8c6b88 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.5.0-preview.1\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.5.1-preview.1\lib\mscorlib.dll True diff --git a/source/nanoFramework.System.Math/packages.config b/source/nanoFramework.System.Math/packages.config index 8759640..8b29b67 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 3bb2231114fc9019abda814cfbb5e36fadc5bb8d Mon Sep 17 00:00:00 2001 From: nfbot Date: Thu, 14 Nov 2019 11:48:03 +0000 Subject: [PATCH 06/20] Bumps nanoFramework.CoreLibrary from 1.5.1-preview.1 to 1.6.0-preview.1 ***PUBLISH_RELEASE*** --- 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 9385f5f..74e49b9 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 f42d9c2..9741989 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 f8c6b88..0664648 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.5.1-preview.1\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.6.0-preview.1\lib\mscorlib.dll True diff --git a/source/nanoFramework.System.Math/packages.config b/source/nanoFramework.System.Math/packages.config index 8b29b67..95b2293 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 693ed86f26aa21d591bb4d35aa9d74563ac520e4 Mon Sep 17 00:00:00 2001 From: josesimoes Date: Fri, 6 Mar 2020 11:05:51 +0000 Subject: [PATCH 07/20] Work CD-CI - Update project file with latest changes from MDP. - Add solution items. - Bump native assembly version. ***NO_CI*** --- source/nanoFramework.System.Math.sln | 8 ++++++++ .../Properties/AssemblyInfo.cs | 2 +- .../nanoFramework.System.Math.nfproj | 15 ++------------- 3 files changed, 11 insertions(+), 14 deletions(-) diff --git a/source/nanoFramework.System.Math.sln b/source/nanoFramework.System.Math.sln index 11ffe9d..c185128 100644 --- a/source/nanoFramework.System.Math.sln +++ b/source/nanoFramework.System.Math.sln @@ -5,6 +5,14 @@ VisualStudioVersion = 15.0.28010.2048 MinimumVisualStudioVersion = 10.0.40219.1 Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "nanoFramework.System.Math", "nanoFramework.System.Math\nanoFramework.System.Math.nfproj", "{E30AE2AA-BED0-4AA8-AC22-04C274898894}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D1E7E5ED-2178-4E00-9FC5-EC7ADC24A74F}" + ProjectSection(SolutionItems) = preProject + nanoFramework.System.Math.DELIVERABLES.nuspec = nanoFramework.System.Math.DELIVERABLES.nuspec + nanoFramework.System.Math.nuspec = nanoFramework.System.Math.nuspec + NuGet.Config = NuGet.Config + version.json = version.json + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/source/nanoFramework.System.Math/Properties/AssemblyInfo.cs b/source/nanoFramework.System.Math/Properties/AssemblyInfo.cs index 638e5fc..9928a7b 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("100.0.4.3")] +[assembly: AssemblyNativeVersion("100.0.4.4")] //////////////////////////////////////////////////////////////// diff --git a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj index 0664648..2a16751 100644 --- a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj +++ b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj @@ -29,19 +29,8 @@ - - false - true - true - - false - true - - true - true - Stubs\nf_native_system_math - nf_system_math - false + bin\$(Configuration)\Stubs + nf_native_system_math nanoFramework.System.Math From 9647abb18ff152bfedf4dbc1b8ddc35fe7061d5c Mon Sep 17 00:00:00 2001 From: nfbot Date: Mon, 9 Mar 2020 14:20:56 +0000 Subject: [PATCH 08/20] Bumps nanoFramework.CoreLibrary from 1.6.0-preview.1 to 1.7.0-preview.2 ***PUBLISH_RELEASE*** --- 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 74e49b9..c2be6a3 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 9741989..7f30ea8 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 2a16751..60113cb 100644 --- a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj +++ b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj @@ -39,7 +39,7 @@ - + false @@ -53,8 +53,8 @@ - - ..\packages\nanoFramework.CoreLibrary.1.6.0-preview.1\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.7.0-preview.2\lib\mscorlib.dll True diff --git a/source/nanoFramework.System.Math/packages.config b/source/nanoFramework.System.Math/packages.config index 95b2293..f5ff89a 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 229348e118e00f059b89aa2dbbf4c440d8aaffa7 Mon Sep 17 00:00:00 2001 From: nfbot Date: Mon, 9 Mar 2020 23:49:06 +0000 Subject: [PATCH 09/20] Bumps nanoFramework.CoreLibrary from 1.7.0-preview.2 to 1.7.0-preview.11 ***PUBLISH_RELEASE*** --- source/nanoFramework.System.Math.DELIVERABLES.nuspec | 2 +- source/nanoFramework.System.Math.nuspec | 2 +- .../nanoFramework.System.Math.nfproj | 4 ++-- source/nanoFramework.System.Math/packages.config | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/nanoFramework.System.Math.DELIVERABLES.nuspec b/source/nanoFramework.System.Math.DELIVERABLES.nuspec index c2be6a3..d0c02bd 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 7f30ea8..86e9cf2 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 60113cb..e5c9fbf 100644 --- a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj +++ b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj @@ -39,7 +39,7 @@ - + false @@ -54,7 +54,7 @@ - ..\packages\nanoFramework.CoreLibrary.1.7.0-preview.2\lib\mscorlib.dll + ..\packages\nanoFramework.CoreLibrary.1.7.0-preview.11\lib\mscorlib.dll True diff --git a/source/nanoFramework.System.Math/packages.config b/source/nanoFramework.System.Math/packages.config index f5ff89a..8175252 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 f555d6e8eaf18930edf95a20000639195b93a9a8 Mon Sep 17 00:00:00 2001 From: nfbot Date: Tue, 10 Mar 2020 01:35:25 +0000 Subject: [PATCH 10/20] Bumps nanoFramework.CoreLibrary from 1.7.0-preview.11 to 1.7.0-preview.12 ***PUBLISH_RELEASE*** --- source/nanoFramework.System.Math.DELIVERABLES.nuspec | 2 +- source/nanoFramework.System.Math.nuspec | 2 +- .../nanoFramework.System.Math.nfproj | 4 ++-- source/nanoFramework.System.Math/packages.config | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/nanoFramework.System.Math.DELIVERABLES.nuspec b/source/nanoFramework.System.Math.DELIVERABLES.nuspec index d0c02bd..4ae9408 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 86e9cf2..56a15ac 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 e5c9fbf..d7f87d7 100644 --- a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj +++ b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj @@ -39,7 +39,7 @@ - + false @@ -54,7 +54,7 @@ - ..\packages\nanoFramework.CoreLibrary.1.7.0-preview.11\lib\mscorlib.dll + ..\packages\nanoFramework.CoreLibrary.1.7.0-preview.12\lib\mscorlib.dll True diff --git a/source/nanoFramework.System.Math/packages.config b/source/nanoFramework.System.Math/packages.config index 8175252..c22f25b 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 fdafc1f9e3cfc76d2cd765fa50821770ff56a7e8 Mon Sep 17 00:00:00 2001 From: nfbot Date: Tue, 14 Apr 2020 12:23:51 +0100 Subject: [PATCH 11/20] Bumps nanoFramework.CoreLibrary from 1.7.0-preview.12 to 1.7.1-preview.4 ***PUBLISH_RELEASE*** --- 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 4ae9408..aaa02a2 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 56a15ac..5caf61d 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 d7f87d7..1add53e 100644 --- a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj +++ b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj @@ -39,7 +39,7 @@ - + false @@ -53,8 +53,8 @@ - - ..\packages\nanoFramework.CoreLibrary.1.7.0-preview.12\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.7.1-preview.4\lib\mscorlib.dll True diff --git a/source/nanoFramework.System.Math/packages.config b/source/nanoFramework.System.Math/packages.config index c22f25b..5eca869 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 4328acd0e53128a8db578212cf0d66242c2eb652 Mon Sep 17 00:00:00 2001 From: nfbot Date: Thu, 16 Apr 2020 15:15:56 +0100 Subject: [PATCH 12/20] Bumps nanoFramework.CoreLibrary from 1.7.1-preview.4 to 1.7.2-preview.4 ***PUBLISH_RELEASE*** --- 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 aaa02a2..42bae14 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 5caf61d..b0a04d9 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 1add53e..0e18557 100644 --- a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj +++ b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj @@ -39,7 +39,7 @@ - + false @@ -53,8 +53,8 @@ - - ..\packages\nanoFramework.CoreLibrary.1.7.1-preview.4\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.7.2-preview.4\lib\mscorlib.dll True diff --git a/source/nanoFramework.System.Math/packages.config b/source/nanoFramework.System.Math/packages.config index 5eca869..0086e47 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 42bdaf06c93c3523fb22f3020605869ac3ac7f7e Mon Sep 17 00:00:00 2001 From: nfbot Date: Mon, 27 Apr 2020 14:46:10 +0100 Subject: [PATCH 13/20] Bumps nanoFramework.CoreLibrary from 1.7.2-preview.4 to 1.7.2-preview.5 ***PUBLISH_RELEASE*** --- source/nanoFramework.System.Math.DELIVERABLES.nuspec | 2 +- source/nanoFramework.System.Math.nuspec | 2 +- .../nanoFramework.System.Math.nfproj | 4 ++-- source/nanoFramework.System.Math/packages.config | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/nanoFramework.System.Math.DELIVERABLES.nuspec b/source/nanoFramework.System.Math.DELIVERABLES.nuspec index 42bae14..1963686 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 b0a04d9..abfcc89 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 0e18557..5920d53 100644 --- a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj +++ b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj @@ -39,7 +39,7 @@ - + false @@ -54,7 +54,7 @@ - ..\packages\nanoFramework.CoreLibrary.1.7.2-preview.4\lib\mscorlib.dll + ..\packages\nanoFramework.CoreLibrary.1.7.2-preview.5\lib\mscorlib.dll True diff --git a/source/nanoFramework.System.Math/packages.config b/source/nanoFramework.System.Math/packages.config index 0086e47..6243b5d 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 fe41cd8bb75743df5927d0f21236d75f1b8d716a Mon Sep 17 00:00:00 2001 From: nfbot Date: Fri, 8 May 2020 15:46:37 +0100 Subject: [PATCH 14/20] Bumps nanoFramework.CoreLibrary from 1.7.2-preview.5 to 1.7.2-preview.6 ***PUBLISH_RELEASE*** --- source/nanoFramework.System.Math.DELIVERABLES.nuspec | 2 +- source/nanoFramework.System.Math.nuspec | 2 +- .../nanoFramework.System.Math.nfproj | 4 ++-- source/nanoFramework.System.Math/packages.config | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/nanoFramework.System.Math.DELIVERABLES.nuspec b/source/nanoFramework.System.Math.DELIVERABLES.nuspec index 1963686..bc9e721 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 abfcc89..3c15e38 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 5920d53..dc72071 100644 --- a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj +++ b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj @@ -39,7 +39,7 @@ - + false @@ -54,7 +54,7 @@ - ..\packages\nanoFramework.CoreLibrary.1.7.2-preview.5\lib\mscorlib.dll + ..\packages\nanoFramework.CoreLibrary.1.7.2-preview.6\lib\mscorlib.dll True diff --git a/source/nanoFramework.System.Math/packages.config b/source/nanoFramework.System.Math/packages.config index 6243b5d..ebf3c5e 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 9f902922f45e29c0b6d02e91b69eb547a4477210 Mon Sep 17 00:00:00 2001 From: nfbot Date: Fri, 8 May 2020 18:49:22 +0100 Subject: [PATCH 15/20] Bumps nanoFramework.CoreLibrary from 1.7.2-preview.6 to 1.7.2-preview.7 ***PUBLISH_RELEASE*** --- source/nanoFramework.System.Math.DELIVERABLES.nuspec | 2 +- source/nanoFramework.System.Math.nuspec | 2 +- .../nanoFramework.System.Math.nfproj | 4 ++-- source/nanoFramework.System.Math/packages.config | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/nanoFramework.System.Math.DELIVERABLES.nuspec b/source/nanoFramework.System.Math.DELIVERABLES.nuspec index bc9e721..f666d46 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 3c15e38..0189288 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 dc72071..4c978bd 100644 --- a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj +++ b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj @@ -39,7 +39,7 @@ - + false @@ -54,7 +54,7 @@ - ..\packages\nanoFramework.CoreLibrary.1.7.2-preview.6\lib\mscorlib.dll + ..\packages\nanoFramework.CoreLibrary.1.7.2-preview.7\lib\mscorlib.dll True diff --git a/source/nanoFramework.System.Math/packages.config b/source/nanoFramework.System.Math/packages.config index ebf3c5e..4357cda 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 47c12a6b1046401660e7b8f7b0e500e5b0778310 Mon Sep 17 00:00:00 2001 From: nfbot Date: Fri, 29 May 2020 18:39:10 +0100 Subject: [PATCH 16/20] Bumps nanoFramework.CoreLibrary from 1.7.2-preview.7 to 1.7.3-preview.4 --- 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 f666d46..12c8ca6 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 0189288..fa94443 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 4c978bd..9f9a662 100644 --- a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj +++ b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj @@ -39,7 +39,7 @@ - + false @@ -53,8 +53,8 @@ - - ..\packages\nanoFramework.CoreLibrary.1.7.2-preview.7\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.7.3-preview.4\lib\mscorlib.dll True diff --git a/source/nanoFramework.System.Math/packages.config b/source/nanoFramework.System.Math/packages.config index 4357cda..cec448e 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 e3f400e6df6001300c07765387f4c0a994d36e05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Thu, 11 Jun 2020 09:51:23 +0100 Subject: [PATCH 17/20] Work CD-CI - Remove unsupported configs. ***NO_CI*** --- .github_changelog_generator | 1 - 1 file changed, 1 deletion(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index 7ae24d4..fcd213e 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -10,5 +10,4 @@ enhancement_labels=Type: enhancement bug_labels=Type: bug merge_prefix=**Documentation and other chores:** unreleased_label=**Changes available only in 'Preview' NuGet packages:** -issue_line_labels=Breaking-Change,documentation author=false From 475d7eb1156280ab9e9ece3063ce9bd2729a9abf Mon Sep 17 00:00:00 2001 From: nfbot Date: Thu, 11 Jun 2020 11:20:05 +0100 Subject: [PATCH 18/20] Bumps nanoFramework.CoreLibrary from 1.7.3-preview.4 to 1.7.3 --- 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 12c8ca6..f6b317c 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 fa94443..c5cfaf5 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 9f9a662..ce51b3b 100644 --- a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj +++ b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj @@ -39,7 +39,7 @@ - + false @@ -53,8 +53,8 @@ - - ..\packages\nanoFramework.CoreLibrary.1.7.3-preview.4\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.7.3\lib\mscorlib.dll True diff --git a/source/nanoFramework.System.Math/packages.config b/source/nanoFramework.System.Math/packages.config index cec448e..a6549a2 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 4737ffc95ee11f609f62c195a7193a124cd91866 Mon Sep 17 00:00:00 2001 From: nfbot Date: Thu, 11 Jun 2020 10:25:32 +0000 Subject: [PATCH 19/20] Update CHANGELOG for v1.2.0 ***NO_CI*** --- CHANGELOG.md | 176 +++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 169 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18bf1c3..abd77bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,159 @@ -# Change Log +# Changelog + +## [**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.2.0-preview.17...HEAD) + +**Documentation and other chores:** + +- Bumps nanoFramework.CoreLibrary from 1.7.3-preview.4 to 1.7.3 [\#46](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/46) + +## [v1.2.0-preview.17](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.2.0-preview.17) (2020-05-29) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.2.0-preview.16...v1.2.0-preview.17) + +**Documentation and other chores:** + +- Bumps nanoFramework.CoreLibrary from 1.7.2-preview.7 to 1.7.3-preview.4 [\#45](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/45) + +## [v1.2.0-preview.16](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.2.0-preview.16) (2020-05-08) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.2.0-preview.15...v1.2.0-preview.16) + +**Documentation and other chores:** + +- Bumps nanoFramework.CoreLibrary from 1.7.2-preview.6 to 1.7.2-preview.7 [\#44](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/44) + +## [v1.2.0-preview.15](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.2.0-preview.15) (2020-05-08) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.2.0-preview.14...v1.2.0-preview.15) + +**Documentation and other chores:** + +- Bumps nanoFramework.CoreLibrary from 1.7.2-preview.5 to 1.7.2-preview.6 [\#43](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/43) + +## [v1.2.0-preview.14](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.2.0-preview.14) (2020-04-27) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.2.0-preview.13...v1.2.0-preview.14) + +**Documentation and other chores:** + +- Bumps nanoFramework.CoreLibrary from 1.7.2-preview.4 to 1.7.2-preview.5 [\#42](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/42) + +## [v1.2.0-preview.13](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.2.0-preview.13) (2020-04-16) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.2.0-preview.12...v1.2.0-preview.13) + +**Documentation and other chores:** + +- Bumps nanoFramework.CoreLibrary from 1.7.1-preview.4 to 1.7.2-preview.4 [\#41](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/41) + +## [v1.2.0-preview.12](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.2.0-preview.12) (2020-04-14) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.2.0-preview.11...v1.2.0-preview.12) + +**Documentation and other chores:** + +- Bumps nanoFramework.CoreLibrary from 1.7.0-preview.12 to 1.7.1-preview.4 [\#40](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/40) + +## [v1.2.0-preview.11](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.2.0-preview.11) (2020-03-10) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.2.0-preview.10...v1.2.0-preview.11) + +**Documentation and other chores:** + +- Bumps nanoFramework.CoreLibrary from 1.7.0-preview.11 to 1.7.0-preview.12 [\#39](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/39) + +## [v1.2.0-preview.10](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.2.0-preview.10) (2020-03-09) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.2.0-preview.9...v1.2.0-preview.10) + +**Documentation and other chores:** + +- Bumps nanoFramework.CoreLibrary from 1.7.0-preview.2 to 1.7.0-preview.11 [\#38](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/38) + +## [v1.2.0-preview.9](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.2.0-preview.9) (2020-03-09) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.2.0-preview.7...v1.2.0-preview.9) + +**Documentation and other chores:** + +- Bumps nanoFramework.CoreLibrary from 1.6.0-preview.1 to 1.7.0-preview.2 [\#37](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/37) + +## [v1.2.0-preview.7](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.2.0-preview.7) (2019-11-14) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.2.0-preview.6...v1.2.0-preview.7) + +**Documentation and other chores:** + +- Bumps nanoFramework.CoreLibrary from 1.5.1-preview.1 to 1.6.0-preview.1 [\#36](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/36) + +## [v1.2.0-preview.6](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.2.0-preview.6) (2019-11-07) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.2.0-preview.5...v1.2.0-preview.6) + +**Documentation and other chores:** + +- Bumps nanoFramework.CoreLibrary from 1.5.0-preview.1 to 1.5.1-preview.1 [\#35](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/35) + +## [v1.2.0-preview.5](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.2.0-preview.5) (2019-11-04) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.2.0-preview.4...v1.2.0-preview.5) + +**Documentation and other chores:** + +- Bumps nanoFramework.CoreLibrary from 1.4.1-preview.1 to 1.5.0-preview.1 [\#34](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/34) + +## [v1.2.0-preview.4](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.2.0-preview.4) (2019-10-23) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.2.0-preview.3...v1.2.0-preview.4) + +**Documentation and other chores:** + +- Bumps nanoFramework.CoreLibrary from 1.4.0-preview.3 to 1.4.1-preview.1 [\#33](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/33) + +## [v1.2.0-preview.3](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.2.0-preview.3) (2019-10-18) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.1.0...v1.2.0-preview.3) + +**Documentation and other chores:** + +- Bumps nanoFramework.CoreLibrary from 1.3.0 to 1.4.0-preview.3 [\#32](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/32) + +## [v1.1.0](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.1.0) (2019-10-17) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.1.0-preview.3...v1.1.0) + +## [v1.1.0-preview.3](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.1.0-preview.3) (2019-10-16) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.7...v1.1.0-preview.3) + +**Documentation and other chores:** + +- Bumps nanoFramework.CoreLibrary from 1.2.6 to 1.3.0 [\#30](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/30) + +## [v1.0.7](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.0.7) (2019-10-16) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.6...v1.0.7) + +**Documentation and other chores:** + +- Bumps nanoFramework.CoreLibrary from 1.2.6 to 1.2.7 [\#28](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/28) + +## [v1.0.6](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.0.6) (2019-10-15) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.6-preview.23...v1.0.6) + +## [v1.0.6-preview.23](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.0.6-preview.23) (2019-10-15) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.6-preview.18...v1.0.6-preview.23) + +**Documentation and other chores:** + +- Bumps nanoFramework.CoreLibrary from 1.2.6-preview.16 to 1.2.6 [\#26](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/26) ## [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:** @@ -9,14 +162,16 @@ - 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:** - 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)] +- Work on native assembly declaration [\#21](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/21) ## [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:** @@ -24,6 +179,7 @@ - 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:** @@ -31,6 +187,7 @@ - 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:** @@ -39,9 +196,11 @@ - 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) ## [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:** @@ -50,26 +209,27 @@ - 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) **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) ## [v1.0.2](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.0.2) (2018-12-15) + [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.2-preview-015...v1.0.2) **Documentation and other chores:** -- Release v1.0.2 [\#9](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/9) - Bumps nanoFramework.CoreLibrary from 1.0.6-preview-021 to 1.1.0 [\#8](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/8) ## [v1.0.2-preview-015](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.0.2-preview-015) (2018-11-30) + [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.2-preview-014...v1.0.2-preview-015) ## [v1.0.2-preview-014](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.0.2-preview-014) (2018-11-30) + [Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.2-preview-010...v1.0.2-preview-014) **Documentation and other chores:** @@ -77,13 +237,15 @@ - Bumps nanoFramework.CoreLibrary from 1.0.6-preview-010 to 1.0.6-preview-021 [\#7](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/7) ## [v1.0.2-preview-010](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.0.2-preview-010) (2018-11-20) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/63ed6f17d5de7eb2223db44527fe36956fd0d1c4...v1.0.2-preview-010) + **Documentation and other chores:** - Bumps nanoFramework.CoreLibrary from 1.0.6-preview-001 to 1.0.6-preview-010 [\#4](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/4) - Bumps nanoFramework.CoreLibrary from 1.0.5-preview024 to 1.0.6-preview-001 [\#3](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/3) -- Work on CD/CI [\#2](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/2) - Bumps nanoFramework.CoreLibrary from 1.0.5-preview019 to 1.0.5-preview024 [\#1](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/1) -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* From 15fd0fe6a011c330be28b4c9987f4cd70677403c Mon Sep 17 00:00:00 2001 From: nfbot Date: Thu, 11 Jun 2020 19:25:49 +0000 Subject: [PATCH 20/20] Set version to '1.2.0' --- source/version.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/version.json b/source/version.json index 52e8b13..e937072 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.2.0-preview.{height}", + "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", + "version": "1.2.0", "assemblyVersion": { "precision": "revision" },