Update logos and doc fixes

This commit is contained in:
Morten Nielsen 2020-01-25 15:53:08 -08:00
parent 282331856e
commit e46bbeebf5
6 changed files with 21 additions and 6 deletions

View file

@ -28,6 +28,8 @@
<TreatWarningsAsErrors Condition="'$(Configuration)'=='Release'">true</TreatWarningsAsErrors>
<CodeAnalysisTreatWarningsAsErrors Condition="'$(Configuration)'=='Release'">true</CodeAnalysisTreatWarningsAsErrors>
<Nullable>enable</Nullable>
<PackageIcon>logo.png</PackageIcon>
<PackageIconUrl />
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.4'">
@ -66,6 +68,10 @@
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19270-01" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<None Include="logo.png" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp2.1'">
<PackageReference Include="System.IO.Ports" Version="4.7.0" />

BIN
src/NmeaParser/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB