Skip to content

Commit 00effc7

Browse files
authored
Update 4 NuGet dependencies
1 parent 23a2944 commit 00effc7

File tree

7 files changed

+46
-46
lines changed

7 files changed

+46
-46
lines changed

Tests/MagicBitTestApp/MagicBitTestApp.nfproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,23 @@
2525
</ItemGroup>
2626
<ItemGroup>
2727
<Reference Include="Iot.Device.Button, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
28-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.552\lib\Iot.Device.Button.dll</HintPath>
28+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.560\lib\Iot.Device.Button.dll</HintPath>
2929
<Private>True</Private>
3030
</Reference>
3131
<Reference Include="Iot.Device.Buzzer, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
3232
<HintPath>..\..\packages\nanoFramework.Iot.Device.Buzzer.1.2.536\lib\Iot.Device.Buzzer.dll</HintPath>
3333
<Private>True</Private>
3434
</Reference>
3535
<Reference Include="Iot.Device.DCMotor, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
36-
<HintPath>..\..\packages\nanoFramework.Iot.Device.DCMotor.1.2.548\lib\Iot.Device.DCMotor.dll</HintPath>
36+
<HintPath>..\..\packages\nanoFramework.Iot.Device.DCMotor.1.2.560\lib\Iot.Device.DCMotor.dll</HintPath>
3737
<Private>True</Private>
3838
</Reference>
3939
<Reference Include="Iot.Device.ServoMotor, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
4040
<HintPath>..\..\packages\nanoFramework.Iot.Device.ServoMotor.1.2.436\lib\Iot.Device.ServoMotor.dll</HintPath>
4141
<Private>True</Private>
4242
</Reference>
4343
<Reference Include="Iot.Device.Ssd13xx, Version=1.3.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
44-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Ssd13xx.1.3.366\lib\Iot.Device.Ssd13xx.dll</HintPath>
44+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Ssd13xx.1.3.374\lib\Iot.Device.Ssd13xx.dll</HintPath>
4545
<Private>True</Private>
4646
</Reference>
4747
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
@@ -56,8 +56,8 @@
5656
<HintPath>..\..\packages\nanoFramework.System.Device.Adc.1.1.11\lib\System.Device.Adc.dll</HintPath>
5757
<Private>True</Private>
5858
</Reference>
59-
<Reference Include="System.Device.Gpio, Version=1.1.38.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
60-
<HintPath>..\..\packages\nanoFramework.System.Device.Gpio.1.1.38\lib\System.Device.Gpio.dll</HintPath>
59+
<Reference Include="System.Device.Gpio, Version=1.1.41.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
60+
<HintPath>..\..\packages\nanoFramework.System.Device.Gpio.1.1.41\lib\System.Device.Gpio.dll</HintPath>
6161
<Private>True</Private>
6262
</Reference>
6363
<Reference Include="System.Device.I2c, Version=1.1.16.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">

Tests/MagicBitTestApp/packages.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
4-
<package id="nanoFramework.Iot.Device.Button" version="1.2.552" targetFramework="netnano1.0" />
4+
<package id="nanoFramework.Iot.Device.Button" version="1.2.560" targetFramework="netnano1.0" />
55
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.536" targetFramework="netnano1.0" />
6-
<package id="nanoFramework.Iot.Device.DCMotor" version="1.2.548" targetFramework="netnano1.0" />
6+
<package id="nanoFramework.Iot.Device.DCMotor" version="1.2.560" targetFramework="netnano1.0" />
77
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.2.436" targetFramework="netnano1.0" />
8-
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.3.366" targetFramework="netnano1.0" />
8+
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.3.374" targetFramework="netnano1.0" />
99
<package id="nanoFramework.Runtime.Events" version="1.11.18" targetFramework="netnano1.0" />
1010
<package id="nanoFramework.System.Device.Adc" version="1.1.11" targetFramework="netnano1.0" />
11-
<package id="nanoFramework.System.Device.Gpio" version="1.1.38" targetFramework="netnano1.0" />
11+
<package id="nanoFramework.System.Device.Gpio" version="1.1.41" targetFramework="netnano1.0" />
1212
<package id="nanoFramework.System.Device.I2c" version="1.1.16" targetFramework="netnano1.0" />
1313
<package id="nanoFramework.System.Device.Model" version="1.2.418" targetFramework="netnano1.0" />
1414
<package id="nanoFramework.System.Device.Pwm" version="1.1.10" targetFramework="netnano1.0" />

