From b1574259056e0f6bfe65ed63c82939ee805ab8ed Mon Sep 17 00:00:00 2001 From: Ninja Date: Fri, 13 Mar 2026 21:28:18 +0000 Subject: [PATCH] - Release v1.5.0 --- GitVersion.yml | 2 +- README.md | 3 ++- src/JSONPredicate/JSONPredicate.csproj | 23 +++++++++-------------- 3 files changed, 12 insertions(+), 16 deletions(-) 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 @@ -# json JSONPredicate v1.2.0 +# json JSONPredicate v1.5.0 [![NuGet version](https://badge.fury.io/nu/JSONPredicate.svg)](https://badge.fury.io/nu/JSONPredicate) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/CodeShayk/JSONPredicate/blob/master/LICENSE.md) [![GitHub Release](https://img.shields.io/github/v/release/CodeShayk/JSONPredicate?logo=github&sort=semver)](https://github.com/CodeShayk/JSONPredicate/releases/latest) [![master-build](https://github.com/CodeShayk/JSONPredicate/actions/workflows/Master-Build.yml/badge.svg)](https://github.com/CodeShayk/JSONPredicate/actions/workflows/Master-Build.yml) [![master-codeql](https://github.com/CodeShayk/JSONPredicate/actions/workflows/Master-CodeQL.yml/badge.svg)](https://github.com/CodeShayk/JSONPredicate/actions/workflows/Master-CodeQL.yml) +[![.Net 10.0](https://img.shields.io/badge/.Net-10.0-blue)](https://dotnet.microsoft.com/en-us/download/dotnet/10.0) [![.Net 9.0](https://img.shields.io/badge/.Net-9.0-blue)](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) [![.Net Framework 4.6.4](https://img.shields.io/badge/.Net-4.6.2-blue)](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net46) [![.Net Standard 2.0](https://img.shields.io/badge/.NetStandard-2.0-blue)](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 \