Skip to content

Commit c88d770

Browse files
Update 5 NuGet dependencies
1 parent ca0c9aa commit c88d770

File tree

5 files changed

+29
-29
lines changed

5 files changed

+29
-29
lines changed

Tests/MagicBitTestApp/MagicBitTestApp.nfproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@
2323
</ItemGroup>
2424
<ItemGroup>
2525
<Reference Include="Iot.Device.Button, Version=0.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
26-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.0.288-preview.98\lib\Iot.Device.Button.dll</HintPath>
26+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.0.288-preview.99\lib\Iot.Device.Button.dll</HintPath>
2727
<Private>True</Private>
2828
</Reference>
2929
<Reference Include="Iot.Device.Buzzer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
30-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Buzzer.1.0.288-preview.99\lib\Iot.Device.Buzzer.dll</HintPath>
30+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Buzzer.1.0.288-preview.100\lib\Iot.Device.Buzzer.dll</HintPath>
3131
<Private>True</Private>
3232
</Reference>
3333
<Reference Include="Iot.Device.DCMotor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
34-
<HintPath>..\..\packages\nanoFramework.Iot.Device.DCMotor.1.0.288-preview.99\lib\Iot.Device.DCMotor.dll</HintPath>
34+
<HintPath>..\..\packages\nanoFramework.Iot.Device.DCMotor.1.0.288-preview.100\lib\Iot.Device.DCMotor.dll</HintPath>
3535
<Private>True</Private>
3636
</Reference>
3737
<Reference Include="Iot.Device.ServoMotor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
38-
<HintPath>..\..\packages\nanoFramework.Iot.Device.ServoMotor.1.0.288-preview.20\lib\Iot.Device.ServoMotor.dll</HintPath>
38+
<HintPath>..\..\packages\nanoFramework.Iot.Device.ServoMotor.1.0.288-preview.99\lib\Iot.Device.ServoMotor.dll</HintPath>
3939
<Private>True</Private>
4040
</Reference>
4141
<Reference Include="Iot.Device.Ssd13xx, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
42-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Ssd13xx.1.0.288-preview.48\lib\Iot.Device.Ssd13xx.dll</HintPath>
42+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Ssd13xx.1.0.288-preview.99\lib\Iot.Device.Ssd13xx.dll</HintPath>
4343
<Private>True</Private>
4444
</Reference>
4545
<Reference Include="mscorlib, Version=1.12.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
@@ -63,7 +63,7 @@
6363
<Private>True</Private>
6464
</Reference>
6565
<Reference Include="System.Device.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
66-
<HintPath>..\..\packages\nanoFramework.System.Device.Model.1.0.288-preview.97\lib\System.Device.Model.dll</HintPath>
66+
<HintPath>..\..\packages\nanoFramework.System.Device.Model.1.0.288-preview.99\lib\System.Device.Model.dll</HintPath>
6767
<Private>True</Private>
6868
</Reference>
6969
<Reference Include="System.Device.Pwm, Version=1.0.1.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">

