diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e488a446223c4d994e01d808a971fa399c44c843..0ab31df9212ae71ea4320dba1000b86c4e31de95 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -213,4 +213,4 @@ stages: inputs: command: push publishVstsFeed: 'IoT/nightly_iot_builds' - packagesToPush: '$(Pipeline.Workspace)/SignedPackages/*nupkg' + packagesToPush: '$(Pipeline.Workspace)/SignedPackages/*.nupkg' diff --git a/src/Iot.Device.Bindings/Directory.Build.props b/src/Iot.Device.Bindings/Directory.Build.props index 590de752af8bd686e0a8f2f4eef60fb30ae00862..0e90d2b7b979e3e920dc67c4f9a8b366f5699b2c 100644 --- a/src/Iot.Device.Bindings/Directory.Build.props +++ b/src/Iot.Device.Bindings/Directory.Build.props @@ -2,15 +2,15 @@ 2 - 1 + 2 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 - 2.0.0 + 2.1.0 - + diff --git a/src/System.Device.Gpio/Directory.Build.props b/src/System.Device.Gpio/Directory.Build.props index d6f688efa6ed967e974fbb18ca940f2b693cf1ff..191de9b9f47a535ffd311b881e326b8691505480 100644 --- a/src/System.Device.Gpio/Directory.Build.props +++ b/src/System.Device.Gpio/Directory.Build.props @@ -2,16 +2,16 @@ 2 - 1 + 2 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 - 2.0.0 + 2.1.0 true - +