Skip to content

Commit 320479f

Browse files
Update 5 NuGet dependencies
1 parent 15346d1 commit 320479f

File tree

5 files changed

+25
-25
lines changed

5 files changed

+25
-25
lines changed

Tests/MagicBitTestApp/MagicBitTestApp.nfproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@
2323
</ItemGroup>
2424
<ItemGroup>
2525
<Reference Include="Iot.Device.Button, Version=1.1.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
26-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.1.43.5388\lib\Iot.Device.Button.dll</HintPath>
26+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.1.58.10097\lib\Iot.Device.Button.dll</HintPath>
2727
<Private>True</Private>
2828
</Reference>
2929
<Reference Include="Iot.Device.Buzzer, Version=1.1.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
30-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Buzzer.1.1.40\lib\Iot.Device.Buzzer.dll</HintPath>
30+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Buzzer.1.1.58.10097\lib\Iot.Device.Buzzer.dll</HintPath>
3131
<Private>True</Private>
3232
</Reference>
3333
<Reference Include="Iot.Device.DCMotor, Version=1.1.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
34-
<HintPath>..\..\packages\nanoFramework.Iot.Device.DCMotor.1.1.3\lib\Iot.Device.DCMotor.dll</HintPath>
34+
<HintPath>..\..\packages\nanoFramework.Iot.Device.DCMotor.1.1.58.10097\lib\Iot.Device.DCMotor.dll</HintPath>
3535
<Private>True</Private>
3636
</Reference>
3737
<Reference Include="Iot.Device.ServoMotor, Version=1.1.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
38-
<HintPath>..\..\packages\nanoFramework.Iot.Device.ServoMotor.1.1.1\lib\Iot.Device.ServoMotor.dll</HintPath>
38+
<HintPath>..\..\packages\nanoFramework.Iot.Device.ServoMotor.1.1.58.10097\lib\Iot.Device.ServoMotor.dll</HintPath>
3939
<Private>True</Private>
4040
</Reference>
4141
<Reference Include="Iot.Device.Ssd13xx, Version=1.1.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
42-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Ssd13xx.1.1.1\lib\Iot.Device.Ssd13xx.dll</HintPath>
42+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Ssd13xx.1.1.58.10097\lib\Iot.Device.Ssd13xx.dll</HintPath>
4343
<Private>True</Private>
4444
</Reference>
4545
<Reference Include="mscorlib, Version=1.12.0.4, Culture=neutral, PublicKeyToken=c07d481e9758c731">

Tests/MagicBitTestApp/packages.config

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.12.0" targetFramework="netnanoframework10" />
4-
<package id="nanoFramework.Iot.Device.Button" version="1.1.43.5388" targetFramework="netnanoframework10" />
5-
<package id="nanoFramework.Iot.Device.Buzzer" version="1.1.40" targetFramework="netnanoframework10" />
6-
<package id="nanoFramework.Iot.Device.DCMotor" version="1.1.3" targetFramework="netnanoframework10" />
7-
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.1.1" targetFramework="netnanoframework10" />
8-
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.1.1" targetFramework="netnanoframework10" />
4+
<package id="nanoFramework.Iot.Device.Button" version="1.1.58.10097" targetFramework="netnanoframework10" />
5+
<package id="nanoFramework.Iot.Device.Buzzer" version="1.1.58.10097" targetFramework="netnanoframework10" />
6+
<package id="nanoFramework.Iot.Device.DCMotor" version="1.1.58.10097" targetFramework="netnanoframework10" />
7+
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.1.58.10097" targetFramework="netnanoframework10" />
8+
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.1.58.10097" targetFramework="netnanoframework10" />
99
<package id="nanoFramework.Runtime.Events" version="1.10.0" targetFramework="netnanoframework10" />
1010
<package id="nanoFramework.System.Device.Adc" version="1.0.2" targetFramework="netnanoframework10" />
1111
<package id="nanoFramework.System.Device.Gpio" version="1.0.4" targetFramework="netnanoframework10" />

nanoFramework.MagicBit.nuspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
<dependencies>
2121
<dependency id="nanoFramework.CoreLibrary" version="1.12.0" />
2222
<dependency id="nanoFramework.Hardware.Esp32" version="1.3.6" />
23-
<dependency id="nanoFramework.Iot.Device.Button" version="1.1.43.5388" />
24-
<dependency id="nanoFramework.Iot.Device.Buzzer" version="1.1.40" />
25-
<dependency id="nanoFramework.Iot.Device.DCMotor" version="1.1.3" />
26-
<dependency id="nanoFramework.Iot.Device.ServoMotor" version="1.1.1" />
27-
<dependency id="nanoFramework.Iot.Device.Ssd13xx" version="1.1.1" />
23+
<dependency id="nanoFramework.Iot.Device.Button" version="1.1.58.10097" />
24+
<dependency id="nanoFramework.Iot.Device.Buzzer" version="1.1.58.10097" />
25+
<dependency id="nanoFramework.Iot.Device.DCMotor" version="1.1.58.10097" />
26+
<dependency id="nanoFramework.Iot.Device.ServoMotor" version="1.1.58.10097" />
27+
<dependency id="nanoFramework.Iot.Device.Ssd13xx" version="1.1.58.10097" />
2828
<dependency id="nanoFramework.System.Device.Adc" version="1.0.2" />
2929
<dependency id="nanoFramework.System.Device.Gpio" version="1.0.4" />
3030
<dependency id="nanoFramework.System.Device.I2c" version="1.0.3" />