Tests/MagicBitTestApp/packages.config

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.12.0-preview.19" targetFramework="netnanoframework10" />
4-
<package id="nanoFramework.Iot.Device.Button" version="1.0.288-preview.98" targetFramework="netnanoframework10" />
5-
<package id="nanoFramework.Iot.Device.Buzzer" version="1.0.288-preview.99" targetFramework="netnanoframework10" />
6-
<package id="nanoFramework.Iot.Device.DCMotor" version="1.0.288-preview.99" targetFramework="netnanoframework10" />
7-
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.0.288-preview.20" targetFramework="netnanoframework10" />
8-
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.0.288-preview.48" targetFramework="netnanoframework10" />
4+
<package id="nanoFramework.Iot.Device.Button" version="1.0.288-preview.99" targetFramework="netnanoframework10" />
5+
<package id="nanoFramework.Iot.Device.Buzzer" version="1.0.288-preview.100" targetFramework="netnanoframework10" />
6+
<package id="nanoFramework.Iot.Device.DCMotor" version="1.0.288-preview.100" targetFramework="netnanoframework10" />
7+
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.0.288-preview.99" targetFramework="netnanoframework10" />
8+
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.0.288-preview.99" targetFramework="netnanoframework10" />
99
<package id="nanoFramework.Runtime.Events" version="1.10.0-preview.13" targetFramework="netnanoframework10" />
1010
<package id="nanoFramework.System.Device.Adc" version="1.0.2-preview.13" targetFramework="netnanoframework10" />
1111
<package id="nanoFramework.System.Device.Gpio" version="1.0.3-preview.18" targetFramework="netnanoframework10" />
1212
<package id="nanoFramework.System.Device.I2c" version="1.0.3-preview.13" targetFramework="netnanoframework10" />
13-
<package id="nanoFramework.System.Device.Model" version="1.0.288-preview.97" targetFramework="netnanoframework10" />
13+
<package id="nanoFramework.System.Device.Model" version="1.0.288-preview.99" targetFramework="netnanoframework10" />
1414
<package id="nanoFramework.System.Device.Pwm" version="1.0.1-preview.13" targetFramework="netnanoframework10" />
1515
<package id="nanoFramework.System.Math" version="1.4.4-preview.22" targetFramework="netnanoframework10" />
1616
<package id="nanoFramework.System.Threading" version="1.0.4-preview.23" 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-preview.19" />
2222
<dependency id="nanoFramework.Hardware.Esp32" version="1.3.5-preview.10" />
23-
<dependency id="nanoFramework.Iot.Device.Button" version="1.0.288-preview.98" />
24-
<dependency id="nanoFramework.Iot.Device.Buzzer" version="1.0.288-preview.99" />
25-
<dependency id="nanoFramework.Iot.Device.DCMotor" version="1.0.288-preview.99" />
26-
<dependency id="nanoFramework.Iot.Device.ServoMotor" version="1.0.288-preview.20" />
27-
<dependency id="nanoFramework.Iot.Device.Ssd13xx" version="1.0.288-preview.48" />
23+
<dependency id="nanoFramework.Iot.Device.Button" version="1.0.288-preview.99" />
24+
<dependency id="nanoFramework.Iot.Device.Buzzer" version="1.0.288-preview.100" />
25+
<dependency id="nanoFramework.Iot.Device.DCMotor" version="1.0.288-preview.100" />
26+
<dependency id="nanoFramework.Iot.Device.ServoMotor" version="1.0.288-preview.99" />
27+
<dependency id="nanoFramework.Iot.Device.Ssd13xx" version="1.0.288-preview.99" />
2828
<dependency id="nanoFramework.Runtime.Events" version="1.9.2-preview.8" />
2929
<dependency id="nanoFramework.System.Device.Adc" version="1.0.2-preview.13" />
3030
<dependency id="nanoFramework.System.Device.Gpio" version="1.0.3-preview.18" />

