Co-authored-by: Sidhant Bhatia <sibhatia@microsoft.com>
This commit is contained in:
sidhant012 2024-07-02 17:10:43 -04:00 коммит произвёл GitHub
Родитель bf21965d59
Коммит a6aad4e324
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 6 удалений

Просмотреть файл

@ -2,13 +2,9 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata minClientVersion="3.3.0">
<id>%PACKAGE_ID%</id>
<version>1.0.4</version>
<version>1.0.5</version>
<releaseNotes>
- 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.
</releaseNotes>
<authors>Microsoft</authors>
<license type="expression">MIT</license>