diff --git a/.gitignore b/.gitignore index 1c380a5..8b88da5 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ *.userosscache *.sln.docstates nuget-push.bat +nuget.exe # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs diff --git a/README.md b/README.md index c448c5a..6d55b35 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ you can write C# attributed object instead of IDL file and IDL generation cli. ### Thrifty = Thrift + Netty - [![Hex.pm](https://img.shields.io/hexpm/l/plug.svg)]() -[![nuget](https://img.shields.io/badge/nuget-coming%20soon-ff69b4.svg)]() +[![Github All Releases](https://img.shields.io/github/downloads/endink/Thrifty/total.svg?style=flat-square)](https://github.com/endink/Thrifty/archive/master.zip) +[![NuGet](https://img.shields.io/nuget/v/Thrifty.MicroServices.svg)](https://www.nuget.org/packages/Thrifty.MicroServices/) [![coverage](https://img.shields.io/badge/coverage-92%25-red.svg)]() | OS | Testing | diff --git a/Thrifty.sln b/Thrifty.sln index a635712..74e3ecc 100644 --- a/Thrifty.sln +++ b/Thrifty.sln @@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution del-bin.bat = del-bin.bat GlobalAssemblyInfo.cs = GlobalAssemblyInfo.cs LICENSE = LICENSE + nuget-push.bat = nuget-push.bat README.md = README.md run-benchmark.bat = run-benchmark.bat EndProjectSection