Skip to content

Commit d2af653

Browse files
committed
1.2.3
1 parent 8ea1c89 commit d2af653

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

Generate ReleaseNotes.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rem https://github.com/StefH/GitHubReleaseNotes
22

3-
SET version=1.2.2
3+
SET version=1.2.3
44

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

PackageReleaseNotes.txt

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

56
The full release notes can be found here: https://github.com/scottksmith95/LINQKit/blob/master/ReleaseNotes.md

ReleaseNotes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.2.3 (09 November 2022)
2+
- [#174](https://github.com/scottksmith95/LINQKit/pull/174) - Simplify LeftJoin-extension [feature] contributed by [TheConstructor](https://github.com/TheConstructor)
3+
- [#179](https://github.com/scottksmith95/LINQKit/pull/179) - Update some NuGet packages [feature] contributed by [StefH](https://github.com/StefH)
4+
- [#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)
5+
16
# 1.2.2 (23 February 2022)
27
- [#171](https://github.com/scottksmith95/LINQKit/pull/171) - Define dependency on Timestamp as PrivateAssets [bug] contributed by [StefH](https://github.com/StefH)
38
- [#170](https://github.com/scottksmith95/LINQKit/issues/170) - Timestamp in nuget dependencies

version.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<PatchVersion>2</PatchVersion>
3+
<PatchVersion>3</PatchVersion>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)