Skip to content

Commit 546744d

Browse files
Update 2 NuGet dependencies
1 parent 7358743 commit 546744d

File tree

13 files changed

+24
-24
lines changed

13 files changed

+24
-24
lines changed

Tests/M5Core2TestApp/M5Core2TestApp.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636
<Private>True</Private>
3737
</Reference>
3838
<Reference Include="Iot.Device.Common.NumberHelper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
39-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Common.NumberHelper.1.0.288-preview.99\lib\Iot.Device.Common.NumberHelper.dll</HintPath>
39+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Common.NumberHelper.1.0.289-preview.1\lib\Iot.Device.Common.NumberHelper.dll</HintPath>
4040
<Private>True</Private>
4141
</Reference>
4242
<Reference Include="Iot.Device.Mpu6886, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
4343
<HintPath>..\..\packages\nanoFramework.Iot.Device.Mpu6886.1.0.288-preview.106\lib\Iot.Device.Mpu6886.dll</HintPath>
4444
<Private>True</Private>
4545
</Reference>
4646
<Reference Include="Iot.Device.Rtc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
47-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Rtc.1.0.288-preview.103\lib\Iot.Device.Rtc.dll</HintPath>
47+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Rtc.1.0.288-preview.112\lib\Iot.Device.Rtc.dll</HintPath>
4848
<Private>True</Private>
4949
</Reference>
5050
<Reference Include="mscorlib, Version=1.12.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">

Tests/M5Core2TestApp/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<package id="nanoFramework.Iot.Device.Axp192" version="1.0.288-preview.103" targetFramework="netnanoframework10" />
77
<package id="nanoFramework.Iot.Device.Bmm150" version="1.0.288-preview.106" targetFramework="netnanoframework10" />
88
<package id="nanoFramework.Iot.Device.Button" version="1.0.289-preview.1" targetFramework="netnanoframework10" />
9-
<package id="nanoFramework.Iot.Device.Common.NumberHelper" version="1.0.288-preview.99" targetFramework="netnanoframework10" />
9+
<package id="nanoFramework.Iot.Device.Common.NumberHelper" version="1.0.289-preview.1" targetFramework="netnanoframework10" />
1010
<package id="nanoFramework.Iot.Device.Mpu6886" version="1.0.288-preview.106" targetFramework="netnanoframework10" />
11-
<package id="nanoFramework.Iot.Device.Rtc" version="1.0.288-preview.103" targetFramework="netnanoframework10" />
11+
<package id="nanoFramework.Iot.Device.Rtc" version="1.0.288-preview.112" targetFramework="netnanoframework10" />
1212
<package id="nanoFramework.ResourceManager" version="1.1.4-preview.13" targetFramework="netnanoframework10" />
1313
<package id="nanoFramework.Runtime.Events" version="1.10.0-preview.13" targetFramework="netnanoframework10" />
1414
<package id="nanoFramework.Runtime.Native" version="1.5.4-preview.10" targetFramework="netnanoframework10" />

Tests/M5StickTestApp/M5StickTestApp.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
<Private>True</Private>
3333
</Reference>
3434
<Reference Include="Iot.Device.Common.NumberHelper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
35-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Common.NumberHelper.1.0.288-preview.99\lib\Iot.Device.Common.NumberHelper.dll</HintPath>
35+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Common.NumberHelper.1.0.289-preview.1\lib\Iot.Device.Common.NumberHelper.dll</HintPath>
3636
<Private>True</Private>
3737
</Reference>
3838
<Reference Include="Iot.Device.Mpu6886, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
3939
<HintPath>..\..\packages\nanoFramework.Iot.Device.Mpu6886.1.0.288-preview.106\lib\Iot.Device.Mpu6886.dll</HintPath>
4040
<Private>True</Private>
4141
</Reference>
4242
<Reference Include="Iot.Device.Rtc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
43-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Rtc.1.0.288-preview.103\lib\Iot.Device.Rtc.dll</HintPath>
43+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Rtc.1.0.288-preview.112\lib\Iot.Device.Rtc.dll</HintPath>
4444
<Private>True</Private>
4545
</Reference>
4646
<Reference Include="mscorlib, Version=1.12.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">

