Skip to content

Commit 758bf03

Browse files
author
Jake Ginnivan
committed
Fixed badges
1 parent 56bc8c3 commit 758bf03

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

ConventionTests.sln

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
77
ProjectSection(SolutionItems) = preProject
88
appveyor.yml = appveyor.yml
99
GitVersionConfig.yaml = GitVersionConfig.yaml
10-
mkdocs.yml = mkdocs.yml
10+
docs\mkdocs.yml = docs\mkdocs.yml
1111
README.md = README.md
1212
EndProjectSection
1313
EndProject
@@ -32,9 +32,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleApp.Tests", "Samples\
3232
EndProject
3333
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{D822A12B-D358-48BC-8158-EB5CC253C858}"
3434
ProjectSection(SolutionItems) = preProject
35+
docs\changelog.md = docs\changelog.md
3536
Docs\defining-conventions.md = Docs\defining-conventions.md
3637
Docs\index.md = Docs\index.md
37-
doc\mkdocs.yml = doc\mkdocs.yml
38+
docs\mkdocs.yml = docs\mkdocs.yml
3839
Docs\symmetric-conventions.md = Docs\symmetric-conventions.md
3940
EndProjectSection
4041
EndProject

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
TestStack.ConventionTests
22
=========================
3-
4-
[![Build Status](https://ci.appveyor.com/api/projects/status/github/TestSTack/TestStack.ConventionTests?branch=master&svg=true)](https://ci.appveyor.com/project/TestStack/TestStack.ConventionTests)
5-
[![NuGet](https://img.shields.io/nuget/dt/TestStack.ConventionTests.svg)](https://www.nuget.org/packages/TestStack.ConventionTests)
3+
[![Build status](https://ci.appveyor.com/api/projects/status/rd41l8kf510a98i5/branch/master?svg=true)](https://ci.appveyor.com/project/TestStack/teststack-conventiontests/branch/master)
64
[![NuGet](https://img.shields.io/nuget/vpre/TestStack.ConventionTests.svg)](https://www.nuget.org/packages/TestStack.ConventionTests)
75

86
[![Join the chat at https://gitter.im/TestStack/TestStack.ConventionTests](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/TestStack/TestStack.ConventionTests?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

0 commit comments

Comments
 (0)