Skip to content

Commit

Permalink
bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shazwazza committed Jan 14, 2020
1 parent 4bb4f7e commit 61ca294
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions appveyor.build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 7.0.0-build.{build}
version: 7.1.0-build.{build}
skip_tags: true
image: Visual Studio 2017
build_script:
- ps: .\Build\Build-Release.ps1 $env:APPVEYOR_BUILD_VERSION '' 1
artifacts:
- path: build\Release\*.nupkg
name: Nuget Package
name: Nuget Package
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 7.0.0
version: 7.1.0
skip_non_tags: true
image: Visual Studio 2017
build_script:
- ps: .\Build\Build-Release.ps1 $env:APPVEYOR_BUILD_VERSION '' 1
artifacts:
- path: build\Release\*.nupkg
name: Nuget Package
name: Nuget Package

0 comments on commit 61ca294

Please sign in to comment.