Skip to content

Commit

Permalink
1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Nov 29, 2023
1 parent c463f56 commit 21380c0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Generate-ReleaseNotes.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rem https://github.com/StefH/GitHubReleaseNotes

SET version=1.1.3
SET version=1.1.4

GitHubReleaseNotes --output ReleaseNotes.md --skip-empty-releases --exclude-labels question invalid doc wontfix --version %version% --token %GH_TOKEN%
7 changes: 7 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.1.4 (29 November 2023)
- [#60](https://github.com/StefH/XPath2.Net/pull/60) - Add extra unit-tests for issue 59 + implement some Nullable fixes to the code [enhancement] contributed by [StefH](https://github.com/StefH)
- [#61](https://github.com/StefH/XPath2.Net/pull/61) - Add more unit tests for issue 58 [enhancement] contributed by [StefH](https://github.com/StefH)
- [#64](https://github.com/StefH/XPath2.Net/pull/64) - handle   in NormalizeStringValue() [bug] contributed by [jgilbert2017](https://github.com/jgilbert2017)
- [#66](https://github.com/StefH/XPath2.Net/pull/66) - Add unit tests for CoreFuncs.NormalizeStringValue [tests] contributed by [StefH](https://github.com/StefH)
- [#63](https://github.com/StefH/XPath2.Net/issues/63) - Missing parsing for some html-encoded entity references [bug]

# 1.1.3 (25 April 2022)
- [#49](https://github.com/StefH/XPath2.Net/pull/49) - Fixed rules in XPath.y for DocumentTest and added test cases that sho… contributed by [martin-honnen](https://github.com/martin-honnen)
- [#50](https://github.com/StefH/XPath2.Net/pull/50) - Add XPath2.TestRunner Project + ConsoleApp [enhancement] contributed by [StefH](https://github.com/StefH)
Expand Down
2 changes: 1 addition & 1 deletion src/XPath2.Extensions/XPath2.Extensions.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.1.3</Version>
<Version>1.1.4</Version>
<Description>Non-official extensions for XPath2.dll (generate-id, base64encode, base64decode, json-to-xml and json-to-xmlstring)</Description>
<Copyright>Stef Heyenrath</Copyright>
<AssemblyTitle>Non-official extensions for XPath2.dll</AssemblyTitle>
Expand Down
2 changes: 1 addition & 1 deletion src/XPath2/XPath2.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">

<PropertyGroup>
<Version>1.1.3</Version>
<Version>1.1.4</Version>
<Description>This is an implementation of W3C XML Path Language (XPath) 2.0 for .NET based on standard XPathNavigator API.</Description>
<Copyright>Semyon A. Chertkov and Stef Heyenrath</Copyright>
<AssemblyTitle>Lightweight XPath2 implementation for .NET</AssemblyTitle>
Expand Down

0 comments on commit 21380c0

Please sign in to comment.