Skip to content

Commit d9b96c4

Browse files
authored
Added two NuGet badges. (#227)
* Added two NuGet badges. * Fixed the link.
1 parent 179d21d commit d9b96c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
[![codecov](https://codecov.io/gh/OmniSharp/csharp-language-server-protocol/branch/master/graph/badge.svg)](https://codecov.io/gh/OmniSharp/csharp-language-server-protocol)
1+
[![nuget-server](https://img.shields.io/nuget/dt/OmniSharp.Extensions.LanguageServer?label=OmniSharp.Extensions.LanguageServer&logo=nuget)](https://www.nuget.org/packages/OmniSharp.Extensions.LanguageServer/)
2+
[![nuget-client](https://img.shields.io/nuget/dt/OmniSharp.Extensions.LanguageClient?label=OmniSharp.Extensions.LanguageClient&logo=nuget)](https://www.nuget.org/packages/OmniSharp.Extensions.LanguageClient/)
3+
[![codecov](https://img.shields.io/codecov/c/gh/OmniSharp/csharp-language-server-protocol?label=codecov&logo=codecov)](https://codecov.io/gh/OmniSharp/csharp-language-server-protocol)
24

35
## C# Language Server Protocol
46

0 commit comments

Comments
 (0)