From a2a879367fb7fd9413f47448328f46a8ea2eec7e Mon Sep 17 00:00:00 2001 From: Erich Barnstedt Date: Fri, 20 Jan 2017 01:48:25 +0100 Subject: [PATCH 1/3] Added NuGet Package for .Net Framework target. --- nuget/Azure.IoT.Gateway.SDK.nuspec | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 nuget/Azure.IoT.Gateway.SDK.nuspec diff --git a/nuget/Azure.IoT.Gateway.SDK.nuspec b/nuget/Azure.IoT.Gateway.SDK.nuspec new file mode 100644 index 00000000..88cd6f53 --- /dev/null +++ b/nuget/Azure.IoT.Gateway.SDK.nuspec @@ -0,0 +1,23 @@ + + + + Azure.IoT.Gateway.SDK.Net + 2017.01.13 + Azure IoT Gateway SDK for .Net Framework + This package contains the Microsoft Azure IoT Gateway SDK targeting the .NET Framework + Microsoft Corporation + en-US + https://github.com/azure/azure-iot-gateway-sdk + https://github.com/Azure/azure-iot-gateway-sdk/blob/master/License.txt + Microsoft Azure IoT Gateway SDK dotnet net40 + + + + + + + + + + + From 87e4693212a5df4305fb69e7a55fd48985647a4e Mon Sep 17 00:00:00 2001 From: Erich Barnstedt Date: Fri, 20 Jan 2017 15:59:57 +0100 Subject: [PATCH 2/3] Added new DLLs which were missing from the package. Using debug version of gateway.dll for now for better diagnosability. --- nuget/Azure.IoT.Gateway.SDK.nuspec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/nuget/Azure.IoT.Gateway.SDK.nuspec b/nuget/Azure.IoT.Gateway.SDK.nuspec index 88cd6f53..68361e90 100644 --- a/nuget/Azure.IoT.Gateway.SDK.nuspec +++ b/nuget/Azure.IoT.Gateway.SDK.nuspec @@ -2,7 +2,7 @@ Azure.IoT.Gateway.SDK.Net - 2017.01.13 + 2017.01.13.2 Azure IoT Gateway SDK for .Net Framework This package contains the Microsoft Azure IoT Gateway SDK targeting the .NET Framework Microsoft Corporation @@ -14,10 +14,13 @@ - + + - - + + + + From 0b04ac0423693a328c77413e03a3cb3c8e86eaf6 Mon Sep 17 00:00:00 2001 From: Erich Barnstedt Date: Tue, 24 Jan 2017 09:12:28 +0100 Subject: [PATCH 3/3] 1. Added PDB files (which still ened to be built) 2. Made everything release (heap corruption needs to be fixed for this) 3. Split the GW and ,Net binding up into seperate packages. 4. Fixed versioning string --- nuget/Azure.IoT.Gateway.SDK.Net.nuspec | 25 +++++++++++++++++++++++++ nuget/Azure.IoT.Gateway.SDK.nuspec | 22 +++++++++++++--------- 2 files changed, 38 insertions(+), 9 deletions(-) create mode 100644 nuget/Azure.IoT.Gateway.SDK.Net.nuspec diff --git a/nuget/Azure.IoT.Gateway.SDK.Net.nuspec b/nuget/Azure.IoT.Gateway.SDK.Net.nuspec new file mode 100644 index 00000000..68d60417 --- /dev/null +++ b/nuget/Azure.IoT.Gateway.SDK.Net.nuspec @@ -0,0 +1,25 @@ + + + + Azure.IoT.Gateway.SDK.Net + 2017.01.13-alpha + Azure IoT Gateway SDK Binding for .Net Framework + This package contains the Microsoft Azure IoT Gateway SDK Binding targeting the .NET Framework + Microsoft Corporation + en-US + https://github.com/azure/azure-iot-gateway-sdk + https://github.com/Azure/azure-iot-gateway-sdk/blob/master/License.txt + Microsoft Azure IoT Gateway SDK dotnet net40 + + + + + + + + + + + + + diff --git a/nuget/Azure.IoT.Gateway.SDK.nuspec b/nuget/Azure.IoT.Gateway.SDK.nuspec index 68361e90..2bfa2585 100644 --- a/nuget/Azure.IoT.Gateway.SDK.nuspec +++ b/nuget/Azure.IoT.Gateway.SDK.nuspec @@ -1,26 +1,30 @@ - Azure.IoT.Gateway.SDK.Net - 2017.01.13.2 - Azure IoT Gateway SDK for .Net Framework - This package contains the Microsoft Azure IoT Gateway SDK targeting the .NET Framework + Azure.IoT.Gateway.SDK + 2017.01.13-alpha + Azure IoT Gateway SDK + This package contains the Microsoft Azure IoT Gateway SDK Microsoft Corporation en-US https://github.com/azure/azure-iot-gateway-sdk https://github.com/Azure/azure-iot-gateway-sdk/blob/master/License.txt - Microsoft Azure IoT Gateway SDK dotnet net40 + Microsoft Azure IoT Gateway SDK - - - - + + + + + + + +