Skip to content

Commit

Permalink
1.0.5 release notes (#56) (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: Sidhant Bhatia <[email protected]>
  • Loading branch information
sidhant012 and Sidhant Bhatia authored Jul 2, 2024
1 parent bf21965 commit a6aad4e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Guan.nuspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a6aad4e

Please sign in to comment.