Skip to content

Commit

Permalink
Update 6 NuGet dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nfbot authored Dec 19, 2024
1 parent 05f74f1 commit 3783dff
Show file tree
Hide file tree
Showing 7 changed files with 66 additions and 66 deletions.
12 changes: 6 additions & 6 deletions Tests/MagicBitTestApp/MagicBitTestApp.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Iot.Device.Button, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.673\lib\Iot.Device.Button.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.696\lib\Iot.Device.Button.dll</HintPath>
</Reference>
<Reference Include="Iot.Device.Buzzer, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Buzzer.1.2.673\lib\Iot.Device.Buzzer.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.Buzzer.1.2.696\lib\Iot.Device.Buzzer.dll</HintPath>
</Reference>
<Reference Include="Iot.Device.DCMotor, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.DCMotor.1.2.673\lib\Iot.Device.DCMotor.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.DCMotor.1.2.696\lib\Iot.Device.DCMotor.dll</HintPath>
</Reference>
<Reference Include="Iot.Device.ServoMotor, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.ServoMotor.1.2.673\lib\Iot.Device.ServoMotor.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.ServoMotor.1.2.696\lib\Iot.Device.ServoMotor.dll</HintPath>
</Reference>
<Reference Include="Iot.Device.Ssd13xx, Version=1.3.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Ssd13xx.1.3.487\lib\Iot.Device.Ssd13xx.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.Ssd13xx.1.3.510\lib\Iot.Device.Ssd13xx.dll</HintPath>
</Reference>
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>
Expand All @@ -55,7 +55,7 @@
<HintPath>..\..\packages\nanoFramework.System.Device.I2c.1.1.16\lib\System.Device.I2c.dll</HintPath>
</Reference>
<Reference Include="System.Device.Model, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.System.Device.Model.1.2.670\lib\System.Device.Model.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.System.Device.Model.1.2.693\lib\System.Device.Model.dll</HintPath>
</Reference>
<Reference Include="System.Device.Pwm, Version=1.1.10.32951, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.System.Device.Pwm.1.1.10\lib\System.Device.Pwm.dll</HintPath>
Expand Down
12 changes: 6 additions & 6 deletions Tests/MagicBitTestApp/packages.config
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Button" version="1.2.673" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.673" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.DCMotor" version="1.2.673" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.2.673" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.3.487" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Button" version="1.2.696" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.696" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.DCMotor" version="1.2.696" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.2.696" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.3.510" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Events" version="1.11.18" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Adc" version="1.1.11" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Gpio" version="1.1.41" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.I2c" version="1.1.16" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Model" version="1.2.670" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Model" version="1.2.693" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Pwm" version="1.1.10" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Math" version="1.5.43" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Threading" version="1.1.32" targetFramework="netnano1.0" />
Expand Down
36 changes: 18 additions & 18 deletions Tests/MagicBitTestApp/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,33 @@
},
"nanoFramework.Iot.Device.Button": {
"type": "Direct",
"requested": "[1.2.673, 1.2.673]",
"resolved": "1.2.673",
"contentHash": "SyCGRGjAJapSCvm1SoSaWbpPRa3yTrXyRD8QLMleiHpOqdU1ejRyeOpsUxP7kgZz8nsFPU5szjm7vutekYCsJQ=="
"requested": "[1.2.696, 1.2.696]",
"resolved": "1.2.696",
"contentHash": "a5vZmkTtJ07DGOM3CQfBE1eXKVlyzT+SegJDq7YSepazVSk7VFfThSaNs2mLgfBlR5wLFLszFxnVd3rWnz3d/w=="
},
"nanoFramework.Iot.Device.Buzzer": {
"type": "Direct",
"requested": "[1.2.673, 1.2.673]",
"resolved": "1.2.673",
"contentHash": "vxx22Pt4xgAsFUBEyG8t+IMKexuW5YNa44PN7QFn3XoaB/ZGghWCmoNoLyQNSl0YU/Or8v50gOpmGP/ts8RvbQ=="
"requested": "[1.2.696, 1.2.696]",
"resolved": "1.2.696",
"contentHash": "AW8OUDJo7khWjE5Wox25xYL9j/zohAC2j9xvwpjqB9HuYApA03WiuiDTgJVaxjud+LIEEslHU9OOsunpYMRFpg=="
},
"nanoFramework.Iot.Device.DCMotor": {
"type": "Direct",
"requested": "[1.2.673, 1.2.673]",
"resolved": "1.2.673",
"contentHash": "t/RE6Aq8XL34b2PHjv8dzqJA2Nqc9+qHnsT8KPFdFSFy1nTrD+yP1Fyi+uQ5tGpudBjrmvCIUQBAnO5P/gnwEQ=="
"requested": "[1.2.696, 1.2.696]",
"resolved": "1.2.696",
"contentHash": "ifCtefhBIH/VcCoK2bRAP3O0555vOzfqBwtJKv9I6DA8b2ppgj81nrFwM5Lz2u8exYmaLyZHi1kI0TJqhXPUPQ=="
},
"nanoFramework.Iot.Device.ServoMotor": {
"type": "Direct",
"requested": "[1.2.673, 1.2.673]",
"resolved": "1.2.673",
"contentHash": "z3sLzbHJT1rDzpgbrfiFMSWns/lECtaZIulRwa/W3Dzq4h1ott8YfEVKUr137d6ZkgnSn0FlgkQ1J64Ud+WrvQ=="
"requested": "[1.2.696, 1.2.696]",
"resolved": "1.2.696",
"contentHash": "QfBiaeKfWaAl4fBdzwqDsAUjmEe+hqtZHAybtXfkjQq9tTM2SijOhhuV8IhPPLw8PS/w2RPZqCLP+QEzh9M8UQ=="
},
"nanoFramework.Iot.Device.Ssd13xx": {
"type": "Direct",
"requested": "[1.3.487, 1.3.487]",
"resolved": "1.3.487",
"contentHash": "mW4ztfVLAewBH7p2o7iZjc4mC09Y4lWLPcKaGgsMwdrshJxszmSdper4g5UDzyDfJul5T5gs2o9SgUv1svh4FQ=="
"requested": "[1.3.510, 1.3.510]",
"resolved": "1.3.510",
"contentHash": "sW1I4ChfW0VJzG9Lj6/IL9/qwkjcHCKkfO+bvlHSEbn7sL+dyM5n74hC52CktY894KnFbU2k3o8cHo8Wbz8Nbw=="
},
"nanoFramework.Runtime.Events": {
"type": "Direct",
Expand Down Expand Up @@ -64,9 +64,9 @@
},
"nanoFramework.System.Device.Model": {
"type": "Direct",
"requested": "[1.2.670, 1.2.670]",
"resolved": "1.2.670",
"contentHash": "apWQFnzxf2b+nIKoIlJ+eR3mstqEDqqgTiJ+0LbQ0s/brqIBNWkC6hxipDfmi/yQ2lfwCnvs+vs103l05x7DxA=="
"requested": "[1.2.693, 1.2.693]",
"resolved": "1.2.693",
"contentHash": "qqtaeVyJar8vCSV9NdOluPs9DbcCM/j2xH8PDbzbOQXnKJ25+2s2hr48OHvmf1m+FUnXYXRHupf5qhWiB4mSUw=="
},
"nanoFramework.System.Device.Pwm": {
"type": "Direct",
Expand Down
12 changes: 6 additions & 6 deletions nanoFramework.MagicBit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.15.5" />
<dependency id="nanoFramework.Hardware.Esp32" version="1.6.23" />
<dependency id="nanoFramework.Iot.Device.Button" version="1.2.673" />
<dependency id="nanoFramework.Iot.Device.Buzzer" version="1.2.673" />
<dependency id="nanoFramework.Iot.Device.DCMotor" version="1.2.673" />
<dependency id="nanoFramework.Iot.Device.ServoMotor" version="1.2.673" />
<dependency id="nanoFramework.Iot.Device.Ssd13xx" version="1.3.487" />
<dependency id="nanoFramework.Iot.Device.Button" version="1.2.696" />
<dependency id="nanoFramework.Iot.Device.Buzzer" version="1.2.696" />
<dependency id="nanoFramework.Iot.Device.DCMotor" version="1.2.696" />
<dependency id="nanoFramework.Iot.Device.ServoMotor" version="1.2.696" />
<dependency id="nanoFramework.Iot.Device.Ssd13xx" version="1.3.510" />
<dependency id="nanoFramework.System.Device.Adc" version="1.1.11" />
<dependency id="nanoFramework.System.Device.Gpio" version="1.1.41" />
<dependency id="nanoFramework.System.Device.I2c" version="1.1.16" />
<dependency id="nanoFramework.System.Device.Model" version="1.2.670" />
<dependency id="nanoFramework.System.Device.Model" version="1.2.693" />
<dependency id="nanoFramework.System.Device.Pwm" version="1.1.10" />
<dependency id="nanoFramework.System.Math" version="1.5.43" />
<dependency id="UnitsNet.nanoFramework.Frequency" version="5.61.0" />
Expand Down
12 changes: 6 additions & 6 deletions nanoFramework.MagicBit/nanoFramework.MagicBit.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Iot.Device.Button, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Iot.Device.Button.1.2.673\lib\Iot.Device.Button.dll</HintPath>
<HintPath>..\packages\nanoFramework.Iot.Device.Button.1.2.696\lib\Iot.Device.Button.dll</HintPath>
</Reference>
<Reference Include="Iot.Device.Buzzer, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Iot.Device.Buzzer.1.2.673\lib\Iot.Device.Buzzer.dll</HintPath>
<HintPath>..\packages\nanoFramework.Iot.Device.Buzzer.1.2.696\lib\Iot.Device.Buzzer.dll</HintPath>
</Reference>
<Reference Include="Iot.Device.DCMotor, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Iot.Device.DCMotor.1.2.673\lib\Iot.Device.DCMotor.dll</HintPath>
<HintPath>..\packages\nanoFramework.Iot.Device.DCMotor.1.2.696\lib\Iot.Device.DCMotor.dll</HintPath>
</Reference>
<Reference Include="Iot.Device.ServoMotor, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Iot.Device.ServoMotor.1.2.673\lib\Iot.Device.ServoMotor.dll</HintPath>
<HintPath>..\packages\nanoFramework.Iot.Device.ServoMotor.1.2.696\lib\Iot.Device.ServoMotor.dll</HintPath>
</Reference>
<Reference Include="Iot.Device.Ssd13xx, Version=1.3.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Iot.Device.Ssd13xx.1.3.487\lib\Iot.Device.Ssd13xx.dll</HintPath>
<HintPath>..\packages\nanoFramework.Iot.Device.Ssd13xx.1.3.510\lib\Iot.Device.Ssd13xx.dll</HintPath>
</Reference>
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>
Expand All @@ -63,7 +63,7 @@
<HintPath>..\packages\nanoFramework.System.Device.I2c.1.1.16\lib\System.Device.I2c.dll</HintPath>
</Reference>
<Reference Include="System.Device.Model, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.System.Device.Model.1.2.670\lib\System.Device.Model.dll</HintPath>
<HintPath>..\packages\nanoFramework.System.Device.Model.1.2.693\lib\System.Device.Model.dll</HintPath>
</Reference>
<Reference Include="System.Device.Pwm, Version=1.1.10.32951, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.System.Device.Pwm.1.1.10\lib\System.Device.Pwm.dll</HintPath>
Expand Down
12 changes: 6 additions & 6 deletions nanoFramework.MagicBit/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<packages>
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
<package id="nanoFramework.Hardware.Esp32" version="1.6.23" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Button" version="1.2.673" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.673" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.DCMotor" version="1.2.673" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.2.673" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.3.487" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Button" version="1.2.696" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.696" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.DCMotor" version="1.2.696" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.2.696" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.3.510" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Events" version="1.11.18" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Adc" version="1.1.11" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Gpio" version="1.1.41" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.I2c" version="1.1.16" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Model" version="1.2.670" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Model" version="1.2.693" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Pwm" version="1.1.10" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Math" version="1.5.43" targetFramework="netnano1.0" />
<package id="Nerdbank.GitVersioning" version="3.7.112" targetFramework="netnano1.0" developmentDependency="true" />
Expand Down
36 changes: 18 additions & 18 deletions nanoFramework.MagicBit/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,33 @@
},
"nanoFramework.Iot.Device.Button": {
"type": "Direct",
"requested": "[1.2.673, 1.2.673]",
"resolved": "1.2.673",
"contentHash": "SyCGRGjAJapSCvm1SoSaWbpPRa3yTrXyRD8QLMleiHpOqdU1ejRyeOpsUxP7kgZz8nsFPU5szjm7vutekYCsJQ=="
"requested": "[1.2.696, 1.2.696]",
"resolved": "1.2.696",
"contentHash": "a5vZmkTtJ07DGOM3CQfBE1eXKVlyzT+SegJDq7YSepazVSk7VFfThSaNs2mLgfBlR5wLFLszFxnVd3rWnz3d/w=="
},
"nanoFramework.Iot.Device.Buzzer": {
"type": "Direct",
"requested": "[1.2.673, 1.2.673]",
"resolved": "1.2.673",
"contentHash": "vxx22Pt4xgAsFUBEyG8t+IMKexuW5YNa44PN7QFn3XoaB/ZGghWCmoNoLyQNSl0YU/Or8v50gOpmGP/ts8RvbQ=="
"requested": "[1.2.696, 1.2.696]",
"resolved": "1.2.696",
"contentHash": "AW8OUDJo7khWjE5Wox25xYL9j/zohAC2j9xvwpjqB9HuYApA03WiuiDTgJVaxjud+LIEEslHU9OOsunpYMRFpg=="
},
"nanoFramework.Iot.Device.DCMotor": {
"type": "Direct",
"requested": "[1.2.673, 1.2.673]",
"resolved": "1.2.673",
"contentHash": "t/RE6Aq8XL34b2PHjv8dzqJA2Nqc9+qHnsT8KPFdFSFy1nTrD+yP1Fyi+uQ5tGpudBjrmvCIUQBAnO5P/gnwEQ=="
"requested": "[1.2.696, 1.2.696]",
"resolved": "1.2.696",
"contentHash": "ifCtefhBIH/VcCoK2bRAP3O0555vOzfqBwtJKv9I6DA8b2ppgj81nrFwM5Lz2u8exYmaLyZHi1kI0TJqhXPUPQ=="
},
"nanoFramework.Iot.Device.ServoMotor": {
"type": "Direct",
"requested": "[1.2.673, 1.2.673]",
"resolved": "1.2.673",
"contentHash": "z3sLzbHJT1rDzpgbrfiFMSWns/lECtaZIulRwa/W3Dzq4h1ott8YfEVKUr137d6ZkgnSn0FlgkQ1J64Ud+WrvQ=="
"requested": "[1.2.696, 1.2.696]",
"resolved": "1.2.696",
"contentHash": "QfBiaeKfWaAl4fBdzwqDsAUjmEe+hqtZHAybtXfkjQq9tTM2SijOhhuV8IhPPLw8PS/w2RPZqCLP+QEzh9M8UQ=="
},
"nanoFramework.Iot.Device.Ssd13xx": {
"type": "Direct",
"requested": "[1.3.487, 1.3.487]",
"resolved": "1.3.487",
"contentHash": "mW4ztfVLAewBH7p2o7iZjc4mC09Y4lWLPcKaGgsMwdrshJxszmSdper4g5UDzyDfJul5T5gs2o9SgUv1svh4FQ=="
"requested": "[1.3.510, 1.3.510]",
"resolved": "1.3.510",
"contentHash": "sW1I4ChfW0VJzG9Lj6/IL9/qwkjcHCKkfO+bvlHSEbn7sL+dyM5n74hC52CktY894KnFbU2k3o8cHo8Wbz8Nbw=="
},
"nanoFramework.Runtime.Events": {
"type": "Direct",
Expand Down Expand Up @@ -70,9 +70,9 @@
},
"nanoFramework.System.Device.Model": {
"type": "Direct",
"requested": "[1.2.670, 1.2.670]",
"resolved": "1.2.670",
"contentHash": "apWQFnzxf2b+nIKoIlJ+eR3mstqEDqqgTiJ+0LbQ0s/brqIBNWkC6hxipDfmi/yQ2lfwCnvs+vs103l05x7DxA=="
"requested": "[1.2.693, 1.2.693]",
"resolved": "1.2.693",
"contentHash": "qqtaeVyJar8vCSV9NdOluPs9DbcCM/j2xH8PDbzbOQXnKJ25+2s2hr48OHvmf1m+FUnXYXRHupf5qhWiB4mSUw=="
},
"nanoFramework.System.Device.Pwm": {
"type": "Direct",
Expand Down

0 comments on commit 3783dff

Please sign in to comment.