Skip to content

Commit

Permalink
update version and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsdennis committed May 13, 2024
1 parent 172dc8e commit 54362ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JsonPath/JsonPath.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageId>JsonPath.Net</PackageId>
<Version>1.0.2</Version>
<FileVersion>1.0.2</FileVersion>
<Version>1.0.3</Version>
<FileVersion>1.0.3</FileVersion>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<Authors>Greg Dennis</Authors>
<Description>JSON Path (RFC 9535) built on the System.Text.Json namespace</Description>
Expand Down
4 changes: 4 additions & 0 deletions tools/ApiDocsGenerator/release-notes/rn-json-path.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ title: JsonPath.Net
icon: fas fa-tag
order: "09.08"
---
# [1.0.3](https://github.com/gregsdennis/json-everything/pull/730) {#release-path-1.0.3}

[Test Suite PR #77](https://github.com/jsonpath-standard/jsonpath-compliance-test-suite/pull/77) added some tests to check for a dot `.` inside square brackets, where it should be considered a literal and not transformed.

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

Fixes a rare issue with `match()` and `search()` functions.
Expand Down

0 comments on commit 54362ee

Please sign in to comment.