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 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