diff --git a/Unosquare.RaspberryIO.sln b/Unosquare.RaspberryIO.sln index de0ed9c..1d00130 100644 --- a/Unosquare.RaspberryIO.sln +++ b/Unosquare.RaspberryIO.sln @@ -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 diff --git a/appveyor.yml b/appveyor.yml index 61b8823..2ebfae8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 diff --git a/src/Unosquare.RaspberryIO.Playground/Unosquare.RaspberryIO.Playground.csproj b/src/Unosquare.RaspberryIO.Playground/Unosquare.RaspberryIO.Playground.csproj index 331d949..1b9795c 100644 --- a/src/Unosquare.RaspberryIO.Playground/Unosquare.RaspberryIO.Playground.csproj +++ b/src/Unosquare.RaspberryIO.Playground/Unosquare.RaspberryIO.Playground.csproj @@ -26,7 +26,7 @@ all runtime; build; native; contentfiles; analyzers - + diff --git a/src/Unosquare.RaspberryIO/Unosquare.RaspberryIO.csproj b/src/Unosquare.RaspberryIO/Unosquare.RaspberryIO.csproj index 51e7a03..ab080ff 100644 --- a/src/Unosquare.RaspberryIO/Unosquare.RaspberryIO.csproj +++ b/src/Unosquare.RaspberryIO/Unosquare.RaspberryIO.csproj @@ -1,4 +1,4 @@ - + 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 Unosquare.RaspberryIO Unosquare.Raspberry.IO ..\..\StyleCop.Analyzers.ruleset - 0.25.0 + 0.26.0 Unosquare https://github.com/unosquare/raspberryio/raw/master/logos/raspberryio-logo-32.png https://github.com/unosquare/raspberryio @@ -29,7 +29,7 @@ This library enables developers to use the various Raspberry Pi's hardware modul all runtime; build; native; contentfiles; analyzers - +