Skip to content

Commit 4edb2b6

Browse files
committed
nugetize level 2 drivers
1 parent 29fa379 commit 4edb2b6

File tree

17 files changed

+19
-19
lines changed

17 files changed

+19
-19
lines changed

Source/Meadow.Foundation.Libraries_and_Frameworks/DataLoggers.AdafruitIO/Driver/DataLoggers.AdafruitIO.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
<ItemGroup>
1919
<None Include="..\..\..\icon.png" Pack="true" PackagePath="" />
2020
<PackageReference Include="Meadow.Foundation" Version="0.*" />
21-
<ProjectReference Include="..\..\DataLoggers.SensorReading\Driver\DataLoggers.SensorReading.csproj" />
21+
<PackageReference Include="Meadow.Foundation.DataLoggers.SensorReading" Version="0.*" />
2222
</ItemGroup>
2323
</Project>

Source/Meadow.Foundation.Libraries_and_Frameworks/Displays.TextDisplayMenu/Driver/Displays.TextDisplayMenu.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<None Include="..\..\..\icon.png" Pack="true" PackagePath="" />
2020
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
2121
<PackageReference Include="Meadow.Foundation" Version="0.*" />
22-
<ProjectReference Include="..\..\Graphics.MicroGraphics\Driver\Graphics.MicroGraphics.csproj" />
22+
<PackageReference Include="Meadow.Foundation.Graphics.MicroGraphics" Version="0.*" />
2323
</ItemGroup>
2424
</Project>

Source/Meadow.Foundation.Peripherals/Displays.Led.FourDigitSevenSegment/Driver/Displays.Led.FourDigitSevenSegment.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818
<ItemGroup>
1919
<PackageReference Include="Meadow.Foundation" Version="0.*" />
20-
<ProjectReference Include="..\..\Displays.Led.SevenSegment\Driver\Displays.Led.SevenSegment.csproj" />
20+
<PackageReference Include="Meadow.Foundation.Displays.Led.SevenSegment" Version="0.*" />
2121
<None Include="..\..\..\icon.png" Pack="true" PackagePath="" />
2222
</ItemGroup>
2323
</Project>

Source/Meadow.Foundation.Peripherals/Displays.Max7219/Driver/Displays.Max7219.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
</PropertyGroup>
1818
<ItemGroup>
1919
<None Include="..\..\..\icon.png" Pack="true" PackagePath="" />
20-
<ProjectReference Include="..\..\..\Meadow.Foundation.Libraries_and_Frameworks\Graphics.MicroGraphics\Driver\Graphics.MicroGraphics.csproj" />
20+
<PackageReference Include="Meadow.Foundation.Graphics.MicroGraphics" Version="0.*" />
2121
</ItemGroup>
2222
</Project>

Source/Meadow.Foundation.Peripherals/Displays.Pcd8544/Driver/Displays.Pcd8544.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
<ItemGroup>
1919
<PackageReference Include="Meadow.Foundation" Version="0.*" />
2020
<None Include="..\..\..\icon.png" Pack="true" PackagePath="" />
21-
<ProjectReference Include="..\..\..\Meadow.Foundation.Libraries_and_Frameworks\Graphics.MicroGraphics\Driver\Graphics.MicroGraphics.csproj" />
21+
<PackageReference Include="Meadow.Foundation.Graphics.MicroGraphics" Version="0.*" />
2222
</ItemGroup>
2323
</Project>

Source/Meadow.Foundation.Peripherals/Displays.Ssd130x/Driver/Displays.Ssd130x.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818
<ItemGroup>
1919
<PackageReference Include="Meadow.Foundation" Version="0.*" />
20-
<ProjectReference Include="..\..\..\Meadow.Foundation.Libraries_and_Frameworks\Graphics.MicroGraphics\Driver\Graphics.MicroGraphics.csproj" />
20+
<PackageReference Include="Meadow.Foundation.Graphics.MicroGraphics" Version="0.*" />
2121
<None Include="..\..\..\icon.png" Pack="true" PackagePath="" />
2222
</ItemGroup>
2323
</Project>

