Update .csproj.

This commit is contained in:
Denis-Cosmin Nutiu 2021-04-10 18:29:03 +03:00
parent 81c1496205
commit ee0048c6b7

View file

@ -3,6 +3,12 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework> <TargetFramework>netcoreapp3.1</TargetFramework>
<PackageId>PMS5003</PackageId>
<Version>1.0.2</Version>
<Authors>Denis Nutiu</Authors>
<Company>NucuLabs.dev</Company>
<Description>C# Library for interfacing with the PMS5003 Particulate Matter Sensor.</Description>
<Licence>https://www.gnu.org/licenses/gpl-3.0.en.html</Licence>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>