Skip to content

Commit

Permalink
Update breeze.server.net release notes for 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steveschmitt committed Nov 16, 2023
1 parent 03e1048 commit 7c275de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc-net/nuget-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ We also recommend that you look at Brian Noyes "<a href="http://www.pluralsight.

## Breeze NuGet Packages

### For .NET Core (versions 2 through 7) and Entity Framework Core (2 through 7)
### For .NET Core (versions 2 through 8) and Entity Framework Core (2 through 8)

> 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.
> 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.
- [Breeze.AspNetCore.NetCore](https://www.nuget.org/packages/Breeze.AspNetCore.NetCore/)
- [Breeze.Core](https://www.nuget.org/packages/Breeze.Core/)
Expand Down
7 changes: 7 additions & 0 deletions doc-net/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ layout: doc-net

## .NET Core Release Notes

### <a name="Core720"></a>7.2.0 <span class="doc-date">November 16, 2023</span>

Release for .NET 5, 6, 7, and 8
- Add support for .NET 8 and EFCore 8
- 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
- Make Enum properties use Int32 datatype (instead of string) in metadata generation.

### <a name="Core710"></a>7.1.0 <span class="doc-date">April 26, 2023</span>

Release for .NET 5, 6, and 7
Expand Down

0 comments on commit 7c275de

Please sign in to comment.