diff --git a/LyraElectronics.Core/LyraElectronics.Core.csproj b/LyraElectronics.Core/LyraElectronics.Core.csproj
index ad2f16d..32020e8 100644
--- a/LyraElectronics.Core/LyraElectronics.Core.csproj
+++ b/LyraElectronics.Core/LyraElectronics.Core.csproj
@@ -9,7 +9,7 @@
Kbiosystems
A .NET core implementation for using Lyra boards via a CAN interface
False
- 1.0.2
+ 1.1.0
https://github.com/Kbiosystems/lyra-core/blob/master/LICENSE
https://github.com/Kbiosystems/lyra-core
https://github.com/Kbiosystems/lyra-core
diff --git a/appveyor.yml b/appveyor.yml
index 7a915c9..b1fa3e3 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -7,7 +7,7 @@
os: Visual Studio 2017
configuration: Release
environment:
- LIB_VERSION: '1.0.2'
+ LIB_VERSION: '1.1.0'
before_build:
- ps: .\install.ps1
build_script:
@@ -18,7 +18,7 @@
artifacts:
- path: '**\LyraElectronics.Core.*.nupkg'
- version: 1.0.2-ci{build}
+ version: 1.1.0-ci{build}
deploy:
- provider: NuGet
api_key:
@@ -33,7 +33,7 @@
os: Visual Studio 2017
configuration: Release
environment:
- LIB_VERSION: '1.0.2'
+ LIB_VERSION: '1.1.0'
before_build:
- ps: .\install.ps1
build_script:
@@ -44,7 +44,7 @@
artifacts:
- path: '**\LyraElectronics.Core.*.nupkg'
- version: 1.0.2.{build}
+ version: 1.1.0.{build}
deploy:
- provider: NuGet
api_key: