Skip to content

Commit

Permalink
Update release notes for Breeze Sharp 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
steveschmitt committed Dec 2, 2023
1 parent 5e3eb47 commit 172c7cf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
14 changes: 12 additions & 2 deletions doc-cs/nuget.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,22 @@ redirect_from: "/old/breeze-sharp-documentation/start-nuget.html"
# Breeze NuGet packages
Breeze offers several <a href="http://nuget.org/" target="_blank">NuGet</a> packages for the .NET developer.

## Visual Studio 2013/2015 and .NET 4.5
## Visual Studio and .NET 4.5 - .NET 8.0

### *Client side*
- *Breeze.Sharp* - The Breeze.Sharp portable class library and its immediate dependencies.

### *Server side*
### *Server side - .NET Core*

- *Breeze.AspNetCore.NetCore* - Base support for ASP.NET

- *Breeze.Persistence.EFCore* - If you manage data access with Entity Framework.

- *Breeze.Persistence.NH* - If you manage data access with NHibernate.

- *Breeze.Persistence* - If you manage data access by some means other than Entity Framework or NHibernate. The EF and NH packages depend upon this one.

### *Server side - .NET Framework*
- *Breeze.Server.WebApi2* - Base support for Web API 2 (aka v.5)

- *Breeze.Server.ContextProvider.EF6* - If you manage data access with Entity Framework 6.
Expand Down
8 changes: 8 additions & 0 deletions doc-cs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ redirect_from: "/old/breeze-sharp-documentation/release-notes.html"
# Release notes
These **Breeze Sharp Release Notes** summarize the key changes. Please read the documentation for more details.

## <a name="0820"></a>0.8.2.0 <span class="doc-date">December 1, 2023</span>
+ Add support for .NET 7 and .NET 8
+ Add support for Contains, StartsWith, and EndsWith in JSON query adapter, PR [#68](https://github.com/Breeze/breeze.sharp/issues/68)
+ Add support for Guid constants in JSON query adapter, PR [#68](https://github.com/Breeze/breeze.sharp/issues/68)
+ Fix support for OrderBy with related property, PR [#68](https://github.com/Breeze/breeze.sharp/issues/68)

Many thanks to [@NLabyK](https://github.com/NLabyK), [@Kapn](https://github.com/Kapn), [@KravetsO](https://github.com/Kravets) for PR [#68](https://github.com/Breeze/breeze.sharp/issues/68)

## <a name="0810"></a>0.8.1.0 <span class="doc-date">February 10, 2023</span>
+ Fix problem with reloading expanded modified entity, [#41](https://github.com/Breeze/breeze.sharp/issues/41) and [#49](https://github.com/Breeze/breeze.sharp/issues/49)
+ Increase JsonSerializer.MaxDepth to 128 (defaults to 64 as of Json.Net v13) [#51](https://github.com/Breeze/breeze.sharp/issues/51)
Expand Down

0 comments on commit 172c7cf

Please sign in to comment.