From cf7c11da79ac7a66de8c8e3bd759877c03859bbd Mon Sep 17 00:00:00 2001 From: Christian Gonzalez Date: Wed, 25 Jan 2017 11:10:34 -0800 Subject: [PATCH 1/2] Add Nuget.org badge (#47) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bd81b2..5da9459 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Source Map Toolkit [![Build status](https://ci.appveyor.com/api/projects/status/ht4u2w7paesucdjw?svg=true)](https://ci.appveyor.com/project/thomabr/sourcemap-toolkit) +# Source Map Toolkit [![Build status](https://ci.appveyor.com/api/projects/status/ht4u2w7paesucdjw?svg=true)](https://ci.appveyor.com/project/thomabr/sourcemap-toolkit) [![NuGet](https://img.shields.io/nuget/v/SourceMapToolkit.svg)](https://www.nuget.org/packages/SourceMapToolkit/) This is a C# library for working with JavaScript source maps and deminifying JavaScript callstacks. ## Source Map Parsing From a897045fcb8d0258b95bb74a5ec9d9f1be49b65e Mon Sep 17 00:00:00 2001 From: Christian Gonzalez Date: Wed, 21 Feb 2018 11:35:01 -0800 Subject: [PATCH 2/2] no message --- Package.nuspec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Package.nuspec b/Package.nuspec index 59c7e40..b0874fc 100644 --- a/Package.nuspec +++ b/Package.nuspec @@ -4,11 +4,12 @@ SourceMapToolkit $version$ Microsoft - Microsoft + Microsoft,Office Online https://github.com/Microsoft/sourcemap-toolkit - false + https://github.com/christiango/sourcemap-toolkit/blob/master/LICENSE.txt + true A C# library that allows for the consumption of source maps and the deminification of JavaScript stack traces - Copyright 2016 + © Microsoft Corporation. All rights reserved. sourcemap callstack stackframe deminify