Skip to content

Commit cd940e3

Browse files
authored
Update readme with CI NET Core Badge
Update readme with CI NET Core Badge from Github Actions
1 parent 55c6976 commit cd940e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Generate color based on the given string. C# port of [ColorHash Javascript Library](https://github.com/zenozeng/color-hash).
33

44
[![NuGet version (ColorHashSharp)](https://img.shields.io/nuget/v/ColorHashSharp.svg?style=flat-square)](https://www.nuget.org/packages/ColorHashSharp/)
5+
![.NET Core](https://github.com/fernandezja/ColorHashSharp/workflows/.NET%20Core/badge.svg?branch=master)
56
[![Build status](https://fernandezja.visualstudio.com/ColorHashSharp/_apis/build/status/ColorHashSharp-CI)](https://fernandezja.visualstudio.com/ColorHashSharp/_build/latest?definitionId=4)
67

78
#### Basic
@@ -29,4 +30,4 @@ var hex = colorHash.Hex("Hello World");
2930

3031
Debug.WriteLine($" hex = {hex}");
3132
// hex = 8796C5
32-
```
33+
```

0 commit comments

Comments
 (0)