Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 3f063eb

Browse files
committed
Bump v0.26.0
1 parent 627bea7 commit 3f063eb

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

Unosquare.RaspberryIO.sln

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{144147AA-41C9-4639-AF1E-F08534CA8D49}"
99
ProjectSection(SolutionItems) = preProject
1010
.editorconfig = .editorconfig
11-
.travis.yml = .travis.yml
1211
appveyor.yml = appveyor.yml
1312
LICENSE = LICENSE
1413
README.md = README.md

appveyor.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
version: '1.0.{build}'
22
image:
3-
- Visual Studio 2017
3+
- Visual Studio 2019
44
- Ubuntu
55
build:
66
project: Unosquare.RaspberryIO.sln
77
verbosity: quiet
8-
configuration:
9-
- Release
8+
configuration: Release
109
platform: Any CPU
1110
notifications:
1211
- provider: Slack

src/Unosquare.RaspberryIO.Playground/Unosquare.RaspberryIO.Playground.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<PrivateAssets>all</PrivateAssets>
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2828
</PackageReference>
29-
<PackageReference Include="Unosquare.Swan.Lite" Version="2.2.2" />
29+
<PackageReference Include="Unosquare.Swan.Lite" Version="2.3.0" />
3030
<PackageReference Include="Unosquare.WiringPi" Version="0.5.0" />
3131
</ItemGroup>
3232
<ItemGroup>

src/Unosquare.RaspberryIO/Unosquare.RaspberryIO.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<Description>The Raspberry Pi's IO Functionality in an easy-to use API for Mono/.NET Core
@@ -11,7 +11,7 @@ This library enables developers to use the various Raspberry Pi's hardware modul
1111
<AssemblyName>Unosquare.RaspberryIO</AssemblyName>
1212
<PackageId>Unosquare.Raspberry.IO</PackageId>
1313
<CodeAnalysisRuleSet>..\..\StyleCop.Analyzers.ruleset</CodeAnalysisRuleSet>
14-
<Version>0.25.0</Version>
14+
<Version>0.26.0</Version>
1515
<Authors>Unosquare</Authors>
1616
<PackageIconUrl>https://github.com/unosquare/raspberryio/raw/master/logos/raspberryio-logo-32.png</PackageIconUrl>
1717
<PackageProjectUrl>https://github.com/unosquare/raspberryio</PackageProjectUrl>
@@ -29,7 +29,7 @@ This library enables developers to use the various Raspberry Pi's hardware modul
2929
<PrivateAssets>all</PrivateAssets>
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
3131
</PackageReference>
32-
<PackageReference Include="Unosquare.Swan" Version="2.2.0" />
32+
<PackageReference Include="Unosquare.Swan" Version="2.3.1" />
3333
</ItemGroup>
3434

3535
<ItemGroup>

0 commit comments

Comments
 (0)