2019-12-04 18:57:18 +01:00
<Project Sdk= "Microsoft.NET.Sdk" >
<PropertyGroup >
<Description > The Raspberry Pi's IO Functionality in an easy-to use API for Mono/.NET Core
This library enables developers to use the various Raspberry Pi's hardware modules including the Camera to capture images and video, the GPIO pins, and both, the SPI and I2C buses.</Description>
<Copyright > Unosquare (c) 2016-2019</Copyright>
<AssemblyTitle > Unosquare Raspberry Abstractions</AssemblyTitle>
<TargetFramework > netcoreapp3.0</TargetFramework>
<AssemblyName > Unosquare.Raspberry.Abstractions</AssemblyName>
<PackageId > Unosquare.Raspberry.Abstractions</PackageId>
<Version > 0.4.0</Version>
<Authors > Unosquare</Authors>
<PackageIconUrl > https://github.com/unosquare/raspberryio/raw/master/logos/raspberryio-logo-32.png</PackageIconUrl>
<PackageProjectUrl > https://github.com/unosquare/raspberryio</PackageProjectUrl>
<PackageLicenseUrl > https://raw.githubusercontent.com/unosquare/raspberryio/master/LICENSE</PackageLicenseUrl>
<PackageTags > Raspberry Pi GPIO Camera SPI I2C Embedded IoT Mono C# .NET</PackageTags>
<LangVersion > 8.0</LangVersion>
2019-12-06 22:24:34 +01:00
<Nullable > enable</Nullable>
2019-12-04 18:57:18 +01:00
</PropertyGroup>
</Project>