Skip to content

Commit ed3d6ba

Browse files
authored
Update 1 NuGet dependencies
1 parent 3bd3ce2 commit ed3d6ba

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

Tests/MagicBitTestApp/MagicBitTestApp.nfproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<Private>True</Private>
3030
</Reference>
3131
<Reference Include="Iot.Device.Buzzer, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
32-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Buzzer.1.2.341\lib\Iot.Device.Buzzer.dll</HintPath>
32+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Buzzer.1.2.345\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">

Tests/MagicBitTestApp/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.14.2" targetFramework="netnano1.0" />
44
<package id="nanoFramework.Iot.Device.Button" version="1.2.329" targetFramework="netnano1.0" />
5-
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.341" targetFramework="netnano1.0" />
5+
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.345" targetFramework="netnano1.0" />
66
<package id="nanoFramework.Iot.Device.DCMotor" version="1.2.329" targetFramework="netnano1.0" />
77
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.2.329" targetFramework="netnano1.0" />
88
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.3.143" targetFramework="netnano1.0" />

Tests/MagicBitTestApp/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.Buzzer": {
1818
"type": "Direct",
19-
"requested": "[1.2.341, 1.2.341]",
20-
"resolved": "1.2.341",
21-
"contentHash": "13dJJErcZ6uUgBAemDAi5ElYq/hv2NQHfOmq9x+r2fZTTvWAecS2U8WuT8PBczCegt7hI0dkuXjYMu8bSFtRcA=="
19+
"requested": "[1.2.345, 1.2.345]",
20+
"resolved": "1.2.345",
21+
"contentHash": "9cKToJUXRnoIH4Z47o/e8xZHAwmcQKuj7ZUhxF4P81kbhCq3fMF08LBn9JHtoI7hTwryiCUI3JHgUtEdsEFEBQ=="
2222
},
2323
"nanoFramework.Iot.Device.DCMotor": {
2424
"type": "Direct",

nanoFramework.MagicBit.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<dependency id="nanoFramework.CoreLibrary" version="1.14.2" />
2222
<dependency id="nanoFramework.Hardware.Esp32" version="1.6.3" />
2323
<dependency id="nanoFramework.Iot.Device.Button" version="1.2.329" />
24-
<dependency id="nanoFramework.Iot.Device.Buzzer" version="1.2.341" />
24+
<dependency id="nanoFramework.Iot.Device.Buzzer" version="1.2.345" />
2525
<dependency id="nanoFramework.Iot.Device.DCMotor" version="1.2.329" />
2626
<dependency id="nanoFramework.Iot.Device.ServoMotor" version="1.2.329" />
2727
<dependency id="nanoFramework.Iot.Device.Ssd13xx" version="1.3.143" />

nanoFramework.MagicBit/nanoFramework.MagicBit.nfproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<Private>True</Private>
3535
</Reference>
3636
<Reference Include="Iot.Device.Buzzer, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
37-
<HintPath>..\packages\nanoFramework.Iot.Device.Buzzer.1.2.341\lib\Iot.Device.Buzzer.dll</HintPath>
37+
<HintPath>..\packages\nanoFramework.Iot.Device.Buzzer.1.2.345\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">

nanoFramework.MagicBit/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package id="nanoFramework.CoreLibrary" version="1.14.2" targetFramework="netnano1.0" />
44
<package id="nanoFramework.Hardware.Esp32" version="1.6.3" targetFramework="netnano1.0" />
55
<package id="nanoFramework.Iot.Device.Button" version="1.2.329" targetFramework="netnano1.0" />
6-
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.341" targetFramework="netnano1.0" />
6+
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.345" targetFramework="netnano1.0" />
77
<package id="nanoFramework.Iot.Device.DCMotor" version="1.2.329" targetFramework="netnano1.0" />
88
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.2.329" targetFramework="netnano1.0" />
99
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.3.143" targetFramework="netnano1.0" />

nanoFramework.MagicBit/packages.lock.json

Lines changed: 3 additions & 3 deletions
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.341, 1.2.341]",
26-
"resolved": "1.2.341",
27-
"contentHash": "13dJJErcZ6uUgBAemDAi5ElYq/hv2NQHfOmq9x+r2fZTTvWAecS2U8WuT8PBczCegt7hI0dkuXjYMu8bSFtRcA=="
25+
"requested": "[1.2.345, 1.2.345]",
26+
"resolved": "1.2.345",
27+
"contentHash": "9cKToJUXRnoIH4Z47o/e8xZHAwmcQKuj7ZUhxF4P81kbhCq3fMF08LBn9JHtoI7hTwryiCUI3JHgUtEdsEFEBQ=="
2828
},
2929
"nanoFramework.Iot.Device.DCMotor": {
3030
"type": "Direct",

0 commit comments

Comments
 (0)