Skip to content

Commit 204a5bd

Browse files
authored
Branding updates for 4.0.0 (#2395)
1 parent b78ea16 commit 204a5bd

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>3</MajorVersion>
5-
<MinorVersion>2</MinorVersion>
4+
<MajorVersion>4</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>true</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>3</MajorVersion>
5-
<MinorVersion>2</MinorVersion>
4+
<MajorVersion>4</MajorVersion>
5+
<MinorVersion>0</MinorVersion>
66
<Description>This package provides a set of Device Bindings ("Device drivers") that use System.Device.Gpio package to communicate with sensors and microcontrollers.</Description>
77
<PackageTags>.NET GPIO Pins SPI I2C PWM 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>3</MajorVersion>
5-
<MinorVersion>2</MinorVersion>
4+
<MajorVersion>4</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, 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.
77
</Description>
88
<PackageTags>.NET GPIO Pins SPI I2C PWM RPi IoT</PackageTags>

0 commit comments

Comments
 (0)