From 2c04ef14d6929b754d7a5a0190db7ffeae708063 Mon Sep 17 00:00:00 2001 From: nfbot Date: Thu, 8 Nov 2018 09:17:36 +0000 Subject: [PATCH 1/2] Bumps nanoFramework.Runtime.Events from 1.0.0 to 1.0.2-preview-004 Bumps nanoFramework.CoreLibrary from 1.0.4 to 1.0.6-preview-001. Bumps nanoFramework.Runtime.Events from 1.0.0 to 1.0.2-preview-004. [version update] ### :warning: This is an automated update. Merge only after all tests pass. :warning: --- .../Windows.Devices.Gpio.nfproj | 12 +++++------ source/Windows.Devices.Gpio/packages.config | 6 +++--- ...k.Windows.Devices.Gpio.DELIVERABLES.nuspec | 20 ++++++++++--------- .../nanoFramework.Windows.Devices.Gpio.nuspec | 15 +++++++------- 4 files changed, 28 insertions(+), 25 deletions(-) diff --git a/source/Windows.Devices.Gpio/Windows.Devices.Gpio.nfproj b/source/Windows.Devices.Gpio/Windows.Devices.Gpio.nfproj index 19178e6..5596303 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.0.4\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.0.6-preview-001\lib\mscorlib.dll True - - ..\packages\nanoFramework.Runtime.Events.1.0.0\lib\nanoFramework.Runtime.Events.dll + + ..\packages\nanoFramework.Runtime.Events.1.0.2-preview-004\lib\nanoFramework.Runtime.Events.dll True diff --git a/source/Windows.Devices.Gpio/packages.config b/source/Windows.Devices.Gpio/packages.config index 1cd5615..7723fd2 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 6345d0f..c5603f9 100644 --- a/source/nanoFramework.Windows.Devices.Gpio.DELIVERABLES.nuspec +++ b/source/nanoFramework.Windows.Devices.Gpio.DELIVERABLES.nuspec @@ -1,4 +1,4 @@ - + nanoFramework.Windows.Devices.Gpio.DELIVERABLES @@ -7,24 +7,26 @@ nanoFramework project contributors nanoFramework project contributors false - + + false https://github.com/nanoframework https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad - Copyright (c) 2018 The nanoFramework project contributors + Copyright (c) 2018 The nanoFramework project contributors ** DON'T REFERENCE THIS PACKAGE ** Not meant for development. This package includes the deliverable artifacts of the Windows.Devices.Gpio assembly for nanoFramework. These are for testing purposes and for updating the native code base of the library. Windows.Devices.Gpio.DELIVERABLES is not meant for development. - + + - - + + - - + + - + \ No newline at end of file diff --git a/source/nanoFramework.Windows.Devices.Gpio.nuspec b/source/nanoFramework.Windows.Devices.Gpio.nuspec index f62a146..971c20c 100644 --- a/source/nanoFramework.Windows.Devices.Gpio.nuspec +++ b/source/nanoFramework.Windows.Devices.Gpio.nuspec @@ -1,4 +1,4 @@ - + nanoFramework.Windows.Devices.Gpio @@ -7,23 +7,24 @@ nanoFramework project contributors nanoFramework project contributors false - + + false https://github.com/nanoframework https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad - Copyright (c) 2018 The nanoFramework project contributors + Copyright (c) 2018 The nanoFramework project contributors This package includes the Windows.Devices.Gpio assembly for nanoFramework C# projects. Windows.Devices.Gpio assembly for nanoFramework C# projects nanoFramework C# csharp netmf netnf Windows.Devices.Gpio - - + + - + - + \ No newline at end of file From 04973ae308f3db82b6735cabc7eb6c28e3d5f094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Thu, 8 Nov 2018 10:25:46 +0000 Subject: [PATCH 2/2] Add dependecy to nuspec files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: José Simões --- appveyor.yml | 2 +- source/nanoFramework.Windows.Devices.Gpio.DELIVERABLES.nuspec | 1 + source/nanoFramework.Windows.Devices.Gpio.nuspec | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 2b4dd0d..724b27b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -66,7 +66,7 @@ before_deploy: - ps: >- .\nbgv cloud --version=$env:NBGV_SemVer1 - $env:MyNuGetVersion = $env:NBGV_NuGetPackageVersion -replace "\-g$env:NBGV_GitCommitIdShort", " " + $env:MyNuGetVersion = $env:NBGV_NuGetPackageVersion -replace "\-g$env:NBGV_GitCommitIdShort", "" .\generate-change-log.ps1 diff --git a/source/nanoFramework.Windows.Devices.Gpio.DELIVERABLES.nuspec b/source/nanoFramework.Windows.Devices.Gpio.DELIVERABLES.nuspec index c5603f9..04df761 100644 --- a/source/nanoFramework.Windows.Devices.Gpio.DELIVERABLES.nuspec +++ b/source/nanoFramework.Windows.Devices.Gpio.DELIVERABLES.nuspec @@ -19,6 +19,7 @@ + diff --git a/source/nanoFramework.Windows.Devices.Gpio.nuspec b/source/nanoFramework.Windows.Devices.Gpio.nuspec index 971c20c..53c2ef7 100644 --- a/source/nanoFramework.Windows.Devices.Gpio.nuspec +++ b/source/nanoFramework.Windows.Devices.Gpio.nuspec @@ -18,6 +18,7 @@ nanoFramework C# csharp netmf netnf Windows.Devices.Gpio +