Skip to content

Commit 5bc2a4f

Browse files
authored
Update 2 NuGet dependencies
1 parent 085470f commit 5bc2a4f

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

devices/CharacterLcd/CharacterLcd.nfproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
</ItemGroup>
7171
<ItemGroup>
7272
<Reference Include="Iot.Device.Multiplexing, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
73-
<HintPath>packages\nanoFramework.Iot.Device.Multiplexing.1.2.813\lib\Iot.Device.Multiplexing.dll</HintPath>
73+
<HintPath>packages\nanoFramework.Iot.Device.Multiplexing.1.2.826\lib\Iot.Device.Multiplexing.dll</HintPath>
7474
</Reference>
7575
<Reference Include="Iot.Device.ShiftRegister, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
7676
<HintPath>packages\nanoFramework.Iot.Device.ShiftRegister.1.2.817\lib\Iot.Device.ShiftRegister.dll</HintPath>

devices/CharacterLcd/CharacterLcd.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 lcd</tags>
2121
<dependencies>
2222
<dependency id="nanoFramework.CoreLibrary" version="1.17.1" />
23-
<dependency id="nanoFramework.Iot.Device.Multiplexing" version="1.2.813" />
23+
<dependency id="nanoFramework.Iot.Device.Multiplexing" version="1.2.826" />
2424
<dependency id="nanoFramework.Iot.Device.ShiftRegister" version="1.2.817" />
2525
<dependency id="nanoFramework.ResourceManager" version="1.2.30" />
2626
<dependency id="nanoFramework.System.Collections" version="1.5.62" />

devices/CharacterLcd/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.1" targetFramework="netnano1.0" />
44
<package id="nanoFramework.Graphics.Core" version="1.2.39" targetFramework="netnano1.0" />
5-
<package id="nanoFramework.Iot.Device.Multiplexing" version="1.2.813" targetFramework="netnano1.0" />
5+
<package id="nanoFramework.Iot.Device.Multiplexing" version="1.2.826" targetFramework="netnano1.0" />
66
<package id="nanoFramework.Iot.Device.ShiftRegister" version="1.2.817" targetFramework="netnano1.0" />
77
<package id="nanoFramework.ResourceManager" version="1.2.30" targetFramework="netnano1.0" />
88
<package id="nanoFramework.Runtime.Events" version="1.11.30" targetFramework="netnano1.0" />

devices/CharacterLcd/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
},
1717
"nanoFramework.Iot.Device.Multiplexing": {
1818
"type": "Direct",
19-
"requested": "[1.2.813, 1.2.813]",
20-
"resolved": "1.2.813",
21-
"contentHash": "UGk/hS/76/YlqW9Cie8Ied6EWpLiWlPYW6//dq3W+cBo1hj8Zb0iJQct9blVagYyRjjv5FXrZGs2pBfLInL9ng=="
19+
"requested": "[1.2.826, 1.2.826]",
20+
"resolved": "1.2.826",
21+
"contentHash": "2z3h8riI2lkUT6jRdFjy7v4dnNlfWa3BWY7yOHGmtKNEXxNp6MO1XQxXh80pVzP5UwsozRcxZySwOkBq61i+sA=="
2222
},
2323
"nanoFramework.Iot.Device.ShiftRegister": {
2424
"type": "Direct",

devices/CharacterLcd/samples/CharacterLcd.Samples.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
2222
<ItemGroup>
2323
<Reference Include="Iot.Device.Multiplexing, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
24-
<HintPath>..\packages\nanoFramework.Iot.Device.Multiplexing.1.2.813\lib\Iot.Device.Multiplexing.dll</HintPath>
24+
<HintPath>..\packages\nanoFramework.Iot.Device.Multiplexing.1.2.826\lib\Iot.Device.Multiplexing.dll</HintPath>
2525
</Reference>
2626
<Reference Include="Iot.Device.Pcx857x, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
27-
<HintPath>..\packages\nanoFramework.Iot.Device.Pcx857x.1.2.822\lib\Iot.Device.Pcx857x.dll</HintPath>
27+
<HintPath>..\packages\nanoFramework.Iot.Device.Pcx857x.1.2.829\lib\Iot.Device.Pcx857x.dll</HintPath>
2828
</Reference>
2929
<Reference Include="Iot.Device.ShiftRegister, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
3030
<HintPath>..\packages\nanoFramework.Iot.Device.ShiftRegister.1.2.817\lib\Iot.Device.ShiftRegister.dll</HintPath>

devices/CharacterLcd/samples/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<package id="nanoFramework.CoreLibrary" version="1.17.1" targetFramework="netnano1.0" />
44
<package id="nanoFramework.Graphics.Core" version="1.2.39" targetFramework="netnano1.0" />
55
<package id="nanoFramework.Hardware.Esp32" version="1.6.31" targetFramework="netnano1.0" />
6-
<package id="nanoFramework.Iot.Device.Multiplexing" version="1.2.813" targetFramework="netnano1.0" />
7-
<package id="nanoFramework.Iot.Device.Pcx857x" version="1.2.822" targetFramework="netnano1.0" />
6+
<package id="nanoFramework.Iot.Device.Multiplexing" version="1.2.826" targetFramework="netnano1.0" />
7+
<package id="nanoFramework.Iot.Device.Pcx857x" version="1.2.829" targetFramework="netnano1.0" />
88
<package id="nanoFramework.Iot.Device.ShiftRegister" version="1.2.817" targetFramework="netnano1.0" />
99
<package id="nanoFramework.Runtime.Events" version="1.11.30" targetFramework="netnano1.0" />
1010
<package id="nanoFramework.Runtime.Native" version="1.7.9" targetFramework="netnano1.0" />

devices/CharacterLcd/samples/packages.lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
},
2323
"nanoFramework.Iot.Device.Multiplexing": {
2424
"type": "Direct",
25-
"requested": "[1.2.813, 1.2.813]",
26-
"resolved": "1.2.813",
27-
"contentHash": "UGk/hS/76/YlqW9Cie8Ied6EWpLiWlPYW6//dq3W+cBo1hj8Zb0iJQct9blVagYyRjjv5FXrZGs2pBfLInL9ng=="
25+
"requested": "[1.2.826, 1.2.826]",
26+
"resolved": "1.2.826",
27+
"contentHash": "2z3h8riI2lkUT6jRdFjy7v4dnNlfWa3BWY7yOHGmtKNEXxNp6MO1XQxXh80pVzP5UwsozRcxZySwOkBq61i+sA=="
2828
},
2929
"nanoFramework.Iot.Device.Pcx857x": {
3030
"type": "Direct",
31-
"requested": "[1.2.822, 1.2.822]",
32-
"resolved": "1.2.822",
33-
"contentHash": "Af6S0647efxosCrL1TFlB4WSTfYrZ4r8jOD29Vh0/89U6/kMtGJt5mcWNS7eg1869LtAdrG8Jsy5Mm7ybl8Hrg=="
31+
"requested": "[1.2.829, 1.2.829]",
32+
"resolved": "1.2.829",
33+
"contentHash": "G5OboP5+6okCDn2Ds0yrNddSOgJXbK43h+5kharDUIqddtrTYngYMoV6vnQUdIxM7FvykNasNK13DfdvRkYsZA=="
3434
},
3535
"nanoFramework.Iot.Device.ShiftRegister": {
3636
"type": "Direct",

0 commit comments

Comments
 (0)