mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Updated the build version ready for the next release
This commit is contained in:
parent
d1adae1538
commit
8b76732ee8
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
version: 1.3.{build}
|
version: 1.4.{build}
|
||||||
configuration: Release
|
configuration: Release
|
||||||
assembly_info:
|
assembly_info:
|
||||||
patch: true
|
patch: true
|
||||||
file: '**\AssemblyInfo.*'
|
file: '**\AssemblyInfo.*'
|
||||||
assembly_version: '1.3.0'
|
assembly_version: '1.4.0'
|
||||||
assembly_file_version: '{version}'
|
assembly_file_version: '{version}'
|
||||||
assembly_informational_version: '1.3.0'
|
assembly_informational_version: '1.4.0'
|
||||||
before_build:
|
before_build:
|
||||||
- cmd: appveyor-retry nuget restore
|
- cmd: appveyor-retry nuget restore
|
||||||
build:
|
build:
|
||||||
|
@ -18,7 +18,7 @@ after_build:
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
- provider: GitHub
|
- provider: GitHub
|
||||||
release: PlexRequests $(appveyor_build_version)
|
release: PlexRequests v$(appveyor_build_version)
|
||||||
auth_token:
|
auth_token:
|
||||||
secure: jDpp1/WUQl3uN41fNI3VeZoRZbDiDfs3GPQ1v+C5ZNE3cWdnUvuJfCCfUbYUV1Rp
|
secure: jDpp1/WUQl3uN41fNI3VeZoRZbDiDfs3GPQ1v+C5ZNE3cWdnUvuJfCCfUbYUV1Rp
|
||||||
draft: true
|
draft: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue