Skip to content

Commit

Permalink
Merge pull request #37 from WildernessLabs/v1.8.0
Browse files Browse the repository at this point in the history
Release 1.8.0
  • Loading branch information
jorgedevs authored Jan 16, 2024
2 parents a7f2d27 + 27679f4 commit c59c4fd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageReference Include="sqlite-net-static" Version="1.8.116" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Meadow.Foundation.Graphics.MicroLayout" Version="1.7.0" />
<PackageReference Include="Meadow.Foundation.Graphics.MicroLayout" Version="1.8.0" />
<ProjectReference Include="..\..\GnssTracker\GnssTracker.csproj" />
</ItemGroup>
</Project>
14 changes: 7 additions & 7 deletions Source/GnssTracker/GnssTracker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<None Include="icon.png" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Meadow.F7" Version="1.7.0" />
<PackageReference Include="Meadow.Foundation" Version="1.7.0" />
<PackageReference Include="Meadow.Foundation.Displays.ePaper" Version="1.7.0" />
<PackageReference Include="Meadow.Foundation.Sensors.Atmospheric.Bme68x" Version="1.7.0" />
<PackageReference Include="Meadow.Foundation.Sensors.Environmental.Scd4x" Version="1.7.0" />
<PackageReference Include="Meadow.Foundation.Sensors.Gnss.NeoM8" Version="1.7.0" />
<PackageReference Include="Meadow.Foundation.Sensors.Motion.Bmi270" Version="1.7.0" />
<PackageReference Include="Meadow.F7" Version="1.8.0" />
<PackageReference Include="Meadow.Foundation" Version="1.8.0" />
<PackageReference Include="Meadow.Foundation.Displays.ePaper" Version="1.8.0" />
<PackageReference Include="Meadow.Foundation.Sensors.Atmospheric.Bme68x" Version="1.8.0" />
<PackageReference Include="Meadow.Foundation.Sensors.Environmental.Scd4x" Version="1.8.0" />
<PackageReference Include="Meadow.Foundation.Sensors.Gnss.NeoM8" Version="1.8.0" />
<PackageReference Include="Meadow.Foundation.Sensors.Motion.Bmi270" Version="1.8.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Source/GnssTracker_Demo/GnssTracker_Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Meadow.Foundation.Graphics.MicroLayout" Version="1.7.0" />
<PackageReference Include="Meadow.Foundation.Graphics.MicroLayout" Version="1.8.0" />
<ProjectReference Include="..\GnssTracker\GnssTracker.csproj" />
</ItemGroup>
</Project>

0 comments on commit c59c4fd

Please sign in to comment.