Skip to content

Commit

Permalink
prep for release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
CicerosPatience committed Jul 25, 2017
1 parent 06eadd1 commit 9b8c959
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LyraElectronics.Core/LyraElectronics.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Company>Kbiosystems</Company>
<Description>A .NET core implementation for using Lyra boards via a CAN interface</Description>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<PackageLicenseUrl>https://github.com/Kbiosystems/lyra-core/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/Kbiosystems/lyra-core</PackageProjectUrl>
<RepositoryUrl>https://github.com/Kbiosystems/lyra-core</RepositoryUrl>
Expand Down
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
os: Visual Studio 2017
configuration: Release
environment:
LIB_VERSION: '1.0.0'
LIB_VERSION: '1.0.1'
before_build:
- ps: .\install.ps1
build_script:
Expand All @@ -18,7 +18,7 @@
artifacts:
- path: '**\LyraElectronics.Core.*.nupkg'

version: 1.0.0-ci{build}
version: 1.0.1-ci{build}
deploy:
- provider: NuGet
api_key:
Expand All @@ -33,7 +33,7 @@
os: Visual Studio 2017
configuration: Release
environment:
LIB_VERSION: '1.0.0'
LIB_VERSION: '1.0.1'
before_build:
- ps: .\install.ps1
build_script:
Expand All @@ -44,7 +44,7 @@
artifacts:
- path: '**\LyraElectronics.Core.*.nupkg'

version: 1.0.0.{build}
version: 1.0.1.{build}
deploy:
- provider: NuGet
api_key:
Expand Down

0 comments on commit 9b8c959

Please sign in to comment.