Skip to content

Commit 8b49723

Browse files
Update 2 NuGet dependencies
1 parent 4992dbb commit 8b49723

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

Tests/MagicBitTestApp/MagicBitTestApp.nfproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<Compile Include="Properties\AssemblyInfo.cs" />
2323
</ItemGroup>
2424
<ItemGroup>
25-
<Reference Include="Iot.Device.Button, Version=1.1.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
26-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.1.113.2032\lib\Iot.Device.Button.dll</HintPath>
25+
<Reference Include="Iot.Device.Button, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
26+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.32\lib\Iot.Device.Button.dll</HintPath>
2727
<Private>True</Private>
2828
</Reference>
2929
<Reference Include="Iot.Device.Buzzer, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
30-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Buzzer.1.2.28\lib\Iot.Device.Buzzer.dll</HintPath>
30+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Buzzer.1.2.32\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">

Tests/MagicBitTestApp/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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.113.2032" targetFramework="netnanoframework10" />
5-
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.28" targetFramework="netnanoframework10" />
4+
<package id="nanoFramework.Iot.Device.Button" version="1.2.32" targetFramework="netnanoframework10" />
5+
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.32" targetFramework="netnanoframework10" />
66
<package id="nanoFramework.Iot.Device.DCMotor" version="1.1.113.2032" targetFramework="netnanoframework10" />
77
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.1.113.2032" targetFramework="netnanoframework10" />
88
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.2.3" targetFramework="netnanoframework10" />

nanoFramework.MagicBit.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<dependencies>
2121
<dependency id="nanoFramework.CoreLibrary" version="1.12.0" />
2222
<dependency id="nanoFramework.Hardware.Esp32" version="1.3.6.7" />
23-
<dependency id="nanoFramework.Iot.Device.Button" version="1.1.113.2032" />
24-
<dependency id="nanoFramework.Iot.Device.Buzzer" version="1.2.28" />
23+
<dependency id="nanoFramework.Iot.Device.Button" version="1.2.32" />
24+
<dependency id="nanoFramework.Iot.Device.Buzzer" version="1.2.32" />
2525
<dependency id="nanoFramework.Iot.Device.DCMotor" version="1.1.113.2032" />
2626
<dependency id="nanoFramework.Iot.Device.ServoMotor" version="1.1.113.2032" />
2727
<dependency id="nanoFramework.Iot.Device.Ssd13xx" version="1.2.3" />

nanoFramework.MagicBit/nanoFramework.MagicBit.nfproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
<Compile Include="Screen.cs" />
2727
</ItemGroup>
2828
<ItemGroup>
29-
<Reference Include="Iot.Device.Button, Version=1.1.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
30-
<HintPath>..\packages\nanoFramework.Iot.Device.Button.1.1.113.2032\lib\Iot.Device.Button.dll</HintPath>
29+
<Reference Include="Iot.Device.Button, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
30+
<HintPath>..\packages\nanoFramework.Iot.Device.Button.1.2.32\lib\Iot.Device.Button.dll</HintPath>
3131
<Private>True</Private>
3232
</Reference>
3333
<Reference Include="Iot.Device.Buzzer, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
34-
<HintPath>..\packages\nanoFramework.Iot.Device.Buzzer.1.2.28\lib\Iot.Device.Buzzer.dll</HintPath>
34+
<HintPath>..\packages\nanoFramework.Iot.Device.Buzzer.1.2.32\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">

nanoFramework.MagicBit/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.12.0" targetFramework="netnanoframework10" />
44
<package id="nanoFramework.Hardware.Esp32" version="1.3.6.7" targetFramework="netnanoframework10" />
5-
<package id="nanoFramework.Iot.Device.Button" version="1.1.113.2032" targetFramework="netnanoframework10" />
6-
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.28" targetFramework="netnanoframework10" />
5+
<package id="nanoFramework.Iot.Device.Button" version="1.2.32" targetFramework="netnanoframework10" />
6+
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.32" targetFramework="netnanoframework10" />
77
<package id="nanoFramework.Iot.Device.DCMotor" version="1.1.113.2032" targetFramework="netnanoframework10" />
88
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.1.113.2032" targetFramework="netnanoframework10" />
99
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.2.3" targetFramework="netnanoframework10" />

0 commit comments

Comments
 (0)