Skip to content

Commit 08f6f83

Browse files
authored
Branding for 4.0.1 (#2397)
1 parent 204a5bd commit 08f6f83

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<MajorVersion>4</MajorVersion>
55
<MinorVersion>0</MinorVersion>
6+
<PatchVersion>1</PatchVersion>
67
<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>
78
<PackageTags>.NET Core IoT Device Bindings SkiaSharp Adapter</PackageTags>
89
<EnablePackageValidation>true</EnablePackageValidation>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<MajorVersion>4</MajorVersion>
55
<MinorVersion>0</MinorVersion>
6+
<PatchVersion>1</PatchVersion>
67
<Description>This package provides a set of Device Bindings ("Device drivers") that use System.Device.Gpio package to communicate with sensors and microcontrollers.</Description>
78
<PackageTags>.NET GPIO Pins SPI I2C PWM RPi IoT Device Bindings</PackageTags>
89
<EnablePackageValidation>true</EnablePackageValidation>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<MajorVersion>4</MajorVersion>
55
<MinorVersion>0</MinorVersion>
6+
<PatchVersion>1</PatchVersion>
67
<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, ODROID, and other single-board-computers that are supported by Linux or Windows and can run .NET. Depending on the OS and hardware, various low-level drivers are available. Additionally, hardware interfaces connected trough Serial ports or USB are also supported.
78
</Description>
89
<PackageTags>.NET GPIO Pins SPI I2C PWM RPi IoT</PackageTags>

0 commit comments

Comments
 (0)