Skip to content

Commit

Permalink
v9.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoSuter committed Oct 16, 2017
1 parent 4d8139f commit 0f8e0f3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard1.3;net451</TargetFrameworks>
<Description>JSON Schema draft v4 reader, generator and validator for .NET</Description>
<Version>9.7.7</Version>
<Version>9.8.0</Version>
<PackageTags>json schema validation generator .net</PackageTags>
<Copyright>Copyright © Rico Suter, 2017</Copyright>
<PackageLicenseUrl>https://github.com/rsuter/NJsonSchema/blob/master/LICENSE.md</PackageLicenseUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard1.3;net451</TargetFrameworks>
<Description>JSON Schema draft v4 reader, generator and validator for .NET</Description>
<Version>9.7.7</Version>
<Version>9.8.0</Version>
<PackageTags>json schema validation generator .net</PackageTags>
<Copyright>Copyright © Rico Suter, 2017</Copyright>
<PackageLicenseUrl>https://github.com/rsuter/NJsonSchema/blob/master/LICENSE.md</PackageLicenseUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard1.3;net451</TargetFrameworks>
<Description>JSON Schema draft v4 reader, generator and validator for .NET</Description>
<Version>9.7.7</Version>
<Version>9.8.0</Version>
<PackageTags>json schema validation generator .net</PackageTags>
<Copyright>Copyright © Rico Suter, 2017</Copyright>
<PackageLicenseUrl>https://github.com/rsuter/NJsonSchema/blob/master/LICENSE.md</PackageLicenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions src/NJsonSchema/NJsonSchema.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Import Project="./Microsoft.Bcl.Build.targets" Condition="'$(TargetFramework)' == 'net40' Or '$(TargetFramework)' == 'net45'" />
<PropertyGroup>
<TargetFrameworks>netstandard1.0;net40;net45</TargetFrameworks>
<Description>JSON Schema draft v4 reader, generator and validator for .NET</Description>
<Version>9.7.7</Version>
<Description>JON Schema draft v4 reader, generator and validator for .NET</Description>
<Version>9.8.0</Version>
<PackageTags>json schema validation generator .net</PackageTags>
<Copyright>Copyright © Rico Suter, 2017</Copyright>
<PackageLicenseUrl>https://github.com/rsuter/NJsonSchema/blob/master/LICENSE.md</PackageLicenseUrl>
Expand Down

0 comments on commit 0f8e0f3

Please sign in to comment.