From 86a323efddbfc30f099b0f35d663dbb262259f6a Mon Sep 17 00:00:00 2001 From: Romfos Date: Wed, 9 Oct 2024 09:50:42 +0200 Subject: [PATCH] Update system text json to 6.0.10 (#296) --- CHANGELOG.md | 2 ++ dotnet/Gherkin.Specs/DependencyValidationTests.cs | 2 +- dotnet/Gherkin/Gherkin.csproj | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f014b9e0..4f736769f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,11 +20,13 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt - [.NET] Replace TinyJson to System.Text.Json - [.NET] Enable warnings as errors - [Ruby] Initial rubocop autofixes (Mainly to style) ([#266](https://github.com/cucumber/gherkin/pull/266)) +- [.NET] Update System.Text.Json to 6.0.10 ### Removed - [Python] Drop compatibility for python 2. Supported python versions are 3.8, 3.9, 3.10, 3.12 - [Python] Removed installation of `gherkin` script. It was used for internal acceptance tests only. + ## [29.0.0] - 2024-08-12 ### Added - (i18n) Added Gujarati translation for "Rule" ([#249](https://github.com/cucumber/gherkin/pull/249)) diff --git a/dotnet/Gherkin.Specs/DependencyValidationTests.cs b/dotnet/Gherkin.Specs/DependencyValidationTests.cs index 3de8556fe..06d932b53 100644 --- a/dotnet/Gherkin.Specs/DependencyValidationTests.cs +++ b/dotnet/Gherkin.Specs/DependencyValidationTests.cs @@ -15,7 +15,7 @@ public void SystemTextJsonUpgradeBlocker() var version = typeof(JsonSerializer).Assembly.GetCustomAttribute().Version; - Assert.Equal("6.0.21.52210", version); // System.Text.Json Version 6.0.0 + Assert.Equal("6.0.3524.45918", version); // System.Text.Json Version 6.0.10 } } #endif \ No newline at end of file diff --git a/dotnet/Gherkin/Gherkin.csproj b/dotnet/Gherkin/Gherkin.csproj index a8be9f321..3de038f30 100644 --- a/dotnet/Gherkin/Gherkin.csproj +++ b/dotnet/Gherkin/Gherkin.csproj @@ -33,7 +33,7 @@ - +