Skip to content

Commit 7c275de

Browse files
committed
Update breeze.server.net release notes for 7.2.0
1 parent 03e1048 commit 7c275de

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

doc-net/nuget-packages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ We also recommend that you look at Brian Noyes "<a href="http://www.pluralsight.
2929

3030
## Breeze NuGet Packages
3131

32-
### For .NET Core (versions 2 through 7) and Entity Framework Core (2 through 7)
32+
### For .NET Core (versions 2 through 8) and Entity Framework Core (2 through 8)
3333

34-
> Note: Version 7.1+ of each package is for .NET 5, 6, and 7, whereas Version 3.x is for .NET Core 3.1 and Version 1.x is for .NET Core 2. Please note that only the Version 3 and later packages will be upgraded in the future. No further support for the .NET Core 2 packages will occur.
34+
> Note: Version 7.1+ of each package is for .NET 5, 6, 7, and 8, whereas Version 3.x is for .NET Core 3.1 and Version 1.x is for .NET Core 2. Please note that only the Version 3 and later packages will be upgraded in the future. No further support for the .NET Core 2 packages will occur.
3535
3636
- [Breeze.AspNetCore.NetCore](https://www.nuget.org/packages/Breeze.AspNetCore.NetCore/)
3737
- [Breeze.Core](https://www.nuget.org/packages/Breeze.Core/)

doc-net/release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ layout: doc-net
55

66
## .NET Core Release Notes
77

8+
### <a name="Core720"></a>7.2.0 <span class="doc-date">November 16, 2023</span>
9+
10+
Release for .NET 5, 6, 7, and 8
11+
- Add support for .NET 8 and EFCore 8
12+
- Make BreezeQueryFilterAttribute implement IAsyncActionFilter and async query execution with CancellationToken - issue [#189](https://github.com/Breeze/breeze.server.net/issues/189) and PR [#191](https://github.com/Breeze/breeze.server.net/pull/191) - thanks @biegehydra
13+
- Make Enum properties use Int32 datatype (instead of string) in metadata generation.
14+
815
### <a name="Core710"></a>7.1.0 <span class="doc-date">April 26, 2023</span>
916

1017
Release for .NET 5, 6, and 7

0 commit comments

Comments
 (0)