From 76b7d474d35f6d8bf515d33d3ea24d19b831fbe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Sat, 15 Dec 2018 09:35:22 +0000 Subject: [PATCH 1/5] Merge back from Release v1.0.2 (#10) ***NO_CI*** --- source/version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/version.json b/source/version.json index 841296b..0329f76 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.2-preview.{height}", + "version": "1.0.3-preview.{height}", "assemblyVersion": { "precision": "revision" }, From 74aff9184c21b535aaac1db45d5952d40c6b4560 Mon Sep 17 00:00:00 2001 From: nfbot Date: Sat, 15 Dec 2018 09:37:19 +0000 Subject: [PATCH 2/5] Update CHANGELOG for v1.0.3 ***NO_CI*** --- CHANGELOG.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48efa33..4e7c6e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,19 @@ # Change Log -## [v1.0.2-preview-017](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.0.2-preview-017) (2018-12-14) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.2-preview-015...v1.0.2-preview-017) +## [**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) + +**Documentation and other chores:** + +- 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) From 6f5910c59f3c05abe58e0db4b83e34104a3b7b78 Mon Sep 17 00:00:00 2001 From: nfbot Date: Mon, 21 Jan 2019 19:02:46 +0000 Subject: [PATCH 3/5] Bumps nanoFramework.CoreLibrary from 1.1.0 to 1.1.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 42901b0..a1cf7aa 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 8c006dc..015409c 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 6c78c1c..94b5f0f 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.0\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.1.1\lib\mscorlib.dll True diff --git a/source/nanoFramework.System.Math/packages.config b/source/nanoFramework.System.Math/packages.config index 7766460..6d3c1f6 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 5bd341ce74ad79db2ba000cfa8aa220e0416a918 Mon Sep 17 00:00:00 2001 From: nfbot Date: Mon, 21 Jan 2019 19:04:52 +0000 Subject: [PATCH 4/5] 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 4e7c6e4..7abf9cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ **Documentation and other chores:** +- 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) From 34dfba524c8b57edaff5631c84446892bc359f4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Mon, 21 Jan 2019 19:18:32 +0000 Subject: [PATCH 5/5] Update version.json --- source/version.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/version.json b/source/version.json index 0329f76..0219745 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.4", "assemblyVersion": { "precision": "revision" }, @@ -16,4 +16,4 @@ "setVersionVariables": true, "setAllVariables": true } -} \ No newline at end of file +}