From a6aad4e3244e119bac9c99d81900acdc370a619f Mon Sep 17 00:00:00 2001 From: sidhant012 <46803723+sidhant012@users.noreply.github.com> Date: Tue, 2 Jul 2024 17:10:43 -0400 Subject: [PATCH] 1.0.5 release notes (#56) (#57) 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