Skip to content

Commit

Permalink
promote path to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsdennis committed Feb 22, 2024
1 parent 02c06ae commit 550f4d9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 5 additions & 5 deletions JsonPath/JsonPath.csproj
Expand Up @@ -10,18 +10,18 @@
<Description>
JSON Path built on the System.Text.Json namespace.

This library conforms to the [pending IETF standard](https://github.com/ietf-wg-jsonpath/draft-ietf-jsonpath-jsonpath).
This library conforms to the IETF JSON Path specification [RFC 9535](https://www.rfc-editor.org/rfc/rfc9535.html).

Read the full documentation at https://docs.json-everything.net/path/basics/.
</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-path jsonpath query path json</PackageTags>
<PackageTags>json-path jsonpath query path json rfc9535</PackageTags>
<PackageReleaseNotes>Release notes can be found at https://docs.json-everything.net/rn-json-path/</PackageReleaseNotes>
<Version>0.8.1</Version>
<FileVersion>0.8.1.0</FileVersion>
<Version>1.0.0</Version>
<FileVersion>1.0.0.0</FileVersion>
<AssemblyVersion>0.8.0.0</AssemblyVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<DocumentationFile>JsonPath.Net.xml</DocumentationFile>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -82,7 +82,7 @@ All libraries are built to .Net Standard 2.0 and .Net 8.
</tr>
<tr>
<td>JsonPath.Net<br><a href="https://www.nuget.org/packages/JsonPath.Net/"><img alt="NuGet version" src="https://img.shields.io/nuget/vpre/JsonPath.Net.svg?svg=true"></img><img alt="NuGet version" src="https://img.shields.io/nuget/dt/JsonPath.Net.svg?svg=true"></img></a></td>
<td>JSON Path (<a href="https://github.com/ietf-wg-jsonpath/draft-ietf-jsonpath-jsonpath">IETF RFC in progress</a>)</td>
<td>JSON Path (<a href="https://tools.ietf.org/html/rfc9535">RFC 9535</a>)</td>
</tr>
<tr>
<td>JsonPatch.Net<br><a href="https://www.nuget.org/packages/JsonPatch.Net/"><img alt="NuGet version" src="https://img.shields.io/nuget/vpre/JsonPatch.Net.svg?svg=true"></img><img alt="NuGet version" src="https://img.shields.io/nuget/dt/JsonPatch.Net.svg?svg=true"></img></a></td>
Expand Down
4 changes: 4 additions & 0 deletions tools/ApiDocsGenerator/release-notes/rn-json-path.md
Expand Up @@ -4,6 +4,10 @@ title: JsonPath.Net
icon: fas fa-tag
order: "09.07"
---
# [1.0.0](https://github.com/gregsdennis/json-everything/pull/655) {#release-path-1.0.0}

JSON Path RFC 9535 has been released! (No functional changes from 0.8.0.)

# [0.8.1](https://github.com/gregsdennis/json-everything/pull/655) {#release-path-0.8.0}

[#653](https://github.com/gregsdennis/json-everything/pull/653) - [@Emcrank](https://github.com/Emcrank) applied modifications to support .Net Standard 2.0.
Expand Down

0 comments on commit 550f4d9

Please sign in to comment.