From 3efddabe379b3c80aa20b900c9d7a2938691c265 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Sat, 15 Dec 2018 11:30:44 +0000 Subject: [PATCH 1/5] Merge back from Release v1.0.2 (#68) ***NO_CI*** --- CHANGELOG.md | 8 -------- source/version.json | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b0fd90..751d9c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,5 @@ # Change Log -## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-Windows.Devices.Gpio/tree/HEAD) - -[Full Changelog](https://github.com/nanoframework/lib-Windows.Devices.Gpio/compare/v1.0.2-preview-025...HEAD) - -**Documentation and other chores:** - -- Update 2 NuGet dependencies [\#66](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/66) - ## [v1.0.2-preview-025](https://github.com/nanoframework/lib-Windows.Devices.Gpio/tree/v1.0.2-preview-025) (2018-12-03) [Full Changelog](https://github.com/nanoframework/lib-Windows.Devices.Gpio/compare/v1.0.2-preview-023...v1.0.2-preview-025) 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 e6a7fcf7b36ba1362e536216ef79b209f6425297 Mon Sep 17 00:00:00 2001 From: nfbot Date: Sat, 15 Dec 2018 11:32:58 +0000 Subject: [PATCH 2/5] Update CHANGELOG for v1.0.3 ***NO_CI*** --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 751d9c7..bb34a73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-Windows.Devices.Gpio/tree/HEAD) + +[Full Changelog](https://github.com/nanoframework/lib-Windows.Devices.Gpio/compare/v1.0.2...HEAD) + +**Documentation and other chores:** + +- Merge back from Release v1.0.2 [\#68](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/68) + +## [v1.0.2](https://github.com/nanoframework/lib-Windows.Devices.Gpio/tree/v1.0.2) (2018-12-15) +[Full Changelog](https://github.com/nanoframework/lib-Windows.Devices.Gpio/compare/v1.0.2-preview-025...v1.0.2) + +**Documentation and other chores:** + +- Release v1.0.2 [\#67](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/67) +- Update 2 NuGet dependencies [\#66](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/66) + ## [v1.0.2-preview-025](https://github.com/nanoframework/lib-Windows.Devices.Gpio/tree/v1.0.2-preview-025) (2018-12-03) [Full Changelog](https://github.com/nanoframework/lib-Windows.Devices.Gpio/compare/v1.0.2-preview-023...v1.0.2-preview-025) From c66d2b9dd66e55213f49415d0c3ec0da95322830 Mon Sep 17 00:00:00 2001 From: nfbot Date: Mon, 21 Jan 2019 23:43:32 +0000 Subject: [PATCH 3/5] Update 2 NuGet dependencies --- .../Windows.Devices.Gpio/Windows.Devices.Gpio.nfproj | 12 ++++++------ source/Windows.Devices.Gpio/packages.config | 4 ++-- ...ramework.Windows.Devices.Gpio.DELIVERABLES.nuspec | 4 ++-- source/nanoFramework.Windows.Devices.Gpio.nuspec | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/source/Windows.Devices.Gpio/Windows.Devices.Gpio.nfproj b/source/Windows.Devices.Gpio/Windows.Devices.Gpio.nfproj index 477db12..d9524c8 100644 --- a/source/Windows.Devices.Gpio/Windows.Devices.Gpio.nfproj +++ b/source/Windows.Devices.Gpio/Windows.Devices.Gpio.nfproj @@ -45,10 +45,10 @@ Windows.Devices.Gpio - + false - + false @@ -77,12 +77,12 @@ - - ..\packages\nanoFramework.CoreLibrary.1.1.0\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.1.1\lib\mscorlib.dll True - - ..\packages\nanoFramework.Runtime.Events.1.0.2\lib\nanoFramework.Runtime.Events.dll + + ..\packages\nanoFramework.Runtime.Events.1.0.4\lib\nanoFramework.Runtime.Events.dll True diff --git a/source/Windows.Devices.Gpio/packages.config b/source/Windows.Devices.Gpio/packages.config index c26e664..177886d 100644 --- a/source/Windows.Devices.Gpio/packages.config +++ b/source/Windows.Devices.Gpio/packages.config @@ -1,6 +1,6 @@  - - + + \ No newline at end of file diff --git a/source/nanoFramework.Windows.Devices.Gpio.DELIVERABLES.nuspec b/source/nanoFramework.Windows.Devices.Gpio.DELIVERABLES.nuspec index aa62fbf..6edb66a 100644 --- a/source/nanoFramework.Windows.Devices.Gpio.DELIVERABLES.nuspec +++ b/source/nanoFramework.Windows.Devices.Gpio.DELIVERABLES.nuspec @@ -18,8 +18,8 @@ - - + + diff --git a/source/nanoFramework.Windows.Devices.Gpio.nuspec b/source/nanoFramework.Windows.Devices.Gpio.nuspec index f34c173..5bd5e04 100644 --- a/source/nanoFramework.Windows.Devices.Gpio.nuspec +++ b/source/nanoFramework.Windows.Devices.Gpio.nuspec @@ -17,8 +17,8 @@ Windows.Devices.Gpio assembly for nanoFramework C# projects nanoFramework C# csharp netmf netnf Windows.Devices.Gpio - - + + From 2c30b968465e3003bf5ba3b1f125466f76e6685e Mon Sep 17 00:00:00 2001 From: nfbot Date: Mon, 21 Jan 2019 23:56:03 +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 bb34a73..6188548 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ **Documentation and other chores:** +- Update 2 NuGet dependencies [\#69](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/69) - Merge back from Release v1.0.2 [\#68](https://github.com/nanoframework/lib-Windows.Devices.Gpio/pull/68) ## [v1.0.2](https://github.com/nanoframework/lib-Windows.Devices.Gpio/tree/v1.0.2) (2018-12-15) From dcb12cc01fba54548210900d0391c3800676a4ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Tue, 22 Jan 2019 00:19:29 +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 +}