-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from WildernessLabs/v1.7.0
Release 1.7.0
- Loading branch information
Showing
8 changed files
with
25 additions
and
26 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
<Project Sdk="Meadow.Sdk/1.1.0"> | ||
<PropertyGroup> | ||
<Version>1.7.0</Version> | ||
<Company>Wilderness Labs, Inc</Company> | ||
<Authors>Wilderness Labs, Inc</Authors> | ||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
<LangVersion>10.0</LangVersion> | ||
<Nullable>enable</Nullable> | ||
<PackageIcon>icon.png</PackageIcon> | ||
<Authors>Wilderness Labs, Inc</Authors> | ||
<TargetFramework>netstandard2.1</TargetFramework> | ||
<OutputType>Library</OutputType> | ||
<AssemblyName>GnssTracker</AssemblyName> | ||
<Company>Wilderness Labs, Inc</Company> | ||
<PackageProjectUrl>https://github.com/WildernessLabs/GNSS_Sensor_Tracker</PackageProjectUrl> | ||
<PackageId>Meadow.GnssTracker</PackageId> | ||
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.ProjectLab</RepositoryUrl> | ||
<PackageTags>Meadow.GnssTracker, Meadow, GnssTracker</PackageTags> | ||
<Version>0.96.0</Version> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Description>Convenience library for the Meadow GnssTracker family of boards</Description> | ||
<Nullable>enable</Nullable> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
<LangVersion>10.0</LangVersion> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<None Include="icon.png" Pack="true" PackagePath="" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Meadow.F7" Version="1.6.0" /> | ||
<PackageReference Include="Meadow.Foundation" Version="1.6.0" /> | ||
<PackageReference Include="Meadow.Foundation.Displays.ePaper" Version="1.6.0" /> | ||
<PackageReference Include="Meadow.Foundation.Sensors.Atmospheric.Bme68x" Version="1.6.0" /> | ||
<PackageReference Include="Meadow.Foundation.Sensors.Environmental.Scd4x" Version="1.6.0" /> | ||
<PackageReference Include="Meadow.Foundation.Sensors.Gnss.NeoM8" Version="1.6.0" /> | ||
<PackageReference Include="Meadow.Foundation.Sensors.Motion.Bmi270" Version="1.6.0" /> | ||
<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" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters