Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e3b086e4a4 | |||
| 43f19ac206 | |||
| 3fdcad0f8a |
@@ -41,10 +41,7 @@ Person jsonText = jsonParser.Parse("{ \"Name\": \"John", \"Surname\": \"Doe\", \
|
||||
## Building
|
||||
A Visual Studio solution is provided. Simply, click build on the IDE.
|
||||
|
||||
A .nuget package can be build using:
|
||||
```cmd
|
||||
VAR.Json\Build.NuGet.cmd
|
||||
```
|
||||
The build generates a DLL and a Nuget package.
|
||||
|
||||
## Contributing
|
||||
1. Fork it!
|
||||
|
||||
@@ -2,15 +2,13 @@
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<OutputType>Library</OutputType>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<Deterministic>false</Deterministic>
|
||||
<IsPackable>true</IsPackable>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<PackageId>VAR.Json</PackageId>
|
||||
<Title>VAR.Json</Title>
|
||||
<Version>1.2.1</Version>
|
||||
<Version>1.2.2</Version>
|
||||
<Description>.Net library for JSON parsing</Description>
|
||||
<Authors>VAR</Authors>
|
||||
<Company>VAR</Company>
|
||||
|
||||
Reference in New Issue
Block a user