From 166708bfa7157cd8cecd2777da42d595952cc648 Mon Sep 17 00:00:00 2001 From: Davi Paulino Date: Tue, 9 May 2017 16:05:17 -0700 Subject: [PATCH] Update README.md Adding nuget badge to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a51d37f9..7a4606d4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ JSON Document Transfoms ============ +[![NuGet package](https://img.shields.io/nuget/v/Microsoft.VisualStudio.Jdt.svg)](https://nuget.org/packages/Microsoft.VisualStudio.Jdt) [![Build status](https://ci.appveyor.com/api/projects/status/xi1ufnfhnhh5e31m/branch/master?svg=true)](https://ci.appveyor.com/project/jviau/json-document-transforms/branch/master) JSON Document Transforms (JDT) library. Perform transformations on JSON files using another JSON as the specification. This is the C# implementation.