Skip to content

Commit b4672c5

Browse files
authored
Update 4 NuGet dependencies
1 parent 4791243 commit b4672c5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+112
-104
lines changed

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.144\lib\Iot.Device.Common.WeatherHelper.dll</HintPath>
37+
<HintPath>packages\nanoFramework.Iot.Device.Common.WeatherHelper.1.2.154\lib\Iot.Device.Common.WeatherHelper.dll</HintPath>
3838
<Private>True</Private>
3939
</Reference>
4040
<Reference Include="mscorlib, Version=1.12.0.4, Culture=neutral, PublicKeyToken=c07d481e9758c731">

devices/Bmp180/Bmp180.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<tags>nanoFramework C# csharp netmf netnf Iot.Device.Bmp180</tags>
2222
<dependencies>
2323
<dependency id="nanoFramework.CoreLibrary" version="1.12.0" />
24-
<dependency id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.144" />
24+
<dependency id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.154" />
2525
<dependency id="nanoFramework.System.Buffers.Binary.BinaryPrimitives" version="1.2.141" />
2626
<dependency id="nanoFramework.System.Device.Model" version="1.2.141" />
2727
<dependency id="nanoFramework.System.Device.I2c" version="1.0.3" />

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.12.0" targetFramework="netnano1.0" />
4-
<package id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.144" targetFramework="netnano1.0" />
4+
<package id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.154" targetFramework="netnano1.0" />
55
<package id="nanoFramework.System.Buffers.Binary.BinaryPrimitives" version="1.2.141" targetFramework="netnano1.0" />
66
<package id="nanoFramework.System.Device.I2c" version="1.0.3" targetFramework="netnano1.0" />
77
<package id="nanoFramework.System.Device.Model" version="1.2.141" 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.144, 1.2.144]",
14-
"resolved": "1.2.144",
15-
"contentHash": "dWgjJ7GOUAd3RdgDZkt75oZZfnKFm5qxTzy9hWPXODg5PLHqmfz47Ak5h3v+VoXneN5s9PCDp/PWkAbtJ+r1+A=="
13+
"requested": "[1.2.154, 1.2.154]",
14+
"resolved": "1.2.154",
15+
"contentHash": "WYMGfx4vIA7pQh+EUcAgj5ReIX/w0b3Z636KtxasnLmPLsNcrGeSUcWmiGJ2zd7DGXtin1hsNCwAiT/tkbIAWQ=="
1616
},
1717
"nanoFramework.System.Buffers.Binary.BinaryPrimitives": {
1818
"type": "Direct",

devices/Bmp180/samples/Bmp180.Sample.nfproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
2222
<ItemGroup>
2323
<Reference Include="Iot.Device.Common.WeatherHelper, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
24-
<HintPath>..\packages\nanoFramework.Iot.Device.Common.WeatherHelper.1.2.144\lib\Iot.Device.Common.WeatherHelper.dll</HintPath>
24+
<HintPath>..\packages\nanoFramework.Iot.Device.Common.WeatherHelper.1.2.154\lib\Iot.Device.Common.WeatherHelper.dll</HintPath>
2525
<Private>True</Private>
2626
</Reference>
2727
<Reference Include="mscorlib, Version=1.12.0.4, Culture=neutral, PublicKeyToken=c07d481e9758c731">

devices/Bmp180/samples/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.12.0" targetFramework="netnano1.0" />
4-
<package id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.144" targetFramework="netnano1.0" />
4+
<package id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.154" targetFramework="netnano1.0" />
55
<package id="nanoFramework.System.Buffers.Binary.BinaryPrimitives" version="1.2.141" targetFramework="netnano1.0" />
66
<package id="nanoFramework.System.Device.I2c" version="1.0.3" targetFramework="netnano1.0" />
77
<package id="nanoFramework.System.Device.Model" version="1.2.141" targetFramework="netnano1.0" />

devices/Bmp180/samples/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.144, 1.2.144]",
14-
"resolved": "1.2.144",
15-
"contentHash": "dWgjJ7GOUAd3RdgDZkt75oZZfnKFm5qxTzy9hWPXODg5PLHqmfz47Ak5h3v+VoXneN5s9PCDp/PWkAbtJ+r1+A=="
13+
"requested": "[1.2.154, 1.2.154]",
14+
"resolved": "1.2.154",
15+
"contentHash": "WYMGfx4vIA7pQh+EUcAgj5ReIX/w0b3Z636KtxasnLmPLsNcrGeSUcWmiGJ2zd7DGXtin1hsNCwAiT/tkbIAWQ=="
1616
},
1717
"nanoFramework.System.Buffers.Binary.BinaryPrimitives": {
1818
"type": "Direct",

devices/Bmxx80/Bmxx80.nfproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
3636
<ItemGroup>
3737
<Reference Include="Iot.Device.Common.WeatherHelper, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
38-
<HintPath>packages\nanoFramework.Iot.Device.Common.WeatherHelper.1.2.144\lib\Iot.Device.Common.WeatherHelper.dll</HintPath>
38+
<HintPath>packages\nanoFramework.Iot.Device.Common.WeatherHelper.1.2.154\lib\Iot.Device.Common.WeatherHelper.dll</HintPath>
3939
<Private>True</Private>
4040
</Reference>
4141
<Reference Include="mscorlib, Version=1.12.0.4, Culture=neutral, PublicKeyToken=c07d481e9758c731">

devices/Bmxx80/Bmxx80.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<tags>nanoFramework C# csharp netmf netnf Iot.Device.Bmxx80</tags>
2222
<dependencies>
2323
<dependency id="nanoFramework.CoreLibrary" version="1.12.0" />
24-
<dependency id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.144" />
24+
<dependency id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.154" />
2525
<dependency id="nanoFramework.System.Buffers.Binary.BinaryPrimitives" version="1.2.141" />
2626
<dependency id="nanoFramework.System.Device.Model" version="1.2.141" />
2727
<dependency id="nanoFramework.System.Device.I2c" version="1.0.3" />

devices/Bmxx80/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.12.0" targetFramework="netnano1.0" />
4-
<package id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.144" targetFramework="netnano1.0" />
4+
<package id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.154" targetFramework="netnano1.0" />
55
<package id="nanoFramework.System.Buffers.Binary.BinaryPrimitives" version="1.2.141" targetFramework="netnano1.0" />
66
<package id="nanoFramework.System.Device.I2c" version="1.0.3" targetFramework="netnano1.0" />
77
<package id="nanoFramework.System.Device.Model" version="1.2.141" targetFramework="netnano1.0" />

0 commit comments

Comments
 (0)