Tests/M5StickTestApp/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<package id="nanoFramework.Hardware.Esp32.Rmt" version="1.2.2-preview.10" targetFramework="netnanoframework10" />
77
<package id="nanoFramework.Iot.Device.Axp192" version="1.0.288-preview.103" targetFramework="netnanoframework10" />
88
<package id="nanoFramework.Iot.Device.Button" version="1.0.289-preview.1" targetFramework="netnanoframework10" />
9-
<package id="nanoFramework.Iot.Device.Common.NumberHelper" version="1.0.288-preview.99" targetFramework="netnanoframework10" />
9+
<package id="nanoFramework.Iot.Device.Common.NumberHelper" version="1.0.289-preview.1" targetFramework="netnanoframework10" />
1010
<package id="nanoFramework.Iot.Device.Mpu6886" version="1.0.288-preview.106" targetFramework="netnanoframework10" />
11-
<package id="nanoFramework.Iot.Device.Rtc" version="1.0.288-preview.103" targetFramework="netnanoframework10" />
11+
<package id="nanoFramework.Iot.Device.Rtc" version="1.0.288-preview.112" targetFramework="netnanoframework10" />
1212
<package id="nanoFramework.ResourceManager" version="1.1.4-preview.13" targetFramework="netnanoframework10" />
1313
<package id="nanoFramework.Runtime.Events" version="1.10.0-preview.13" targetFramework="netnanoframework10" />
1414
<package id="nanoFramework.Runtime.Native" version="1.5.4-preview.10" targetFramework="netnanoframework10" />

nanoFramework.M5Core2.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
<dependency id="nanoFramework.Iot.Device.Axp192" version="1.0.288-preview.103" />
2525
<dependency id="nanoFramework.Iot.Device.Bmm150" version="1.0.288-preview.106" />
2626
<dependency id="nanoFramework.Iot.Device.Button" version="1.0.289-preview.1" />
27-
<dependency id="nanoFramework.Iot.Device.Common.NumberHelper" version="1.0.288-preview.99" />
27+
<dependency id="nanoFramework.Iot.Device.Common.NumberHelper" version="1.0.289-preview.1" />
2828
<dependency id="nanoFramework.Iot.Device.Ft6xx6x" version="1.0.21-preview.102" />
2929
<dependency id="nanoFramework.Iot.Device.Mpu6886" version="1.0.288-preview.106" />
30-
<dependency id="nanoFramework.Iot.Device.Rtc" version="1.0.288-preview.103" />
30+
<dependency id="nanoFramework.Iot.Device.Rtc" version="1.0.288-preview.112" />
3131
<dependency id="nanoFramework.System.Device.Adc" version="1.0.2-preview.13" />
3232
<dependency id="nanoFramework.System.Device.Dac" version="1.4.3-preview.13" />
3333
<dependency id="nanoFramework.System.Device.Pwm" version="1.0.1-preview.13" />

nanoFramework.M5Core2/nanoFramework.M5Core2.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<Private>True</Private>
4646
</Reference>
4747
<Reference Include="Iot.Device.Common.NumberHelper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
48-
<HintPath>..\packages\nanoFramework.Iot.Device.Common.NumberHelper.1.0.288-preview.99\lib\Iot.Device.Common.NumberHelper.dll</HintPath>
48+
<HintPath>..\packages\nanoFramework.Iot.Device.Common.NumberHelper.1.0.289-preview.1\lib\Iot.Device.Common.NumberHelper.dll</HintPath>
4949
<Private>True</Private>
5050
</Reference>
5151
<Reference Include="Iot.Device.Ft6xx6x, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
@@ -57,7 +57,7 @@
5757
<Private>True</Private>
5858
</Reference>
5959
<Reference Include="Iot.Device.Rtc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
60-
<HintPath>..\packages\nanoFramework.Iot.Device.Rtc.1.0.288-preview.103\lib\Iot.Device.Rtc.dll</HintPath>
60+
<HintPath>..\packages\nanoFramework.Iot.Device.Rtc.1.0.288-preview.112\lib\Iot.Device.Rtc.dll</HintPath>
6161
<Private>True</Private>
6262
</Reference>
6363
<Reference Include="mscorlib, Version=1.12.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">

nanoFramework.M5Core2/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<package id="nanoFramework.Iot.Device.Axp192" version="1.0.288-preview.103" targetFramework="netnanoframework10" />
77
<package id="nanoFramework.Iot.Device.Bmm150" version="1.0.288-preview.106" targetFramework="netnanoframework10" />
88
<package id="nanoFramework.Iot.Device.Button" version="1.0.289-preview.1" targetFramework="netnanoframework10" />
9-
<package id="nanoFramework.Iot.Device.Common.NumberHelper" version="1.0.288-preview.99" targetFramework="netnanoframework10" />
9+
<package id="nanoFramework.Iot.Device.Common.NumberHelper" version="1.0.289-preview.1" targetFramework="netnanoframework10" />
1010
<package id="nanoFramework.Iot.Device.Ft6xx6x" version="1.0.21-preview.102" targetFramework="netnanoframework10" />
1111
<package id="nanoFramework.Iot.Device.Mpu6886" version="1.0.288-preview.106" targetFramework="netnanoframework10" />
12-
<package id="nanoFramework.Iot.Device.Rtc" version="1.0.288-preview.103" targetFramework="netnanoframework10" />
12+
<package id="nanoFramework.Iot.Device.Rtc" version="1.0.288-preview.112" targetFramework="netnanoframework10" />
1313
<package id="nanoFramework.ResourceManager" version="1.1.4-preview.13" targetFramework="netnanoframework10" />
1414
<package id="nanoFramework.Runtime.Events" version="1.10.0-preview.13" targetFramework="netnanoframework10" />
1515
<package id="nanoFramework.Runtime.Native" version="1.5.4-preview.10" targetFramework="netnanoframework10" />

