diff --git a/README.md b/README.md index 4cf0414..c2e094c 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,9 @@ Application start-up helper to initialize things like an IoC container, register mapping information or run a task. -[![Build status](https://ci.appveyor.com/api/projects/status/lk092y48a2b9f8ys)](https://ci.appveyor.com/project/LoreSoft/kickstart) -[![Documentation Status](https://readthedocs.org/projects/kickstart/badge/?version=latest)](http://kickstart.readthedocs.io/en/latest/?badge=latest) +[![Build status](https://ci.appveyor.com/api/projects/status/lk092y48a2b9f8ys)](https://ci.appveyor.com/project/LoreSoft/kickstart) +[![Documentation Status](https://readthedocs.org/projects/kickstart/badge/?version=latest)](http://kickstart.readthedocs.io/en/latest/?badge=latest) +[![Coverage Status](https://coveralls.io/repos/github/loresoft/KickStart/badge.svg?branch=master)](https://coveralls.io/github/loresoft/KickStart?branch=master) | Package | Version | | :--- | :--- | diff --git a/appveyor.yml b/appveyor.yml index 95ffb9c..b4bcfe2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 7.0.0.{build} +version: 8.0.0.{build} os: Visual Studio 2019 environment: ASPNETCORE_ENVIRONMENT: appveyor diff --git a/build/version.props b/build/version.props index 4102394..56d2aa7 100644 --- a/build/version.props +++ b/build/version.props @@ -1,9 +1,9 @@ - 2.0.0.0 - 2.0.0.0 - 2.0.0.0 - 2.0.0.0 - 2.0.0.0 + 8.0.0.0 + 8.0.0.0 + 8.0.0.0 + 8.0.0.0 + 8.0.0.0 \ No newline at end of file