diff --git a/GitVersion.yml b/GitVersion.yml
index d9fd3d8..d63cfa7 100644
--- a/GitVersion.yml
+++ b/GitVersion.yml
@@ -1,4 +1,4 @@
-next-version: 1.2.0
+next-version: 1.5.0
tag-prefix: '[vV]'
mode: ContinuousDeployment
branches:
diff --git a/README.md b/README.md
index 446c597..cbdb305 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,9 @@
-#
JSONPredicate v1.2.0
+#
JSONPredicate v1.5.0
[](https://badge.fury.io/nu/JSONPredicate) [](https://github.com/CodeShayk/JSONPredicate/blob/master/LICENSE.md)
[](https://github.com/CodeShayk/JSONPredicate/releases/latest)
[](https://github.com/CodeShayk/JSONPredicate/actions/workflows/Master-Build.yml)
[](https://github.com/CodeShayk/JSONPredicate/actions/workflows/Master-CodeQL.yml)
+[](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
[](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
[](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net46)
[](https://github.com/dotnet/standard/blob/v2.0.0/docs/versions/netstandard2.0.md)
diff --git a/src/JSONPredicate/JSONPredicate.csproj b/src/JSONPredicate/JSONPredicate.csproj
index a6f84e4..42ccb24 100644
--- a/src/JSONPredicate/JSONPredicate.csproj
+++ b/src/JSONPredicate/JSONPredicate.csproj
@@ -1,17 +1,17 @@
- net462;netstandard2.0;netstandard2.1;net9.0
+ net462;netstandard2.0;netstandard2.1;net9.0;net10.0
disable
disable
JSONPredicate
CodeShayk
CodeShayk
A powerful .NET library for evaluating string-based predicate expressions against JSON objects using JSONPath syntax.
- ninja-icon-16.png
+ json-icon.jpg
README.md
True
- Copyright (c) 2025 Code Shayk
+ Copyright (c) 2026 Code Shayk
git
JSON, JSONPath, Predicate, JSON-Query, JSONPath-Query, JSON-Predicate, JSONPath-Predicate, Object-Path, Object-String-Predicate, Object-JSON-Predicate, Object-JSONPath-Predicate, Object-JSON-Predicate, Object-JSONPath-Query, PredicateBuilder, Object-Query-Predicate, Object-Path-Query, Query-Predicate, Object-Query
True
@@ -21,17 +21,12 @@
https://github.com/CodeShayk/JSONPredicate/wiki
https://github.com/CodeShayk/JSONPredicate
- v1.2.0 - Enhanced JSONPredicate library with additional improvements.
- - Array indexing support in JSONPath (e.g., `array[0].property`)
- - New comparison operators: `starts_with`, `ends_with`, and `contains`
- - Direct object navigation with 50%+ performance improvement
- - Thread-safe operation in multi-threaded environments
- - Optimized expression parsing without regex dependency.
-
- For more details, visit the release page:
- https://github.com/CodeShayk/JSONPredicate/releases/tag/v1.2.0
+ # Release Notes - JSONPredicate v1.5.0
+ ## Release Type: Minor Release: Targets .Net 10
+ **Date**: 2026-03-13
+ **Version**: 1.5.0
- 1.2.0
+ 1.5.0
True
JSONPredicate
@@ -69,7 +64,7 @@
-
+
True
\