nanoFramework.MagicBit/nanoFramework.MagicBit.nfproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,23 @@
2727
</ItemGroup>
2828
<ItemGroup>
2929
<Reference Include="Iot.Device.Button, Version=1.1.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
30-
<HintPath>..\packages\nanoFramework.Iot.Device.Button.1.1.43.5388\lib\Iot.Device.Button.dll</HintPath>
30+
<HintPath>..\packages\nanoFramework.Iot.Device.Button.1.1.58.10097\lib\Iot.Device.Button.dll</HintPath>
3131
<Private>True</Private>
3232
</Reference>
3333
<Reference Include="Iot.Device.Buzzer, Version=1.1.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
34-
<HintPath>..\packages\nanoFramework.Iot.Device.Buzzer.1.1.40\lib\Iot.Device.Buzzer.dll</HintPath>
34+
<HintPath>..\packages\nanoFramework.Iot.Device.Buzzer.1.1.58.10097\lib\Iot.Device.Buzzer.dll</HintPath>
3535
<Private>True</Private>
3636
</Reference>
3737
<Reference Include="Iot.Device.DCMotor, Version=1.1.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
38-
<HintPath>..\packages\nanoFramework.Iot.Device.DCMotor.1.1.3\lib\Iot.Device.DCMotor.dll</HintPath>
38+
<HintPath>..\packages\nanoFramework.Iot.Device.DCMotor.1.1.58.10097\lib\Iot.Device.DCMotor.dll</HintPath>
3939
<Private>True</Private>
4040
</Reference>
4141
<Reference Include="Iot.Device.ServoMotor, Version=1.1.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
42-
<HintPath>..\packages\nanoFramework.Iot.Device.ServoMotor.1.1.1\lib\Iot.Device.ServoMotor.dll</HintPath>
42+
<HintPath>..\packages\nanoFramework.Iot.Device.ServoMotor.1.1.58.10097\lib\Iot.Device.ServoMotor.dll</HintPath>
4343
<Private>True</Private>
4444
</Reference>
4545
<Reference Include="Iot.Device.Ssd13xx, Version=1.1.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
46-
<HintPath>..\packages\nanoFramework.Iot.Device.Ssd13xx.1.1.1\lib\Iot.Device.Ssd13xx.dll</HintPath>
46+
<HintPath>..\packages\nanoFramework.Iot.Device.Ssd13xx.1.1.58.10097\lib\Iot.Device.Ssd13xx.dll</HintPath>
4747
<Private>True</Private>
4848
</Reference>
4949
<Reference Include="mscorlib, Version=1.12.0.4, Culture=neutral, PublicKeyToken=c07d481e9758c731">

nanoFramework.MagicBit/packages.config

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.12.0" targetFramework="netnanoframework10" />
44
<package id="nanoFramework.Hardware.Esp32" version="1.3.6" targetFramework="netnanoframework10" />
5-
<package id="nanoFramework.Iot.Device.Button" version="1.1.43.5388" targetFramework="netnanoframework10" />
6-
<package id="nanoFramework.Iot.Device.Buzzer" version="1.1.40" targetFramework="netnanoframework10" />
7-
<package id="nanoFramework.Iot.Device.DCMotor" version="1.1.3" targetFramework="netnanoframework10" />
8-
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.1.1" targetFramework="netnanoframework10" />
9-
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.1.1" targetFramework="netnanoframework10" />
5+
<package id="nanoFramework.Iot.Device.Button" version="1.1.58.10097" targetFramework="netnanoframework10" />
6+
<package id="nanoFramework.Iot.Device.Buzzer" version="1.1.58.10097" targetFramework="netnanoframework10" />
7+
<package id="nanoFramework.Iot.Device.DCMotor" version="1.1.58.10097" targetFramework="netnanoframework10" />
8+
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.1.58.10097" targetFramework="netnanoframework10" />
9+
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.1.58.10097" targetFramework="netnanoframework10" />
1010
<package id="nanoFramework.Runtime.Events" version="1.10.0" targetFramework="netnanoframework10" />
1111
<package id="nanoFramework.System.Device.Adc" version="1.0.2" targetFramework="netnanoframework10" />
1212
<package id="nanoFramework.System.Device.Gpio" version="1.0.4" targetFramework="netnanoframework10" />

0 commit comments

Comments
 (0)