nanoFramework.M5StickC.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency id="nanoFramework.Iot.Device.Axp192" version="1.0.288-preview.103" />
2626
<dependency id="nanoFramework.Iot.Device.Button" version="1.0.289-preview.1" />
2727
<dependency id="nanoFramework.Iot.Device.Mpu6886" version="1.0.288-preview.106" />
28-
<dependency id="nanoFramework.Iot.Device.Rtc" version="1.0.288-preview.103" />
28+
<dependency id="nanoFramework.Iot.Device.Rtc" version="1.0.288-preview.112" />
2929
<dependency id="nanoFramework.System.Diagnostics.Stopwatch" version="1.0.289-preview.60" />
3030
<dependency id="UnitsNet.nanoFramework.ElectricCurrent" version="4.126.0" />
3131
<dependency id="UnitsNet.nanoFramework.ElectricPotential" version="4.126.0" />

nanoFramework.M5StickC/nanoFramework.M5StickC.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
<Private>True</Private>
3939
</Reference>
4040
<Reference Include="Iot.Device.Common.NumberHelper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
41-
<HintPath>..\packages\nanoFramework.Iot.Device.Common.NumberHelper.1.0.288-preview.99\lib\Iot.Device.Common.NumberHelper.dll</HintPath>
41+
<HintPath>..\packages\nanoFramework.Iot.Device.Common.NumberHelper.1.0.289-preview.1\lib\Iot.Device.Common.NumberHelper.dll</HintPath>
4242
<Private>True</Private>
4343
</Reference>
4444
<Reference Include="Iot.Device.Mpu6886, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
4545
<HintPath>..\packages\nanoFramework.Iot.Device.Mpu6886.1.0.288-preview.106\lib\Iot.Device.Mpu6886.dll</HintPath>
4646
<Private>True</Private>
4747
</Reference>
4848
<Reference Include="Iot.Device.Rtc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
49-
<HintPath>..\packages\nanoFramework.Iot.Device.Rtc.1.0.288-preview.103\lib\Iot.Device.Rtc.dll</HintPath>
49+
<HintPath>..\packages\nanoFramework.Iot.Device.Rtc.1.0.288-preview.112\lib\Iot.Device.Rtc.dll</HintPath>
5050
<Private>True</Private>
5151
</Reference>
5252
<Reference Include="mscorlib, Version=1.12.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">

nanoFramework.M5StickC/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<package id="nanoFramework.Hardware.Esp32.Rmt" version="1.2.2-preview.10" targetFramework="netnanoframework10" />
77
<package id="nanoFramework.Iot.Device.Axp192" version="1.0.288-preview.103" targetFramework="netnanoframework10" />
88
<package id="nanoFramework.Iot.Device.Button" version="1.0.289-preview.1" targetFramework="netnanoframework10" />
9-
<package id="nanoFramework.Iot.Device.Common.NumberHelper" version="1.0.288-preview.99" targetFramework="netnanoframework10" />
9+
<package id="nanoFramework.Iot.Device.Common.NumberHelper" version="1.0.289-preview.1" targetFramework="netnanoframework10" />
1010
<package id="nanoFramework.Iot.Device.Mpu6886" version="1.0.288-preview.106" targetFramework="netnanoframework10" />
11-
<package id="nanoFramework.Iot.Device.Rtc" version="1.0.288-preview.103" targetFramework="netnanoframework10" />
11+
<package id="nanoFramework.Iot.Device.Rtc" version="1.0.288-preview.112" targetFramework="netnanoframework10" />
1212
<package id="nanoFramework.ResourceManager" version="1.1.4-preview.13" targetFramework="netnanoframework10" />
1313
<package id="nanoFramework.Runtime.Events" version="1.10.0-preview.13" targetFramework="netnanoframework10" />
1414
<package id="nanoFramework.Runtime.Native" version="1.5.4-preview.10" targetFramework="netnanoframework10" />

0 commit comments

Comments
 (0)