Skip to content

Commit b9524db

Browse files
authored
chore: Change build status badge in README
Updated build status badge to reflect .NET Publish workflow.
1 parent 83e1d88 commit b9524db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SQLHelper
22

3-
[![Build status](https://ci.appveyor.com/api/projects/status/h687ovca9m893ww1?svg=true)](https://ci.appveyor.com/project/JaCraig/sqlhelper)
3+
[![.NET Publish](https://github.com/JaCraig/SQLHelper/actions/workflows/dotnet-publish.yml/badge.svg)](https://github.com/JaCraig/SQLHelper/actions/workflows/dotnet-publish.yml)
44

55
SQLHelper is a simple class to help with running queries against a database.
66

@@ -57,4 +57,4 @@ In order to build the library you will require the following as a minimum:
5757

5858
1. Visual Studio 2022
5959

60-
Other than that, just clone the project and you should be able to load the solution and build without too much effort.
60+
Other than that, just clone the project and you should be able to load the solution and build without too much effort.

0 commit comments

Comments
 (0)