Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Packaging related properties -->
<PropertyGroup>
<MajorVersion>4</MajorVersion>
<MinorVersion>2</MinorVersion>
<MinorVersion>3</MinorVersion>
<PatchVersion>0</PatchVersion>
<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>
<PackageTags>.NET Core IoT Device Bindings SkiaSharp Adapter</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion src/Iot.Device.Bindings/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Packaging related properties -->
<PropertyGroup>
<MajorVersion>4</MajorVersion>
<MinorVersion>2</MinorVersion>
<MinorVersion>3</MinorVersion>
<PatchVersion>0</PatchVersion>
<Description>This package provides a set of Device Bindings ("Device drivers") that use System.Device.Gpio package to communicate with sensors and microcontrollers.</Description>
<PackageTags>.NET GPIO Pins SPI I2C PWM RPi IoT Device Bindings</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion src/System.Device.Gpio/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Packaging related properties -->
<PropertyGroup>
<MajorVersion>4</MajorVersion>
<MinorVersion>2</MinorVersion>
<MinorVersion>3</MinorVersion>
<PatchVersion>0</PatchVersion>
<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.
</Description>
Expand Down
2 changes: 1 addition & 1 deletion tools/ArduinoCsCompiler/Frontend/Frontend.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<ToolCommandName>dotnet-acs</ToolCommandName>
<PackageOutputPath>..\..\..\artifacts\packages\$(Configuration)\Shipping</PackageOutputPath>
<MajorVersion>1</MajorVersion>
<MinorVersion>2</MinorVersion>
<MinorVersion>3</MinorVersion>
<PatchVersion>0</PatchVersion>
<!-- Stay in beta mode -->
<SuppressFinalPackageVersion>true</SuppressFinalPackageVersion>
Expand Down
Loading