Update README.md

This commit is contained in:
2017-02-12 15:52:33 +01:00
parent 727d3ace3e
commit 096267cebc

View File

@@ -18,7 +18,10 @@ Serialize any object to JSON:
string jsonText = jsonWriter(new List<int>{1, 2, 3, 4}); string jsonText = jsonWriter(new List<int>{1, 2, 3, 4});
## Building ## Building
A Visual Studio 2015 and 2010 solutions are provided. Simply, click build on the IDE. A Visual Studio 2015 solutions are provided. Simply, click build on the IDE.
A .nuget package can be build using:
VAR.Json\Build.NuGet.cmd
## Contributing ## Contributing
1. Fork it! 1. Fork it!