Skip to content

Commit e137919

Browse files
committed
1.3.0
1 parent 3293d8c commit e137919

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
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.5
3+
SET version=1.3.0
44

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

PackageReleaseNotes.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# 1.2.5 (19 November 2023)
2-
- #192 Add .NET 8 [feature]
1+
# 1.3.0 (15 June 2024)
2+
- #200 Update EntityFramework to version 6.5 to fix CVE [feature]
3+
- #199 System.data.sqlclient 4.7.0 has high vulnerability CVE-2024-0056. [feature]
34

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

ReleaseNotes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# 1.2.5 (19 November 2023)
1+
# 1.3.0 (15 June 2024)
2+
- [#200](https://github.com/scottksmith95/LINQKit/pull/200) - Update EntityFramework to version 6.5 to fix CVE [feature] contributed by [StefH](https://github.com/StefH)
3+
- [#199](https://github.com/scottksmith95/LINQKit/issues/199) - System.data.sqlclient 4.7.0 has high vulnerability CVE-2024-0056. [feature]
4+
5+
# 1.2.5 (18 November 2023)
26
- [#192](https://github.com/scottksmith95/LINQKit/pull/192) - Add .NET 8 [feature] contributed by [StefH](https://github.com/StefH)
37

48
# 1.2.4 (18 March 2023)

src/LinqKit.EntityFramework/LinqKit.EntityFramework.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Import Project="../../version.xml" />
33

44
<PropertyGroup>
5-
<Version>1.2.$(PatchVersion)</Version>
5+
<Version>1.3.0</Version>
66
<Description>LinqKit.EntityFramework contains extensions for LINQ to SQL and Entity Framework. Include(...) and IAsync are supported.</Description>
77
<AssemblyTitle>LinqKit for EntityFramework with Include(...) and IAsync support.</AssemblyTitle>
88
<Authors>Joseph Albahari;Tomas Petricek;Scott Smith;Tuomas Hietanen;Stef Heyenrath</Authors>

src/LinqKit/LinqKit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Import Project="../../version.xml" />
33

44
<PropertyGroup>
5-
<Version>1.2.$(PatchVersion)</Version>
5+
<Version>1.3.0</Version>
66
<Description>LinqKit.EntityFramework contains extensions for LINQ to SQL and Entity Framework. Include(...) and IAsync are supported.</Description>
77
<AssemblyTitle>LinqKit for EntityFramework with Include(...) and IAsync support.</AssemblyTitle>
88
<Authors>Joseph Albahari;Tomas Petricek;Scott Smith;Tuomas Hietanen;Stef Heyenrath</Authors>

0 commit comments

Comments
 (0)