From 4cb4cfb41f76da5f3589d217c77f665ba2c8797c Mon Sep 17 00:00:00 2001 From: Ben Adams Date: Sat, 11 Nov 2017 16:10:39 +0000 Subject: [PATCH] Add nuget badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 49898a0..c07cca6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Ben.Demystifier +[![NuGet version (Ben.Demystifier)](https://img.shields.io/nuget/v/Ben.Demystifier.svg?style=flat-square)](https://www.nuget.org/packages/Ben.Demystifier/) + ## High performance understanding for stack traces .NET stack traces output the compiler transformed methods; rather than the source code methods, which make them slow to mentally parse and match back to the source code.