Skip to content

Commit 22c44d7

Browse files
authored
Update 1 NuGet dependencies
1 parent e8aedc7 commit 22c44d7

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

Diff for: Tests/MagicBitTestApp/MagicBitTestApp.nfproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.864\lib\Iot.Device.Button.dll</HintPath>
2929
</Reference>
3030
<Reference Include="Iot.Device.Buzzer, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
31-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Buzzer.1.2.864\lib\Iot.Device.Buzzer.dll</HintPath>
31+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Buzzer.1.2.869\lib\Iot.Device.Buzzer.dll</HintPath>
3232
</Reference>
3333
<Reference Include="Iot.Device.DCMotor, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
3434
<HintPath>..\..\packages\nanoFramework.Iot.Device.DCMotor.1.2.864\lib\Iot.Device.DCMotor.dll</HintPath>

Diff for: Tests/MagicBitTestApp/packages.config

+1-1
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.Iot.Device.Button" version="1.2.864" targetFramework="netnano1.0" />
5-
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.864" targetFramework="netnano1.0" />
5+
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.869" targetFramework="netnano1.0" />
66
<package id="nanoFramework.Iot.Device.DCMotor" version="1.2.864" targetFramework="netnano1.0" />
77
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.2.864" targetFramework="netnano1.0" />
88
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.3.678" targetFramework="netnano1.0" />

Diff for: Tests/MagicBitTestApp/packages.lock.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
},
1717
"nanoFramework.Iot.Device.Buzzer": {
1818
"type": "Direct",
19-
"requested": "[1.2.864, 1.2.864]",
20-
"resolved": "1.2.864",
21-
"contentHash": "tbSAXqpN1NZYYCFOtBj9f7qhG1lLbpehrmviRN9HOTSvtFRiK2e2pLAwj1OfNFSPbe69EQ7So1aUdFd3a7D1hg=="
19+
"requested": "[1.2.869, 1.2.869]",
20+
"resolved": "1.2.869",
21+
"contentHash": "bsvvN8N/mbPJroMPyEf5mcMA7yjQU7rZWygwwO/wnJG9WYXhZjhEfgaRu4bjh/PXnKEbQqTNYz6lwPRn3QisoA=="
2222
},
2323
"nanoFramework.Iot.Device.DCMotor": {
2424
"type": "Direct",

Diff for: nanoFramework.MagicBit.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<dependency id="nanoFramework.CoreLibrary" version="1.17.11" />
2222
<dependency id="nanoFramework.Hardware.Esp32" version="1.6.34" />
2323
<dependency id="nanoFramework.Iot.Device.Button" version="1.2.864" />
24-
<dependency id="nanoFramework.Iot.Device.Buzzer" version="1.2.864" />
24+
<dependency id="nanoFramework.Iot.Device.Buzzer" version="1.2.869" />
2525
<dependency id="nanoFramework.Iot.Device.DCMotor" version="1.2.864" />
2626
<dependency id="nanoFramework.Iot.Device.ServoMotor" version="1.2.864" />
2727
<dependency id="nanoFramework.Iot.Device.Ssd13xx" version="1.3.678" />

Diff for: nanoFramework.MagicBit/nanoFramework.MagicBit.nfproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<HintPath>..\packages\nanoFramework.Iot.Device.Button.1.2.864\lib\Iot.Device.Button.dll</HintPath>
3434
</Reference>
3535
<Reference Include="Iot.Device.Buzzer, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
36-
<HintPath>..\packages\nanoFramework.Iot.Device.Buzzer.1.2.864\lib\Iot.Device.Buzzer.dll</HintPath>
36+
<HintPath>..\packages\nanoFramework.Iot.Device.Buzzer.1.2.869\lib\Iot.Device.Buzzer.dll</HintPath>
3737
</Reference>
3838
<Reference Include="Iot.Device.DCMotor, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
3939
<HintPath>..\packages\nanoFramework.Iot.Device.DCMotor.1.2.864\lib\Iot.Device.DCMotor.dll</HintPath>

Diff for: nanoFramework.MagicBit/packages.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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" />
55
<package id="nanoFramework.Iot.Device.Button" version="1.2.864" targetFramework="netnano1.0" />
6-
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.864" targetFramework="netnano1.0" />
6+
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.869" targetFramework="netnano1.0" />
77
<package id="nanoFramework.Iot.Device.DCMotor" version="1.2.864" targetFramework="netnano1.0" />
88
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.2.864" targetFramework="netnano1.0" />
99
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.3.678" targetFramework="netnano1.0" />

Diff for: nanoFramework.MagicBit/packages.lock.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
},
2323
"nanoFramework.Iot.Device.Buzzer": {
2424
"type": "Direct",
25-
"requested": "[1.2.864, 1.2.864]",
26-
"resolved": "1.2.864",
27-
"contentHash": "tbSAXqpN1NZYYCFOtBj9f7qhG1lLbpehrmviRN9HOTSvtFRiK2e2pLAwj1OfNFSPbe69EQ7So1aUdFd3a7D1hg=="
25+
"requested": "[1.2.869, 1.2.869]",
26+
"resolved": "1.2.869",
27+
"contentHash": "bsvvN8N/mbPJroMPyEf5mcMA7yjQU7rZWygwwO/wnJG9WYXhZjhEfgaRu4bjh/PXnKEbQqTNYz6lwPRn3QisoA=="
2828
},
2929
"nanoFramework.Iot.Device.DCMotor": {
3030
"type": "Direct",

0 commit comments

Comments
 (0)