Skip to content

Commit

Permalink
Update 2 NuGet dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nfbot authored Oct 10, 2023
1 parent 0bfa917 commit c78754b
Show file tree
Hide file tree
Showing 11 changed files with 54 additions and 51 deletions.
4 changes: 2 additions & 2 deletions Tests/DeviceClientTests/DeviceClientTests.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
<HintPath>..\..\packages\nanoFramework.System.IO.Streams.1.1.38\lib\System.IO.Streams.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Net, Version=1.10.52.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.System.Net.1.10.52\lib\System.Net.dll</HintPath>
<Reference Include="System.Net, Version=1.10.62.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.System.Net.1.10.62\lib\System.Net.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Threading, Version=1.1.19.33722, Culture=neutral, PublicKeyToken=c07d481e9758c731">
Expand Down
2 changes: 1 addition & 1 deletion Tests/DeviceClientTests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<package id="nanoFramework.Runtime.Native" version="1.6.6" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Collections" version="1.5.18" targetFramework="netnano1.0" />
<package id="nanoFramework.System.IO.Streams" version="1.1.38" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Net" version="1.10.52" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Net" version="1.10.62" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Text" version="1.2.37" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Threading" version="1.1.19" targetFramework="netnano1.0" />
<package id="nanoFramework.TestFramework" version="2.1.85" targetFramework="netnano1.0" developmentDependency="true" />
Expand Down
6 changes: 3 additions & 3 deletions Tests/DeviceClientTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
},
"nanoFramework.System.Net": {
"type": "Direct",
"requested": "[1.10.52, 1.10.52]",
"resolved": "1.10.52",
"contentHash": "XKxtB7DYUnuePJRgBi37kLLAOzVcGk4l3YU7MgHv5RlIdN0pECQiv/DJXVt1HiGBQc318Zn8Zrd4uO5Nelxrig=="
"requested": "[1.10.62, 1.10.62]",
"resolved": "1.10.62",
"contentHash": "MR4PIS7J+LyPU6jSbVu0+tdeBb3lXo7xPun+C0Q3zMpc9YPPCsI7euko4O3Q4T7VSbtjeA3dDfI0fsefcgVRUA=="
},
"nanoFramework.System.Text": {
"type": "Direct",
Expand Down
2 changes: 1 addition & 1 deletion nanoFramework.Azure.Devices.Client.FullyManaged.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Use the nanoFrameowrk.Azure.Devices.Client if you want to use native wifi and MQ
<tags>nanoFramework C# csharp netmf netnf Microsoft.Azure.Devices Microsoft.Azure.Devices.Client nanoFramework.Azure.Devices.Client.FullyManaged</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.14.2" />
<dependency id="nanoFramework.Json" version="2.2.99" />
<dependency id="nanoFramework.Json" version="2.2.101" />
<dependency id="nanoFramework.M2Mqtt.Core" version="5.1.94" />
<dependency id="nanoFramework.Runtime.Native" version="1.6.6" />
<dependency id="nanoFramework.System.Threading" version="1.1.19" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,89 +32,90 @@
</PropertyGroup>
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
<ItemGroup>
<Compile Include="..\nanoFramework.azure.Devices.Client\CloudToDeviceMessage.cs" >
<Compile Include="..\nanoFramework.azure.Devices.Client\CloudToDeviceMessage.cs">
<Link>CloudToDeviceMessage.cs</Link>
</Compile>
<Compile Include="..\nanoFramework.azure.Devices.Client\ConfirmationStatus.cs" >
<Compile Include="..\nanoFramework.azure.Devices.Client\ConfirmationStatus.cs">
<Link>ConfirmationStatus.cs</Link>
</Compile>
<Compile Include="..\nanoFramework.azure.Devices.Client\DeviceRegistrationResult.cs" >
<Compile Include="..\nanoFramework.azure.Devices.Client\DeviceRegistrationResult.cs">
<Link>DeviceRegistrationResult.cs</Link>
</Compile>
<Compile Include="..\nanoFramework.azure.Devices.Client\Helper.cs" >
<Compile Include="..\nanoFramework.azure.Devices.Client\Helper.cs">
<Link>Helper.cs</Link>
</Compile>
<Compile Include="..\nanoFramework.azure.Devices.Client\HMACSHA256.cs" >
<Compile Include="..\nanoFramework.azure.Devices.Client\HMACSHA256.cs">
<Link>HMACSHA256.cs</Link>
</Compile>
<Compile Include="..\nanoFramework.azure.Devices.Client\HttpUtility.cs" >
<Compile Include="..\nanoFramework.azure.Devices.Client\HttpUtility.cs">
<Link>HttpUtility.cs</Link>
</Compile>
<Compile Include="..\nanoFramework.azure.Devices.Client\IoTHubStatus.cs" >
<Compile Include="..\nanoFramework.azure.Devices.Client\IoTHubStatus.cs">
<Link>IoTHubStatus.cs</Link>
</Compile>
<Compile Include="..\nanoFramework.azure.Devices.Client\MethodCallback.cs" >
<Compile Include="..\nanoFramework.azure.Devices.Client\MethodCallback.cs">
<Link>MethodCallback.cs</Link>
</Compile>
<Compile Include="..\nanoFramework.azure.Devices.Client\DeviceClient.cs" >
<Compile Include="..\nanoFramework.azure.Devices.Client\DeviceClient.cs">
<Link>DeviceClient.cs</Link>
</Compile>
<Compile Include="..\nanoFramework.azure.Devices.Client\PlugAndPlay\PnpConvention.cs" >
<Compile Include="..\nanoFramework.azure.Devices.Client\PlugAndPlay\PnpConvention.cs">
<Link>PlugAndPlay\PnpConvention.cs</Link>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="..\nanoFramework.azure.Devices.Client\SHA256.cs" >
<Compile Include="..\nanoFramework.azure.Devices.Client\SHA256.cs">
<Link>SHA256.cs</Link>
</Compile>
<Compile Include="..\nanoFramework.azure.Devices.Client\PropertyAcknowledge.cs" >
<Compile Include="..\nanoFramework.azure.Devices.Client\PropertyAcknowledge.cs">
<Link>PropertyAcknowledge.cs</Link>
</Compile>
<Compile Include="..\nanoFramework.azure.Devices.Client\PropertyStatus.cs" >
<Compile Include="..\nanoFramework.azure.Devices.Client\PropertyStatus.cs">
<Link>PropertyStatus.cs</Link>
</Compile>
<Compile Include="..\nanoFramework.azure.Devices.Client\ProvisioningDeviceClient.cs" >
<Compile Include="..\nanoFramework.azure.Devices.Client\ProvisioningDeviceClient.cs">
<Link>ProvisioningDeviceClient.cs</Link>
</Compile>
<Compile Include="..\nanoFramework.azure.Devices.Client\ProvisioningRegistrationAdditionalData.cs" >
<Compile Include="..\nanoFramework.azure.Devices.Client\ProvisioningRegistrationAdditionalData.cs">
<Link>ProvisioningRegistrationAdditionalData.cs</Link>
</Compile>
<Compile Include="..\nanoFramework.azure.Devices.Client\ProvisioningRegistrationStatusType.cs" >
<Compile Include="..\nanoFramework.azure.Devices.Client\ProvisioningRegistrationStatusType.cs">
<Link>ProvisioningRegistrationStatusType.cs</Link>
</Compile>
<Compile Include="..\nanoFramework.azure.Devices.Client\ProvisioningRegistrationSubstatusType.cs" >
<Compile Include="..\nanoFramework.azure.Devices.Client\ProvisioningRegistrationSubstatusType.cs">
<Link>ProvisioningRegistrationSubstatusType.cs</Link>
</Compile>
<Compile Include="..\nanoFramework.azure.Devices.Client\RegistrationOperationStatus.cs" >
<Compile Include="..\nanoFramework.azure.Devices.Client\RegistrationOperationStatus.cs">
<Link>RegistrationOperationStatus.cs</Link>
</Compile>
<Compile Include="..\nanoFramework.azure.Devices.Client\RegistrationState.cs" >
<Compile Include="..\nanoFramework.azure.Devices.Client\RegistrationState.cs">
<Link>RegistrationState.cs</Link>
</Compile>
<Compile Include="..\nanoFramework.azure.Devices.Client\Status.cs" >
<Compile Include="..\nanoFramework.azure.Devices.Client\Status.cs">
<Link>Status.cs</Link>
</Compile>
<Compile Include="..\nanoFramework.azure.Devices.Client\StatusUpdatedEventArgs.cs" >
<Compile Include="..\nanoFramework.azure.Devices.Client\StatusUpdatedEventArgs.cs">
<Link>StatusUpdatedEventArgs.cs</Link>
</Compile>
<Compile Include="..\nanoFramework.azure.Devices.Client\Twin.cs" >
<Compile Include="..\nanoFramework.azure.Devices.Client\Twin.cs">
<Link>Twin.cs</Link>
</Compile>
<Compile Include="..\nanoFramework.azure.Devices.Client\TwinCollection.cs" >
<Compile Include="..\nanoFramework.azure.Devices.Client\TwinCollection.cs">
<Link>TwinCollection.cs</Link>
</Compile>
<Compile Include="..\nanoFramework.azure.Devices.Client\TwinProperties.cs" >
<Compile Include="..\nanoFramework.azure.Devices.Client\TwinProperties.cs">
<Link>TwinProperties.cs</Link>
</Compile>
<Compile Include="..\nanoFramework.azure.Devices.Client\TwinUpdateEventArgs.cs" >
<Compile Include="..\nanoFramework.azure.Devices.Client\TwinUpdateEventArgs.cs">
<Link>TwinUpdateEventArgs.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<Reference Include="mscorlib">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.14.2\lib\mscorlib.dll</HintPath>
</Reference>
<Reference Include="nanoFramework.Json">
<HintPath>..\packages\nanoFramework.Json.2.2.99\lib\nanoFramework.Json.dll</HintPath>
<Reference Include="nanoFramework.Json, Version=2.2.101.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Json.2.2.101\lib\nanoFramework.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="nanoFramework.M2Mqtt.Core">
<HintPath>..\packages\nanoFramework.M2Mqtt.Core.5.1.94\lib\nanoFramework.M2Mqtt.Core.dll</HintPath>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="nanoFramework.CoreLibrary" version="1.14.2" targetFramework="netnano1.0" />
<package id="nanoFramework.Json" version="2.2.99" targetFramework="netnano1.0" />
<package id="nanoFramework.Json" version="2.2.101" targetFramework="netnano1.0" />
<package id="nanoFramework.M2Mqtt.Core" version="5.1.94" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Native" version="1.6.6" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Collections" version="1.5.18" targetFramework="netnano1.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"nanoFramework.Json": {
"type": "Direct",
"requested": "[2.2.99, 2.2.99]",
"resolved": "2.2.99",
"contentHash": "WWyvmtVDwrld8KYEeWAKGXcCTVMtkyuVaNtmrOB/WpRagCfE3i2IP776Ubrk5GXYCfI3Pta1uMqvV2N8WfaZBg=="
"requested": "[2.2.101, 2.2.101]",
"resolved": "2.2.101",
"contentHash": "FwRQq5G8wTrx53wPLR7sInuLSeD3cpiys1/CqlMLRlymFfFzE2YfzVyLak1LKhBnSS4CZdPAYGQzvF9AmICV8Q=="
},
"nanoFramework.M2Mqtt.Core": {
"type": "Direct",
Expand Down
2 changes: 1 addition & 1 deletion nanoFramework.Azure.Devices.Client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This is an SDK for Azure IoT Hub using MQTT broker.</description>
<tags>nanoFramework C# csharp netmf netnf Microsoft.Azure.Devices nanoFramework.Azure.Devices</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.14.2" />
<dependency id="nanoFramework.Json" version="2.2.99" />
<dependency id="nanoFramework.Json" version="2.2.101" />
<dependency id="nanoFramework.M2Mqtt" version="5.1.94" />
<dependency id="nanoFramework.System.Net.Http" version="1.5.99" />
</dependencies>
Expand Down
10 changes: 6 additions & 4 deletions nanoFramework.Azure.Devices.Client/Azure.Devices.Client.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@
<Reference Include="mscorlib">
<HintPath>..\\packages\nanoFramework.CoreLibrary.1.14.2\lib\mscorlib.dll</HintPath>
</Reference>
<Reference Include="nanoFramework.Json">
<HintPath>..\packages\nanoFramework.Json.2.2.99\lib\nanoFramework.Json.dll</HintPath>
<Reference Include="nanoFramework.Json, Version=2.2.101.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Json.2.2.101\lib\nanoFramework.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="nanoFramework.M2Mqtt">
<HintPath>..\packages\nanoFramework.M2Mqtt.5.1.94\lib\nanoFramework.M2Mqtt.dll</HintPath>
Expand All @@ -91,8 +92,9 @@
<Reference Include="System.IO.Streams">
<HintPath>..\packages\nanoFramework.System.IO.Streams.1.1.38\lib\System.IO.Streams.dll</HintPath>
</Reference>
<Reference Include="System.Net">
<HintPath>..\packages\nanoFramework.System.Net.1.10.52\lib\System.Net.dll</HintPath>
<Reference Include="System.Net, Version=1.10.62.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.System.Net.1.10.62\lib\System.Net.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Threading">
<HintPath>..\packages\nanoFramework.System.Threading.1.1.19\lib\System.Threading.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions nanoFramework.Azure.Devices.Client/packages.config
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="nanoFramework.CoreLibrary" version="1.14.2" targetFramework="netnano1.0" />
<package id="nanoFramework.Json" version="2.2.99" targetFramework="netnano1.0" />
<package id="nanoFramework.Json" version="2.2.101" targetFramework="netnano1.0" />
<package id="nanoFramework.M2Mqtt" version="5.1.94" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Events" version="1.11.6" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Native" version="1.6.6" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Collections" version="1.5.18" targetFramework="netnano1.0" />
<package id="nanoFramework.System.IO.Streams" version="1.1.38" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Net" version="1.10.52" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Net" version="1.10.62" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Text" version="1.2.37" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Threading" version="1.1.19" targetFramework="netnano1.0" />
<package id="Nerdbank.GitVersioning" version="3.6.133" targetFramework="netnano1.0" developmentDependency="true" />
Expand Down
12 changes: 6 additions & 6 deletions nanoFramework.Azure.Devices.Client/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"nanoFramework.Json": {
"type": "Direct",
"requested": "[2.2.99, 2.2.99]",
"resolved": "2.2.99",
"contentHash": "WWyvmtVDwrld8KYEeWAKGXcCTVMtkyuVaNtmrOB/WpRagCfE3i2IP776Ubrk5GXYCfI3Pta1uMqvV2N8WfaZBg=="
"requested": "[2.2.101, 2.2.101]",
"resolved": "2.2.101",
"contentHash": "FwRQq5G8wTrx53wPLR7sInuLSeD3cpiys1/CqlMLRlymFfFzE2YfzVyLak1LKhBnSS4CZdPAYGQzvF9AmICV8Q=="
},
"nanoFramework.M2Mqtt": {
"type": "Direct",
Expand Down Expand Up @@ -46,9 +46,9 @@
},
"nanoFramework.System.Net": {
"type": "Direct",
"requested": "[1.10.52, 1.10.52]",
"resolved": "1.10.52",
"contentHash": "XKxtB7DYUnuePJRgBi37kLLAOzVcGk4l3YU7MgHv5RlIdN0pECQiv/DJXVt1HiGBQc318Zn8Zrd4uO5Nelxrig=="
"requested": "[1.10.62, 1.10.62]",
"resolved": "1.10.62",
"contentHash": "MR4PIS7J+LyPU6jSbVu0+tdeBb3lXo7xPun+C0Q3zMpc9YPPCsI7euko4O3Q4T7VSbtjeA3dDfI0fsefcgVRUA=="
},
"nanoFramework.System.Text": {
"type": "Direct",
Expand Down

0 comments on commit c78754b

Please sign in to comment.