Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Feb 23, 2022
1 parent 62fc5c7 commit 90d7129
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Generate ReleaseNotes.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rem https://github.com/StefH/GitHubReleaseNotes

SET version=1.2.1
SET version=1.2.2

GitHubReleaseNotes --output ReleaseNotes.md --skip-empty-releases --exclude-labels question invalid documentation --version %version%

Expand Down
10 changes: 3 additions & 7 deletions PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# 1.2.1 (19 February 2022)
- #164 #14 Include(...) after AsExpandable()
- #165 Tests for #14 Include(...) after AsExpandable() [test]
- #166 Add TimestampAtribute to assemblies [feature]
- #167 Add PureAttribute on suitable LinqKit.Core methods
- #154 Exclude LinqKit.Core implementation from LinqKit.EntityFramework etc. projects, use ProjectReference converted to package dependency instead [feature]
- #160 Unhandled expression type: 'Index' [bug]
# 1.2.2 (23 February 2022)
- #171 Define dependency on Timestamp as PrivateAssets [bug]
- #170 Timestamp in nuget dependencies

The full release notes can be found here: https://github.com/scottksmith95/LINQKit/blob/master/ReleaseNotes.md
4 changes: 4 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.2.2 (23 February 2022)
- [#171](https://github.com/scottksmith95/LINQKit/pull/171) - Define dependency on Timestamp as PrivateAssets [bug] contributed by [StefH](https://github.com/StefH)
- [#170](https://github.com/scottksmith95/LINQKit/issues/170) - Timestamp in nuget dependencies

# 1.2.1 (19 February 2022)
- [#164](https://github.com/scottksmith95/LINQKit/pull/164) - #14 Include(...) after AsExpandable() contributed by [doboczyakos](https://github.com/doboczyakos)
- [#165](https://github.com/scottksmith95/LINQKit/pull/165) - Tests for #14 Include(...) after AsExpandable() [test] contributed by [doboczyakos](https://github.com/doboczyakos)
Expand Down

0 comments on commit 90d7129

Please sign in to comment.