3 Commits
1_2_1 ... 1_2_2

Author SHA1 Message Date
e3b086e4a4 1.2.2 2021-06-13 12:19:51 +02:00
43f19ac206 Fix Assembly Info generation 2021-06-13 12:18:54 +02:00
3fdcad0f8a Update README.md for new Nuget generation. 2021-06-13 06:07:39 +02:00
2 changed files with 2 additions and 7 deletions

View File

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

View File

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