Skip to content

Commit ec9276a

Browse files
authored
Update 3 NuGet dependencies
1 parent 2b762b4 commit ec9276a

20 files changed

+30
-30
lines changed

devices/AtModem/AtModem.nfproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
</ItemGroup>
243243
<ItemGroup>
244244
<Reference Include="Iot.Device.Common.GnssDevice, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
245-
<HintPath>packages\nanoFramework.Iot.Device.Common.GnssDevice.1.0.256\lib\Iot.Device.Common.GnssDevice.dll</HintPath>
245+
<HintPath>packages\nanoFramework.Iot.Device.Common.GnssDevice.1.0.261\lib\Iot.Device.Common.GnssDevice.dll</HintPath>
246246
</Reference>
247247
<Reference Include="mscorlib, Version=1.17.11.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
248248
<HintPath>packages\nanoFramework.CoreLibrary.1.17.11\lib\mscorlib.dll</HintPath>

devices/AtModem/AtModem.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This nuget allows to use AT Modem for SMS, calls, network, internal storage, HTT
2727
<dependency id="nanoFramework.System.IO.Ports" version="1.1.131" />
2828
<dependency id="nanoFramework.System.Math" version="1.5.116" />
2929
<dependency id="nanoFramework.System.Threading" version="1.1.52" />
30-
<dependency id="nanoFramework.Iot.Device.Common.GnssDevice" version="1.0.256" />
30+
<dependency id="nanoFramework.Iot.Device.Common.GnssDevice" version="1.0.261" />
3131
<dependency id="UnitsNet.nanoFramework.ElectricPotential" version="5.74.0" />
3232
<dependency id="UnitsNet.nanoFramework.Ratio" version="5.74.0" />
3333
</dependencies>

devices/AtModem/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.17.11" targetFramework="netnano1.0" />
4-
<package id="nanoFramework.Iot.Device.Common.GnssDevice" version="1.0.256" targetFramework="netnano1.0" />
4+
<package id="nanoFramework.Iot.Device.Common.GnssDevice" version="1.0.261" targetFramework="netnano1.0" />
55
<package id="nanoFramework.M2Mqtt.Core" version="5.1.196" targetFramework="netnano1.0" />
66
<package id="nanoFramework.Runtime.Events" version="1.11.32" targetFramework="netnano1.0" />
77
<package id="nanoFramework.Runtime.Native" version="1.7.11" targetFramework="netnano1.0" />

