mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 04:49:33 -07:00
Merge branch 'dev' of https://github.com/tidusjar/PlexRequests.Net into dev
This commit is contained in:
commit
59f3ce35f3
2 changed files with 3 additions and 6 deletions
|
@ -2,18 +2,15 @@
|
||||||
____
|
____
|
||||||
[](https://gitter.im/tidusjar/Ombi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
[](https://gitter.im/tidusjar/Ombi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
||||||
[](https://ci.appveyor.com/project/tidusjar/requestplex)
|
[](https://ci.appveyor.com/project/tidusjar/requestplex)
|
||||||
[](https://travis-ci.org/tidusjar/Ombi)
|
|
||||||
[](http://isitmaintained.com/project/tidusjar/Ombi "Average time to resolve an issue")
|
[](http://isitmaintained.com/project/tidusjar/Ombi "Average time to resolve an issue")
|
||||||
[](http://isitmaintained.com/project/tidusjar/Ombi "Percentage of issues still open")
|
[](http://isitmaintained.com/project/tidusjar/Ombi "Percentage of issues still open")
|
||||||
[](https://github.com/tidusjar/Ombi)
|
[](https://github.com/tidusjar/Ombi)
|
||||||
[](http://waffle.io/tidusjar/Ombi)
|
|
||||||
|
|
||||||
[](https://github.com/tidusjar/Ombi/issues/new) [](http://feathub.com/tidusjar/Ombi)
|
[](https://github.com/tidusjar/Ombi/issues/new) [](http://feathub.com/tidusjar/Ombi)
|
||||||
|
|
||||||
| Service | Master | Early Access | Dev |
|
| Service | Master | Early Access | Dev |
|
||||||
|----------|:---------------------------:|:----------------------------:|:----------------------------:|
|
|----------|:---------------------------:|:----------------------------:|:----------------------------:|
|
||||||
| AppVeyor | [](https://ci.appveyor.com/project/tidusjar/requestplex/branch/master) | [](https://ci.appveyor.com/project/tidusjar/requestplex/branch/eap) | [](https://ci.appveyor.com/project/tidusjar/requestplex/branch/dev)
|
| AppVeyor | [](https://ci.appveyor.com/project/tidusjar/requestplex/branch/master) | [](https://ci.appveyor.com/project/tidusjar/requestplex/branch/eap) | [](https://ci.appveyor.com/project/tidusjar/requestplex/branch/dev)
|
||||||
| Travis | [](https://travis-ci.org/tidusjar/Ombi) | [](https://travis-ci.org/tidusjar/Ombi) | [](https://travis-ci.org/tidusjar/Ombi)
|
|
||||||
| Download |[](https://github.com/tidusjar/Ombi/releases) | [](https://ci.appveyor.com/project/tidusjar/requestplex/branch/eap/artifacts) | [](https://ci.appveyor.com/project/tidusjar/requestplex/branch/dev/artifacts) |
|
| Download |[](https://github.com/tidusjar/Ombi/releases) | [](https://ci.appveyor.com/project/tidusjar/requestplex/branch/eap/artifacts) | [](https://ci.appveyor.com/project/tidusjar/requestplex/branch/dev/artifacts) |
|
||||||
# Features
|
# Features
|
||||||
Here some of the features Ombi has:
|
Here some of the features Ombi has:
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
version: 2.1.{build}
|
version: 2.2.{build}
|
||||||
configuration: Release
|
configuration: Release
|
||||||
assembly_info:
|
assembly_info:
|
||||||
patch: true
|
patch: true
|
||||||
file: '**\AssemblyInfo.*'
|
file: '**\AssemblyInfo.*'
|
||||||
assembly_version: '2.1.0'
|
assembly_version: '2.2.0'
|
||||||
assembly_file_version: '{version}'
|
assembly_file_version: '{version}'
|
||||||
assembly_informational_version: '2.1.0'
|
assembly_informational_version: '2.2.0'
|
||||||
before_build:
|
before_build:
|
||||||
- cmd: appveyor-retry nuget restore
|
- cmd: appveyor-retry nuget restore
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue