Skip to content

Commit

Permalink
Added badge
Browse files Browse the repository at this point in the history
  • Loading branch information
onionhammer committed Dec 1, 2023
1 parent 4512cd2 commit ce19c15
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Sprog
![Nuget](https://img.shields.io/nuget/v/wivuu.sprog.svg)
![Tests](https://github.com/wivuu/Wivuu.Sprog/actions/workflows/actions-ci.yml/badge.svg
)

Sprog (Danish for 'Language') cross-platform string parsing library written for C# 7+ and .NET Core.

Expand Down
5 changes: 1 addition & 4 deletions Tests/TestJson.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System.Collections.Generic;
using System.Linq;
using Wivuu.Sprog;
using static System.Char;
using static System.Char;
using System.Buffers;

namespace Wivuu.Sprog;
Expand Down
2 changes: 0 additions & 2 deletions Tests/TestParser.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System;
using System.Linq;
using static System.Char;
using static Wivuu.Sprog.Utilities;

Expand Down
3 changes: 0 additions & 3 deletions Tests/TestXml.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using static System.Char;

namespace Wivuu.Sprog;
Expand Down

0 comments on commit ce19c15

Please sign in to comment.