Skip to content

Commit

Permalink
bump jsonpatch version; reorg proj file
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsdennis committed Dec 19, 2020
1 parent 1f55737 commit 4b6c590
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions JsonPatch/JsonPatch.csproj
Expand Up @@ -2,22 +2,23 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<RootNamespace>Json.Patch</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.3</Version>
<PackageId>JsonPatch.Net</PackageId>
<Authors>Greg Dennis</Authors>
<Company>Greg Dennis</Company>
<Product>JsonPatch.Net</Product>
<Description>JSON Patch built on the System.Test.Json namespace.</Description>
<Description>JSON Patch built on the System.Text.Json namespace.</Description>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/gregsdennis/json-everything</PackageProjectUrl>
<RepositoryUrl>https://github.com/gregsdennis/json-everything</RepositoryUrl>
<PackageIcon>json-logo-256.png</PackageIcon>
<PackageTags>json-patch jsonpatch json</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageIcon>json-logo-256.png</PackageIcon>
<PackageReleaseNotes>https://gregsdennis.github.io/json-everything/release-notes/json-patch.html</PackageReleaseNotes>
<LangVersion>latest</LangVersion>
<Version>1.0.2</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.3.0</FileVersion>
<DocumentationFile>JsonPatch.xml</DocumentationFile>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down

0 comments on commit 4b6c590

Please sign in to comment.