Source/Meadow.Foundation.Peripherals/Displays.Ssd1327/Driver/Displays.Ssd1327.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
<ItemGroup>
1919
<PackageReference Include="Meadow.Foundation" Version="0.*" />
2020
<None Include="..\..\..\icon.png" Pack="true" PackagePath="" />
21-
<ProjectReference Include="..\..\..\Meadow.Foundation.Libraries_and_Frameworks\Graphics.MicroGraphics\Driver\Graphics.MicroGraphics.csproj" />
21+
<PackageReference Include="Meadow.Foundation.Graphics.MicroGraphics" Version="0.*" />
2222
</ItemGroup>
2323
</Project>

Source/Meadow.Foundation.Peripherals/Displays.St7565/Driver/Displays.St7565.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
<ItemGroup>
1919
<PackageReference Include="Meadow.Foundation" Version="0.*" />
2020
<None Include="..\..\..\icon.png" Pack="true" PackagePath="" />
21-
<ProjectReference Include="..\..\..\Meadow.Foundation.Libraries_and_Frameworks\Graphics.MicroGraphics\Driver\Graphics.MicroGraphics.csproj" />
21+
<PackageReference Include="Meadow.Foundation.Graphics.MicroGraphics" Version="0.*" />
2222
</ItemGroup>
2323
</Project>

Source/Meadow.Foundation.Peripherals/Displays.TftSpi/Driver/Displays.TftSpi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
<ItemGroup>
1919
<PackageReference Include="Meadow.Foundation" Version="0.*" />
2020
<None Include="..\..\..\icon.png" Pack="true" PackagePath="" />
21-
<ProjectReference Include="..\..\..\Meadow.Foundation.Libraries_and_Frameworks\Graphics.MicroGraphics\Driver\Graphics.MicroGraphics.csproj" />
21+
<PackageReference Include="Meadow.Foundation.Graphics.MicroGraphics" Version="0.*" />
2222
</ItemGroup>
2323
</Project>

Source/Meadow.Foundation.Peripherals/Displays.Tm1637/Driver/Displays.Tm1637.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
<ItemGroup>
1919
<PackageReference Include="Meadow.Foundation" Version="0.*" />
2020
<None Include="..\..\..\icon.png" Pack="true" PackagePath="" />
21-
<ProjectReference Include="..\..\..\Meadow.Foundation.Libraries_and_Frameworks\Graphics.MicroGraphics\Driver\Graphics.MicroGraphics.csproj" />
21+
<PackageReference Include="Meadow.Foundation.Graphics.MicroGraphics" Version="0.*" />
2222
</ItemGroup>
2323
</Project>

Source/Meadow.Foundation.Peripherals/Displays.ePaper/Driver/Displays.ePaper.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
<ItemGroup>
1919
<None Include="..\..\..\icon.png" Pack="true" PackagePath="" />
2020
<PackageReference Include="Meadow.Foundation" Version="0.*" />
21-
<ProjectReference Include="..\..\..\Meadow.Foundation.Libraries_and_Frameworks\Graphics.MicroGraphics\Driver\Graphics.MicroGraphics.csproj" />
21+
<PackageReference Include="Meadow.Foundation.Graphics.MicroGraphics" Version="0.*" />
2222
</ItemGroup>
2323
</Project>

Source/Meadow.Foundation.Peripherals/Displays.ePaperWaveShare/Driver/Displays.ePaperWaveShare.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<ItemGroup>
1919
<None Include="..\..\..\icon.png" Pack="true" PackagePath="" />
2020
<PackageReference Include="Meadow.Foundation" Version="0.*" />
21-
<ProjectReference Include="..\..\..\Meadow.Foundation.Libraries_and_Frameworks\Graphics.MicroGraphics\Driver\Graphics.MicroGraphics.csproj" />
22-
<ProjectReference Include="..\..\Displays.ePaper\Driver\Displays.ePaper.csproj" />
21+
<PackageReference Include="Meadow.Foundation.Graphics.MicroGraphics" Version="0.*" />
22+
<PackageReference Include="Meadow.Foundation.Displays.ePaper" Version="0.*" />
2323
</ItemGroup>
2424
</Project>

