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

Commit

Permalink
Bump v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geoperez committed Sep 26, 2019
1 parent 627bea7 commit 3f063eb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
1 change: 0 additions & 1 deletion Unosquare.RaspberryIO.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{144147AA-41C9-4639-AF1E-F08534CA8D49}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
LICENSE = LICENSE
README.md = README.md
Expand Down
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
version: '1.0.{build}'
image:
- Visual Studio 2017
- Visual Studio 2019
- Ubuntu
build:
project: Unosquare.RaspberryIO.sln
verbosity: quiet
configuration:
- Release
configuration: Release
platform: Any CPU
notifications:
- provider: Slack
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Unosquare.Swan.Lite" Version="2.2.2" />
<PackageReference Include="Unosquare.Swan.Lite" Version="2.3.0" />
<PackageReference Include="Unosquare.WiringPi" Version="0.5.0" />
</ItemGroup>
<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/Unosquare.RaspberryIO/Unosquare.RaspberryIO.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

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

<ItemGroup>
Expand Down

0 comments on commit 3f063eb

Please sign in to comment.