Skip to content

Commit 130ac2c

Browse files
committed
Update readme
1 parent c0dbbcf commit 130ac2c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# MakeSimple.Logging
22
Make Simple .NET logging config and tracing
3+
4+
[![Build status](https://ci.appveyor.com/api/projects/status/eau3dun5q5d7wwi9/branch/main?svg=true)](https://ci.appveyor.com/project/coderstrong/makesimple-logging/branch/main) [![NuGet Version](https://img.shields.io/nuget/v/MakeSimple.Logging.svg?style=flat)](https://www.nuget.org/packages/MakeSimple.Logging/) [![NuGet Downloads](https://img.shields.io/nuget/dt/MakeSimple.Logging.svg)](https://www.nuget.org/packages/MakeSimple.Logging/)

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 1.0.{build}
22
branches:
33
only:
4-
- develop
4+
- main
55
image: Visual Studio 2019
66
dotnet_csproj:
77
patch: true

0 commit comments

Comments
 (0)