Skip to content

Commit

Permalink
Update workflow badge
Browse files Browse the repository at this point in the history
  • Loading branch information
stop-cran authored Aug 8, 2024
1 parent 80c6ba0 commit 8dc4e7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Overview [![NuGet](https://img.shields.io/nuget/v/namespace2xml.svg)](https://www.nuget.org/packages/namespace2xml) [![Build Status](https://travis-ci.com/stop-cran/namespace2xml.svg?branch=master)](https://travis-ci.com/stop-cran/namespace2xml) [![Coverage Status](https://coveralls.io/repos/github/stop-cran/namespace2xml/badge.svg?branch=master)](https://coveralls.io/github/stop-cran/namespace2xml?branch=master)
# Overview [![NuGet](https://img.shields.io/nuget/v/namespace2xml.svg)](https://www.nuget.org/packages/namespace2xml) ![Build Status](https://github.com/stop-cran/namespace2xml/actions/workflows/dotnetcore.yml/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/stop-cran/namespace2xml/badge.svg?branch=master)](https://coveralls.io/github/stop-cran/namespace2xml?branch=master)

Namespace2xml is a tool for generating, templating and merging files in following formats:
- XML
Expand Down Expand Up @@ -606,4 +606,4 @@ dotnet tool install --global namespace2xml --version 0.5.0
As a local tool:
```
dotnet tool install namespace2xml --version 0.5.0 --tool-path ./tools
```
```

0 comments on commit 8dc4e7a

Please sign in to comment.