Update README.md
This commit is contained in:
@@ -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!
|
||||||
|
|||||||
Reference in New Issue
Block a user