Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Sep 26, 2019
1 parent 528df15 commit 9dc0da4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| :--- | :--- |
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 7.0.0.{build}
version: 8.0.0.{build}
os: Visual Studio 2019
environment:
ASPNETCORE_ENVIRONMENT: appveyor
Expand Down
10 changes: 5 additions & 5 deletions build/version.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project>
<PropertyGroup>
<Version>2.0.0.0</Version>
<PackageVersion>2.0.0.0</PackageVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<InformationalVersion>2.0.0.0</InformationalVersion>
<Version>8.0.0.0</Version>
<PackageVersion>8.0.0.0</PackageVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<FileVersion>8.0.0.0</FileVersion>
<InformationalVersion>8.0.0.0</InformationalVersion>
</PropertyGroup>
</Project>

0 comments on commit 9dc0da4

Please sign in to comment.