From d9998eae691f0224e316ed6fd69d6dc5fbd16af2 Mon Sep 17 00:00:00 2001 From: Andrey Akinshin Date: Fri, 8 Jun 2018 13:02:27 +0300 Subject: [PATCH] Add NuGet and License badges --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7045e71..7b0fa87 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ **Tool for capturing managed stack traces from .NET applications.** +[![NuGet](https://img.shields.io/nuget/v/ClrStack.svg)](https://www.nuget.org/packages/ClrStack/) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md) + ```Usage: ClrStack.exe PID``` -You could pass THREAD_DUMP_DIR environment variable with path to existing directory to write thread dump in file. \ No newline at end of file +You could pass THREAD_DUMP_DIR environment variable with path to existing directory to write thread dump in file.