Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Nov 9, 2022
1 parent 8ea1c89 commit d2af653
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 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.2
SET version=1.2.3

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

Expand Down
7 changes: 4 additions & 3 deletions PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 1.2.2 (23 February 2022)
- #171 Define dependency on Timestamp as PrivateAssets [bug]
- #170 Timestamp in nuget dependencies
# 1.2.3 (09 November 2022)
- #174 Simplify LeftJoin-extension [feature]
- #179 Update some NuGet packages [feature]
- #180 Add support for .NET 7 and EF Core 7 [feature]

The full release notes can be found here: https://github.com/scottksmith95/LINQKit/blob/master/ReleaseNotes.md
5 changes: 5 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.2.3 (09 November 2022)
- [#174](https://github.com/scottksmith95/LINQKit/pull/174) - Simplify LeftJoin-extension [feature] contributed by [TheConstructor](https://github.com/TheConstructor)
- [#179](https://github.com/scottksmith95/LINQKit/pull/179) - Update some NuGet packages [feature] contributed by [StefH](https://github.com/StefH)
- [#180](https://github.com/scottksmith95/LINQKit/pull/180) - Add support for .NET 7 and EF Core 7 [feature] contributed by [StefH](https://github.com/StefH)

# 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
Expand Down
2 changes: 1 addition & 1 deletion version.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<PatchVersion>2</PatchVersion>
<PatchVersion>3</PatchVersion>
</PropertyGroup>
</Project>

0 comments on commit d2af653

Please sign in to comment.