devices/AtModem/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"nanoFramework.Iot.Device.Common.GnssDevice": {
1212
"type": "Direct",
13-
"requested": "[1.0.256, 1.0.256]",
14-
"resolved": "1.0.256",
15-
"contentHash": "H1mHzCfTdPQwlbiLQyMQ2mkaLor4hSBFZwmFycg8GuY4p/EjmKdbHf+HQ7K7Jgrl7uw8xTgnQ3ONC3K2X6XxNg=="
13+
"requested": "[1.0.261, 1.0.261]",
14+
"resolved": "1.0.261",
15+
"contentHash": "at/nKyqn8xUHf2xFvhdmgWNthqqRk0KV2xjp6qGTU1XlZNLbAFhJEnCMA1fodYUlV58TjafUf4ELsEEnVkWFJg=="
1616
},
1717
"nanoFramework.M2Mqtt.Core": {
1818
"type": "Direct",

devices/AtModem/samples/AtModem.Sample.nfproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</ItemGroup>
2525
<ItemGroup>
2626
<Reference Include="Iot.Device.Common.GnssDevice, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
27-
<HintPath>..\packages\nanoFramework.Iot.Device.Common.GnssDevice.1.0.256\lib\Iot.Device.Common.GnssDevice.dll</HintPath>
27+
<HintPath>..\packages\nanoFramework.Iot.Device.Common.GnssDevice.1.0.261\lib\Iot.Device.Common.GnssDevice.dll</HintPath>
2828
</Reference>
2929
<Reference Include="mscorlib, Version=1.17.11.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
3030
<HintPath>..\packages\nanoFramework.CoreLibrary.1.17.11\lib\mscorlib.dll</HintPath>

devices/AtModem/samples/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.17.11" targetFramework="netnano1.0" />
44
<package id="nanoFramework.Hardware.Esp32" version="1.6.34" targetFramework="netnano1.0" />
5-
<package id="nanoFramework.Iot.Device.Common.GnssDevice" version="1.0.256" targetFramework="netnano1.0" />
5+
<package id="nanoFramework.Iot.Device.Common.GnssDevice" version="1.0.261" targetFramework="netnano1.0" />
66
<package id="nanoFramework.M2Mqtt.Core" version="5.1.196" targetFramework="netnano1.0" />
77
<package id="nanoFramework.Runtime.Events" version="1.11.32" targetFramework="netnano1.0" />
88
<package id="nanoFramework.Runtime.Native" version="1.7.11" targetFramework="netnano1.0" />

devices/Bmp180/Bmp180.nfproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
3535
<ItemGroup>
3636
<Reference Include="Iot.Device.Common.WeatherHelper, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
37-
<HintPath>packages\nanoFramework.Iot.Device.Common.WeatherHelper.1.2.862\lib\Iot.Device.Common.WeatherHelper.dll</HintPath>
37+
<HintPath>packages\nanoFramework.Iot.Device.Common.WeatherHelper.1.2.865\lib\Iot.Device.Common.WeatherHelper.dll</HintPath>
3838
</Reference>
3939
<Reference Include="mscorlib, Version=1.17.11.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
4040
<HintPath>packages\nanoFramework.CoreLibrary.1.17.11\lib\mscorlib.dll</HintPath>

devices/Bmp180/Bmp180.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<tags>nanoFramework C# csharp netmf netnf Iot.Device.Bmp180</tags>
2121
<dependencies>
2222
<dependency id="nanoFramework.CoreLibrary" version="1.17.11" />
23-
<dependency id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.862" />
23+
<dependency id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.865" />
2424
<dependency id="nanoFramework.System.Buffers.Binary.BinaryPrimitives" version="1.2.862" />
2525
<dependency id="nanoFramework.System.Device.Model" version="1.2.862" />
2626
<dependency id="nanoFramework.System.Device.I2c" version="1.1.29" />

devices/Bmp180/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.17.11" targetFramework="netnano1.0" />
4-
<package id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.862" targetFramework="netnano1.0" />
4+
<package id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.865" targetFramework="netnano1.0" />
55
<package id="nanoFramework.System.Buffers.Binary.BinaryPrimitives" version="1.2.862" targetFramework="netnano1.0" />
66
<package id="nanoFramework.System.Device.I2c" version="1.1.29" targetFramework="netnano1.0" />
77
<package id="nanoFramework.System.Device.Model" version="1.2.862" targetFramework="netnano1.0" />

devices/Bmp180/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"nanoFramework.Iot.Device.Common.WeatherHelper": {
1212
"type": "Direct",
13-
"requested": "[1.2.862, 1.2.862]",
14-
"resolved": "1.2.862",
15-
"contentHash": "KJSn7Q8KIiegL7wtdRWosLEF0DPl/NyPfRL+q8aFGMFXjhe3y55cRyRf+bFpN1bEm9QF3bPJRo1YeRq6N95sXQ=="
13+
"requested": "[1.2.865, 1.2.865]",
14+
"resolved": "1.2.865",
15+
"contentHash": "jgpr8jLHwdNBueToxHSj51kSh68c3CHKHeGnI1Fak1WRPbzbSsp/Hl0tQtUteYoAls6drtYiffw1TiHswPDsUg=="
1616
},
1717
"nanoFramework.System.Buffers.Binary.BinaryPrimitives": {
1818
"type": "Direct",

0 commit comments

Comments
 (0)