diff --git a/src/Iot.Device.Bindings.SkiaSharpAdapter/Directory.Build.props b/src/Iot.Device.Bindings.SkiaSharpAdapter/Directory.Build.props index cfe2bca347..8b359a6e0a 100644 --- a/src/Iot.Device.Bindings.SkiaSharpAdapter/Directory.Build.props +++ b/src/Iot.Device.Bindings.SkiaSharpAdapter/Directory.Build.props @@ -1,8 +1,8 @@ - 2 - 3 + 3 + 0 This package contains the BitmapImage adapter using SkiaSharp. This library is an optional package to provide imaging functionality for Iot.Device.Bidnings.dll .NET Core IoT Device Bindings SkiaSharp Adapter false diff --git a/src/Iot.Device.Bindings/Directory.Build.props b/src/Iot.Device.Bindings/Directory.Build.props index 52b332dd1c..b77311bce2 100644 --- a/src/Iot.Device.Bindings/Directory.Build.props +++ b/src/Iot.Device.Bindings/Directory.Build.props @@ -1,8 +1,8 @@ - 2 - 3 + 3 + 0 This package provides a set of Device Bindings that use System.Device.Gpio package to communicate with a microcontroller. .NET Core GPIO Pins SPI I2C PWM BCM2835 BCM2837 RPi IoT Device Bindings true diff --git a/src/System.Device.Gpio/Directory.Build.props b/src/System.Device.Gpio/Directory.Build.props index 9f70874883..a856e4099a 100644 --- a/src/System.Device.Gpio/Directory.Build.props +++ b/src/System.Device.Gpio/Directory.Build.props @@ -1,8 +1,8 @@ - 2 - 3 + 3 + 0 The System.Device.Gpio package supports general-purpose I/O (GPIO) pins, PWM, I2C, SPI and related interfaces for interacting with low level hardware pins to control hardware sensors, displays and input devices on single-board-computers; Raspberry Pi, BeagleBoard, HummingBoard, ODROID, and other single-board-computers that are supported by Linux and Windows 10 IoT Core OS can be used with .NET Core and System.Device.Gpio. On Windows 10 IoT Core OS, the library wraps the Windows.Devices.Gpio.dll assembly. On Linux, the library supports three driver modes: libgpiod for fast full-featured GPIO access on all Linux distros since version 4.8 of the Linux kernel; slower and limited-functionality GPIO access via the deprecated Sysfs interface (/sys/class/gpio) when running on older Linux distro versions with a Linux kernel older than version 4.8; and lastly board-specific Linux drivers that access GPIO addresses in /dev/mem for fasted performance at the trade-off of being able to run on very specific versions of single-board-computers. In the future, the board-specific Linux drivers may be removed in favor of only supporting libgpiod and sysfs Linux interfaces. In addition to System.Device.Gpio, the optional Iot.Device.Bindings NuGet package contains device bindings for many sensors, displays, and input devices that can be used with System.Device.Gpio. .NET Core GPIO Pins SPI I2C PWM BCM2835 RPi IoT