From 79f5de0fbc4b550177cf9e317f6d4522e7aaed46 Mon Sep 17 00:00:00 2001 From: sidhant012 <46803723+sidhant012@users.noreply.github.com> Date: Tue, 2 Jul 2024 16:58:59 -0400 Subject: [PATCH 1/3] 1.0.5 release notes (#56) Co-authored-by: Sidhant Bhatia --- Guan.nuspec.template | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Guan.nuspec.template b/Guan.nuspec.template index 086a43e..328a4c6 100644 --- a/Guan.nuspec.template +++ b/Guan.nuspec.template @@ -2,13 +2,9 @@ %PACKAGE_ID% - 1.0.4 + 1.0.5 -- BREAKING changes: QueryContext ctor now requires input parameter. See GuanExamples for sample code. You will need to modify your query expression executor code to adopt the new pattern. -- Added basic second order support. -- Added retract system predicate per Feature Request (Issue #17). -- Running GuanTest application without any arguments will run it in interactive mode. To run the p1.test run guantest Scripts\p1.test or guantest Scripts. -- Added new unit tests for retract. +- This new version contains a properly signed Guan.dll binary. Microsoft MIT From fa56fc13815f303fbf681132ec79c76217bd797b Mon Sep 17 00:00:00 2001 From: Charles Torre Date: Thu, 13 Mar 2025 15:15:28 -0700 Subject: [PATCH 2/3] Vulnerable package fix (json), net8.0 Test/Examples projs. --- Guan/Guan.csproj | 2 +- GuanExamples/GuanExamples.csproj | 2 +- GuanTest/GuanTest.csproj | 8 ++------ 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/Guan/Guan.csproj b/Guan/Guan.csproj index 535651c..65af6b5 100644 --- a/Guan/Guan.csproj +++ b/Guan/Guan.csproj @@ -3,6 +3,6 @@ netstandard2.0 - + diff --git a/GuanExamples/GuanExamples.csproj b/GuanExamples/GuanExamples.csproj index d0cf048..fce346f 100644 --- a/GuanExamples/GuanExamples.csproj +++ b/GuanExamples/GuanExamples.csproj @@ -1,6 +1,6 @@  - net6.0 + net8.0 Exe diff --git a/GuanTest/GuanTest.csproj b/GuanTest/GuanTest.csproj index f83b8ec..6ddc499 100644 --- a/GuanTest/GuanTest.csproj +++ b/GuanTest/GuanTest.csproj @@ -1,18 +1,14 @@ - Exe - netcoreapp3.1 + net8.0 - - PreserveNewest - - + \ No newline at end of file From 14736dbb9997be9d5d1f31c69da2296b5fa451a2 Mon Sep 17 00:00:00 2001 From: Charles Torre Date: Thu, 13 Mar 2025 16:11:27 -0700 Subject: [PATCH 3/3] 1.0.6 --- Guan.nuspec.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Guan.nuspec.template b/Guan.nuspec.template index 328a4c6..dd5daea 100644 --- a/Guan.nuspec.template +++ b/Guan.nuspec.template @@ -2,9 +2,9 @@ %PACKAGE_ID% - 1.0.5 + 1.0.6 -- This new version contains a properly signed Guan.dll binary. +- This new version contains an updated System.Text.Json dependency. This is a critical update due to vulnerablity in older System.Json.Text pacakge. Microsoft MIT