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