Skip to content

Commit 2242d27

Browse files
authored
Branding changes in preparation of 3.0 (#2100)
1 parent ce3e33e commit 2242d27

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/Iot.Device.Bindings.SkiaSharpAdapter/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project>
22
<!-- Packaging related properties -->
33
<PropertyGroup>
4-
<MajorVersion>2</MajorVersion>
5-
<MinorVersion>3</MinorVersion>
4+
<MajorVersion>3</MajorVersion>
5+
<MinorVersion>0</MinorVersion>
66
<Description>This package contains the BitmapImage adapter using SkiaSharp. This library is an optional package to provide imaging functionality for Iot.Device.Bidnings.dll</Description>
77
<PackageTags>.NET Core IoT Device Bindings SkiaSharp Adapter</PackageTags>
88
<EnablePackageValidation>false</EnablePackageValidation>

src/Iot.Device.Bindings/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project>
22
<!-- Packaging related properties -->
33
<PropertyGroup>
4-
<MajorVersion>2</MajorVersion>
5-
<MinorVersion>3</MinorVersion>
4+
<MajorVersion>3</MajorVersion>
5+
<MinorVersion>0</MinorVersion>
66
<Description>This package provides a set of Device Bindings that use System.Device.Gpio package to communicate with a microcontroller.</Description>
77
<PackageTags>.NET Core GPIO Pins SPI I2C PWM BCM2835 BCM2837 RPi IoT Device Bindings</PackageTags>
88
<EnablePackageValidation>true</EnablePackageValidation>

src/System.Device.Gpio/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project>
22
<!-- Packaging related properties -->
33
<PropertyGroup>
4-
<MajorVersion>2</MajorVersion>
5-
<MinorVersion>3</MinorVersion>
4+
<MajorVersion>3</MajorVersion>
5+
<MinorVersion>0</MinorVersion>
66
<Description>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.
77
</Description>
88
<PackageTags>.NET Core GPIO Pins SPI I2C PWM BCM2835 RPi IoT</PackageTags>

0 commit comments

Comments
 (0)