Source/Meadow.Foundation.Peripherals/ICs.IOExpanders.As1115/Driver/ICs.IOExpanders.As1115.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
<ItemGroup>
1919
<None Include="..\..\..\icon.png" Pack="true" PackagePath="" />
2020
<PackageReference Include="Meadow.Foundation" Version="0.*" />
21-
<ProjectReference Include="..\..\..\Meadow.Foundation.Libraries_and_Frameworks\Graphics.MicroGraphics\Driver\Graphics.MicroGraphics.csproj" />
21+
<PackageReference Include="Meadow.Foundation.Graphics.MicroGraphics" Version="0.*" />
2222
</ItemGroup>
2323
</Project>

Source/Meadow.Foundation.Peripherals/ICs.IOExpanders.SerialWombat/Driver/ICs.IOExpanders.SerialWombat.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</ItemGroup>
2222
<ItemGroup>
2323
<PackageReference Include="Meadow.Foundation" Version="0.*" />
24-
<ProjectReference Include="..\..\Sensors.Distance.Hcsr04\Driver\Sensors.Distance.Hcsr04.csproj" />
25-
<ProjectReference Include="..\..\Servos.ServoCore\Driver\Servos.ServoCore.csproj" />
24+
<PackageReference Include="Meadow.Foundation.Sensors.Distance.Hcsr04" Version="0.*" />
25+
<PackageReference Include="Meadow.Foundation.Servos.ServoCore" Version="0.*" />
2626
</ItemGroup>
2727
</Project>

Source/Meadow.Foundation.Peripherals/Sensors.Gnss.Mt3339/Driver/Sensors.Gnss.Mt3339.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</PropertyGroup>
2525
<ItemGroup>
2626
<PackageReference Include="Meadow.Foundation" Version="0.*" />
27-
<ProjectReference Include="..\..\..\Meadow.Foundation.Libraries_and_Frameworks\Sensors.Location.Gnss.NmeaProcessor\Driver\Sensors.Location.Gnss.NmeaProcessor.csproj" />
27+
<PackageReference Include="Meadow.Foundation.Sensors.Location.Gnss.NmeaProcessor" Version="0.*" />
2828
<None Include="..\..\..\icon.png" Pack="true" PackagePath="" />
2929
</ItemGroup>
3030
</Project>

Source/Meadow.Foundation.Peripherals/Sensors.Gnss.NeoM8/Driver/Sensors.Gnss.NeoM8.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
<ItemGroup>
1919
<None Include="..\..\..\icon.png" Pack="true" PackagePath="" />
2020
<PackageReference Include="Meadow.Foundation" Version="0.*" />
21-
<ProjectReference Include="..\..\..\Meadow.Foundation.Libraries_and_Frameworks\Sensors.Location.Gnss.NmeaProcessor\Driver\Sensors.Location.Gnss.NmeaProcessor.csproj" />
21+
<PackageReference Include="Meadow.Foundation.Sensors.Location.Gnss.NmeaProcessor" Version="0.*" />
2222
</ItemGroup>
2323
</Project>

Source/Meadow.Foundation.Peripherals/Sensors.Hid.Tsc2004/Driver/Sensors.Hid.Tsc2004.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
<ItemGroup>
1919
<None Include="..\..\..\icon.png" Pack="true" PackagePath="" />
2020
<PackageReference Include="Meadow.Foundation" Version="0.*" />
21-
<ProjectReference Include="..\..\..\Meadow.Foundation.Libraries_and_Frameworks\Graphics.MicroGraphics\Driver\Graphics.MicroGraphics.csproj" />
21+
<PackageReference Include="Meadow.Foundation.Graphics.MicroGraphics" Version="0.*" />
2222
</ItemGroup>
2323
</Project>

0 commit comments

Comments
 (0)