Breaking change: Rewrite nmea creation to parse data into constructor instead to ensure types are always properly initialized.

Code clean-up and simplify syntax.
Update license to Apache.
Simplify packaging and include symbol-linked PDBs
This commit is contained in:
Morten Nielsen 2019-02-19 20:51:51 -08:00
parent 9b8a56792d
commit 121255d327
42 changed files with 827 additions and 683 deletions

View file

@ -42,10 +42,10 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MSTest.TestFramework">
<Version>1.2.0</Version>
<Version>1.4.0</Version>
</PackageReference>
<PackageReference Include="MSTest.TestAdapter">
<Version>1.2.0</Version>
<Version>1.4.0</Version>
</PackageReference>
<Reference Include="System" />
<Reference Include="System.Core" />