Skip to content

Commit e77faa3

Browse files
committed
Finalize version
1 parent 11bb79e commit e77faa3

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# LogSplit
2-
[![Build Status](https://travis-ci.org/WickedFlame/LogSplit.svg?branch=master)](https://travis-ci.org/WickedFlame/LogSplit)
3-
[![Build status](https://ci.appveyor.com/api/projects/status/5xsg81nvy8xwval0?svg=true)](https://ci.appveyor.com/project/chriswalpen/logsplit)
2+
[![Build status](https://img.shields.io/appveyor/build/chriswalpen/LogSplit/master?label=Master&logo=appveyor&style=for-the-badge)](https://ci.appveyor.com/project/chriswalpen/LogSplit/branch/master)
3+
[![Build status](https://img.shields.io/appveyor/build/chriswalpen/LogSplit/dev?label=Dev&logo=appveyor&style=for-the-badge)](https://ci.appveyor.com/project/chriswalpen/LogSplit/branch/dev)
4+
[![NuGet Version](https://img.shields.io/nuget/v/LogSplit.svg?style=for-the-badge&label=Latest)](https://www.nuget.org/packages/LogSplit/)
5+
[![NuGet Version](https://img.shields.io/nuget/vpre/LogSplit.svg?style=for-the-badge&label=RC)](https://www.nuget.org/packages/LogSplit/)
46

57
Split string lines into objects
68

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33

44
# version format
5-
version: 1.0.2.{build}
5+
version: 1.0.3.{build}
66

77
environment:
8-
base_version: 1.0.2
8+
base_version: 1.0.3
99

1010
# you can use {branch} name in version format too
1111
# version: 1.0.{build}-{branch}

0 commit comments

Comments
 (0)