Tests/MagicBitTestApp/packages.lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"nanoFramework.Iot.Device.Button": {
1212
"type": "Direct",
13-
"requested": "[1.2.552, 1.2.552]",
14-
"resolved": "1.2.552",
15-
"contentHash": "SnaPZ26QDV/bmWqf1koNVBaqFVVUXmZMyCTubf3oQU/D/Hx7pJv7/Iwf6pdu2HuX3xh0/FsXta5kDHaPRYqthg=="
13+
"requested": "[1.2.560, 1.2.560]",
14+
"resolved": "1.2.560",
15+
"contentHash": "sV/g9TgfQZNJNsueo3nhztEIiCahoLKvpOeBXUI3Nc/SrPh6M/K4EuSabDPe2nlsraCIO6ulxInR++qnQk9rhA=="
1616
},
1717
"nanoFramework.Iot.Device.Buzzer": {
1818
"type": "Direct",
@@ -22,9 +22,9 @@
2222
},
2323
"nanoFramework.Iot.Device.DCMotor": {
2424
"type": "Direct",
25-
"requested": "[1.2.548, 1.2.548]",
26-
"resolved": "1.2.548",
27-
"contentHash": "d9wD229b+/d8pGteUt+pBzSjkGiJxFECBcRt67X5lMXVH1v7ggSfLuPBNfNCvBnOTOIeqBc1NJZgHQ6j1bp2Tg=="
25+
"requested": "[1.2.560, 1.2.560]",
26+
"resolved": "1.2.560",
27+
"contentHash": "S3G9VG4LteU7jVmXoO7ezTQVGk+od5BIF0aSiNwgYqU4VjmaFsPfoKvn5RPuNMD0Mkie7o09651EaAUKlhuLkA=="
2828
},
2929
"nanoFramework.Iot.Device.ServoMotor": {
3030
"type": "Direct",
@@ -34,9 +34,9 @@
3434
},
3535
"nanoFramework.Iot.Device.Ssd13xx": {
3636
"type": "Direct",
37-
"requested": "[1.3.366, 1.3.366]",
38-
"resolved": "1.3.366",
39-
"contentHash": "WiDV6sSEPeBpuzlXDuJnZcC5CoDi66qK95Zq709aZSpDyoBvNDkgtjf40xJZq5aQbznb2OiSoIjEz+WuTLagyw=="
37+
"requested": "[1.3.374, 1.3.374]",
38+
"resolved": "1.3.374",
39+
"contentHash": "Ih/P4YQmYF8qHT7fa/AF4lzkKWgcf35t2HYBCpSaQwa9Qrsxdz8d8V/uwoKlqppPkCuTGDC8CAbL//vY0MG1vw=="
4040
},
4141
"nanoFramework.Runtime.Events": {
4242
"type": "Direct",
@@ -52,9 +52,9 @@
5252
},
5353
"nanoFramework.System.Device.Gpio": {
5454
"type": "Direct",
55-
"requested": "[1.1.38, 1.1.38]",
56-
"resolved": "1.1.38",
57-
"contentHash": "t2em7yn9sZpWWj52Xh4f4JjzUQX8/UB7C+XMnMiSGileGhRg86IwszA5/0bGUgc/dKC/AYRSqraPiEB0Q6jhBA=="
55+
"requested": "[1.1.41, 1.1.41]",
56+
"resolved": "1.1.41",
57+
"contentHash": "5QnpdfvjxOvka2S5IHSdKudWmkH+CDQ3TFFuXOGuNlgZJFsAx0/k5zuwgJYkxIyGbL8kdcjBWLyDNdihjA1pUg=="
5858
},
5959
"nanoFramework.System.Device.I2c": {
6060
"type": "Direct",

nanoFramework.MagicBit.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
<dependencies>
2121
<dependency id="nanoFramework.CoreLibrary" version="1.15.5" />
2222
<dependency id="nanoFramework.Hardware.Esp32" version="1.6.15" />
23-
<dependency id="nanoFramework.Iot.Device.Button" version="1.2.552" />
23+
<dependency id="nanoFramework.Iot.Device.Button" version="1.2.560" />
2424
<dependency id="nanoFramework.Iot.Device.Buzzer" version="1.2.536" />
25-
<dependency id="nanoFramework.Iot.Device.DCMotor" version="1.2.548" />
25+
<dependency id="nanoFramework.Iot.Device.DCMotor" version="1.2.560" />
2626
<dependency id="nanoFramework.Iot.Device.ServoMotor" version="1.2.436" />
27-
<dependency id="nanoFramework.Iot.Device.Ssd13xx" version="1.3.366" />
27+
<dependency id="nanoFramework.Iot.Device.Ssd13xx" version="1.3.374" />
2828
<dependency id="nanoFramework.System.Device.Adc" version="1.1.11" />
29-
<dependency id="nanoFramework.System.Device.Gpio" version="1.1.38" />
29+
<dependency id="nanoFramework.System.Device.Gpio" version="1.1.41" />
3030
<dependency id="nanoFramework.System.Device.I2c" version="1.1.16" />
3131
<dependency id="nanoFramework.System.Device.Model" version="1.2.418" />
3232
<dependency id="nanoFramework.System.Device.Pwm" version="1.1.10" />

nanoFramework.MagicBit/nanoFramework.MagicBit.nfproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,23 @@
3030
</ItemGroup>
3131
<ItemGroup>
3232
<Reference Include="Iot.Device.Button, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
33-
<HintPath>..\packages\nanoFramework.Iot.Device.Button.1.2.552\lib\Iot.Device.Button.dll</HintPath>
33+
<HintPath>..\packages\nanoFramework.Iot.Device.Button.1.2.560\lib\Iot.Device.Button.dll</HintPath>
3434
<Private>True</Private>
3535
</Reference>
3636
<Reference Include="Iot.Device.Buzzer, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
3737
<HintPath>..\packages\nanoFramework.Iot.Device.Buzzer.1.2.536\lib\Iot.Device.Buzzer.dll</HintPath>
3838
<Private>True</Private>
3939
</Reference>
4040
<Reference Include="Iot.Device.DCMotor, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
41-
<HintPath>..\packages\nanoFramework.Iot.Device.DCMotor.1.2.548\lib\Iot.Device.DCMotor.dll</HintPath>
41+
<HintPath>..\packages\nanoFramework.Iot.Device.DCMotor.1.2.560\lib\Iot.Device.DCMotor.dll</HintPath>
4242
<Private>True</Private>
4343
</Reference>
4444
<Reference Include="Iot.Device.ServoMotor, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
4545
<HintPath>..\packages\nanoFramework.Iot.Device.ServoMotor.1.2.436\lib\Iot.Device.ServoMotor.dll</HintPath>
4646
<Private>True</Private>
4747
</Reference>
4848
<Reference Include="Iot.Device.Ssd13xx, Version=1.3.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
49-
<HintPath>..\packages\nanoFramework.Iot.Device.Ssd13xx.1.3.366\lib\Iot.Device.Ssd13xx.dll</HintPath>
49+
<HintPath>..\packages\nanoFramework.Iot.Device.Ssd13xx.1.3.374\lib\Iot.Device.Ssd13xx.dll</HintPath>
5050
<Private>True</Private>
5151
</Reference>
5252
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
@@ -65,8 +65,8 @@
6565
<HintPath>..\packages\nanoFramework.System.Device.Adc.1.1.11\lib\System.Device.Adc.dll</HintPath>
6666
<Private>True</Private>
6767
</Reference>
68-
<Reference Include="System.Device.Gpio, Version=1.1.38.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
69-
<HintPath>..\packages\nanoFramework.System.Device.Gpio.1.1.38\lib\System.Device.Gpio.dll</HintPath>
68+
<Reference Include="System.Device.Gpio, Version=1.1.41.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
69+
<HintPath>..\packages\nanoFramework.System.Device.Gpio.1.1.41\lib\System.Device.Gpio.dll</HintPath>
7070
<Private>True</Private>
7171
</Reference>
7272
<Reference Include="System.Device.I2c, Version=1.1.16.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">

nanoFramework.MagicBit/packages.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
44
<package id="nanoFramework.Hardware.Esp32" version="1.6.15" targetFramework="netnano1.0" />
5-
<package id="nanoFramework.Iot.Device.Button" version="1.2.552" targetFramework="netnano1.0" />
5+
<package id="nanoFramework.Iot.Device.Button" version="1.2.560" targetFramework="netnano1.0" />
66
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.536" targetFramework="netnano1.0" />
7-
<package id="nanoFramework.Iot.Device.DCMotor" version="1.2.548" targetFramework="netnano1.0" />
7+
<package id="nanoFramework.Iot.Device.DCMotor" version="1.2.560" targetFramework="netnano1.0" />
88
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.2.436" targetFramework="netnano1.0" />
9-
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.3.366" targetFramework="netnano1.0" />
9+
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.3.374" targetFramework="netnano1.0" />
1010
<package id="nanoFramework.Runtime.Events" version="1.11.18" targetFramework="netnano1.0" />
1111
<package id="nanoFramework.System.Device.Adc" version="1.1.11" targetFramework="netnano1.0" />
12-
<package id="nanoFramework.System.Device.Gpio" version="1.1.38" targetFramework="netnano1.0" />
12+
<package id="nanoFramework.System.Device.Gpio" version="1.1.41" targetFramework="netnano1.0" />
1313
<package id="nanoFramework.System.Device.I2c" version="1.1.16" targetFramework="netnano1.0" />
1414
<package id="nanoFramework.System.Device.Model" version="1.2.418" targetFramework="netnano1.0" />
1515
<package id="nanoFramework.System.Device.Pwm" version="1.1.10" targetFramework="netnano1.0" />

nanoFramework.MagicBit/packages.lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
},
1717
"nanoFramework.Iot.Device.Button": {
1818
"type": "Direct",
19-
"requested": "[1.2.552, 1.2.552]",
20-
"resolved": "1.2.552",
21-
"contentHash": "SnaPZ26QDV/bmWqf1koNVBaqFVVUXmZMyCTubf3oQU/D/Hx7pJv7/Iwf6pdu2HuX3xh0/FsXta5kDHaPRYqthg=="
19+
"requested": "[1.2.560, 1.2.560]",
20+
"resolved": "1.2.560",
21+
"contentHash": "sV/g9TgfQZNJNsueo3nhztEIiCahoLKvpOeBXUI3Nc/SrPh6M/K4EuSabDPe2nlsraCIO6ulxInR++qnQk9rhA=="
2222
},
2323
"nanoFramework.Iot.Device.Buzzer": {
2424
"type": "Direct",
@@ -28,9 +28,9 @@
2828
},
2929
"nanoFramework.Iot.Device.DCMotor": {
3030
"type": "Direct",
31-
"requested": "[1.2.548, 1.2.548]",
32-
"resolved": "1.2.548",
33-
"contentHash": "d9wD229b+/d8pGteUt+pBzSjkGiJxFECBcRt67X5lMXVH1v7ggSfLuPBNfNCvBnOTOIeqBc1NJZgHQ6j1bp2Tg=="
31+
"requested": "[1.2.560, 1.2.560]",
32+
"resolved": "1.2.560",
33+
"contentHash": "S3G9VG4LteU7jVmXoO7ezTQVGk+od5BIF0aSiNwgYqU4VjmaFsPfoKvn5RPuNMD0Mkie7o09651EaAUKlhuLkA=="
3434
},
3535
"nanoFramework.Iot.Device.ServoMotor": {
3636
"type": "Direct",
@@ -40,9 +40,9 @@
4040
},
4141
"nanoFramework.Iot.Device.Ssd13xx": {
4242
"type": "Direct",
43-
"requested": "[1.3.366, 1.3.366]",
44-
"resolved": "1.3.366",
45-
"contentHash": "WiDV6sSEPeBpuzlXDuJnZcC5CoDi66qK95Zq709aZSpDyoBvNDkgtjf40xJZq5aQbznb2OiSoIjEz+WuTLagyw=="
43+
"requested": "[1.3.374, 1.3.374]",
44+
"resolved": "1.3.374",
45+
"contentHash": "Ih/P4YQmYF8qHT7fa/AF4lzkKWgcf35t2HYBCpSaQwa9Qrsxdz8d8V/uwoKlqppPkCuTGDC8CAbL//vY0MG1vw=="
4646
},
4747
"nanoFramework.Runtime.Events": {
4848
"type": "Direct",
@@ -58,9 +58,9 @@
5858
},
5959
"nanoFramework.System.Device.Gpio": {
6060
"type": "Direct",
61-
"requested": "[1.1.38, 1.1.38]",
62-
"resolved": "1.1.38",
63-
"contentHash": "t2em7yn9sZpWWj52Xh4f4JjzUQX8/UB7C+XMnMiSGileGhRg86IwszA5/0bGUgc/dKC/AYRSqraPiEB0Q6jhBA=="
61+
"requested": "[1.1.41, 1.1.41]",
62+
"resolved": "1.1.41",
63+
"contentHash": "5QnpdfvjxOvka2S5IHSdKudWmkH+CDQ3TFFuXOGuNlgZJFsAx0/k5zuwgJYkxIyGbL8kdcjBWLyDNdihjA1pUg=="
6464
},
6565
"nanoFramework.System.Device.I2c": {
6666
"type": "Direct",

0 commit comments

Comments
 (0)