nanoFramework.MagicBit/nanoFramework.MagicBit.nfproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,23 @@
2727
</ItemGroup>
2828
<ItemGroup>
2929
<Reference Include="Iot.Device.Button, Version=0.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
30-
<HintPath>..\packages\nanoFramework.Iot.Device.Button.1.0.288-preview.98\lib\Iot.Device.Button.dll</HintPath>
30+
<HintPath>..\packages\nanoFramework.Iot.Device.Button.1.0.288-preview.99\lib\Iot.Device.Button.dll</HintPath>
3131
<Private>True</Private>
3232
</Reference>
3333
<Reference Include="Iot.Device.Buzzer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
34-
<HintPath>..\packages\nanoFramework.Iot.Device.Buzzer.1.0.288-preview.99\lib\Iot.Device.Buzzer.dll</HintPath>
34+
<HintPath>..\packages\nanoFramework.Iot.Device.Buzzer.1.0.288-preview.100\lib\Iot.Device.Buzzer.dll</HintPath>
3535
<Private>True</Private>
3636
</Reference>
3737
<Reference Include="Iot.Device.DCMotor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
38-
<HintPath>..\packages\nanoFramework.Iot.Device.DCMotor.1.0.288-preview.99\lib\Iot.Device.DCMotor.dll</HintPath>
38+
<HintPath>..\packages\nanoFramework.Iot.Device.DCMotor.1.0.288-preview.100\lib\Iot.Device.DCMotor.dll</HintPath>
3939
<Private>True</Private>
4040
</Reference>
4141
<Reference Include="Iot.Device.ServoMotor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
42-
<HintPath>..\packages\nanoFramework.Iot.Device.ServoMotor.1.0.288-preview.20\lib\Iot.Device.ServoMotor.dll</HintPath>
42+
<HintPath>..\packages\nanoFramework.Iot.Device.ServoMotor.1.0.288-preview.99\lib\Iot.Device.ServoMotor.dll</HintPath>
4343
<Private>True</Private>
4444
</Reference>
4545
<Reference Include="Iot.Device.Ssd13xx, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
46-
<HintPath>..\packages\nanoFramework.Iot.Device.Ssd13xx.1.0.288-preview.48\lib\Iot.Device.Ssd13xx.dll</HintPath>
46+
<HintPath>..\packages\nanoFramework.Iot.Device.Ssd13xx.1.0.288-preview.99\lib\Iot.Device.Ssd13xx.dll</HintPath>
4747
<Private>True</Private>
4848
</Reference>
4949
<Reference Include="mscorlib, Version=1.12.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
@@ -71,7 +71,7 @@
7171
<Private>True</Private>
7272
</Reference>
7373
<Reference Include="System.Device.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
74-
<HintPath>..\packages\nanoFramework.System.Device.Model.1.0.288-preview.97\lib\System.Device.Model.dll</HintPath>
74+
<HintPath>..\packages\nanoFramework.System.Device.Model.1.0.288-preview.99\lib\System.Device.Model.dll</HintPath>
7575
<Private>True</Private>
7676
</Reference>
7777
<Reference Include="System.Device.Pwm, Version=1.0.1.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">

nanoFramework.MagicBit/packages.config

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.12.0-preview.19" targetFramework="netnanoframework10" />
44
<package id="nanoFramework.Hardware.Esp32" version="1.3.5-preview.10" targetFramework="netnanoframework10" />
5-
<package id="nanoFramework.Iot.Device.Button" version="1.0.288-preview.98" targetFramework="netnanoframework10" />
6-
<package id="nanoFramework.Iot.Device.Buzzer" version="1.0.288-preview.99" targetFramework="netnanoframework10" />
7-
<package id="nanoFramework.Iot.Device.DCMotor" version="1.0.288-preview.99" targetFramework="netnanoframework10" />
8-
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.0.288-preview.20" targetFramework="netnanoframework10" />
9-
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.0.288-preview.48" targetFramework="netnanoframework10" />
5+
<package id="nanoFramework.Iot.Device.Button" version="1.0.288-preview.99" targetFramework="netnanoframework10" />
6+
<package id="nanoFramework.Iot.Device.Buzzer" version="1.0.288-preview.100" targetFramework="netnanoframework10" />
7+
<package id="nanoFramework.Iot.Device.DCMotor" version="1.0.288-preview.100" targetFramework="netnanoframework10" />
8+
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.0.288-preview.99" targetFramework="netnanoframework10" />
9+
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.0.288-preview.99" targetFramework="netnanoframework10" />
1010
<package id="nanoFramework.Runtime.Events" version="1.10.0-preview.13" targetFramework="netnanoframework10" />
1111
<package id="nanoFramework.System.Device.Adc" version="1.0.2-preview.13" targetFramework="netnanoframework10" />
1212
<package id="nanoFramework.System.Device.Gpio" version="1.0.3-preview.18" targetFramework="netnanoframework10" />
1313
<package id="nanoFramework.System.Device.I2c" version="1.0.3-preview.13" targetFramework="netnanoframework10" />
14-
<package id="nanoFramework.System.Device.Model" version="1.0.288-preview.97" targetFramework="netnanoframework10" />
14+
<package id="nanoFramework.System.Device.Model" version="1.0.288-preview.99" targetFramework="netnanoframework10" />
1515
<package id="nanoFramework.System.Device.Pwm" version="1.0.1-preview.13" targetFramework="netnanoframework10" />
1616
<package id="nanoFramework.System.Math" version="1.4.4-preview.22" targetFramework="netnanoframework10" />
1717
<package id="Nerdbank.GitVersioning" version="3.4.244" targetFramework="netnanoframework10" developmentDependency="true" />

0 commit comments

Comments
 (0)