Skip to content

Commit

Permalink
fix bad sample reference
Browse files Browse the repository at this point in the history
  • Loading branch information
briank237 committed May 25, 2020
1 parent ff77b8d commit 69dd59d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageIconUrl>https://github.com/WildernessLabs/Meadow.Foundation/blob/master/Source/icon.png?raw=true</PackageIconUrl>
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.Foundation</RepositoryUrl>
<PackageTags>Meadow, Meadow.Foundation</PackageTags>
<Version>0.15.0</Version>
<Version>0.15.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<RootNamespace>Meadow.Foundation</RootNamespace>
<IncludeSymbols>true</IncludeSymbols>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<AssemblyName>App</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Meadow.Foundation.Sensors.Atmospheric.Bno055" Version="0.1.0" />
<ProjectReference Include="..\..\Driver\Sensors.Motion.BNO055\Sensors.Motion.BNO055.csproj" />
</ItemGroup>
</Project>

0 comments on commit 69dd59d

Please sign in to comment.