Skip to content

Commit d1e07a7

Browse files
committed
Update release notes for breeze.server.net
1 parent bda2619 commit d1e07a7

File tree

7 files changed

+33
-12
lines changed

7 files changed

+33
-12
lines changed

doc-net/breeze-server-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For detailed documentation:
1212

1313
We have also provided a sample Breeze Server application along with instructions on how it can be built below:
1414

15-
* [For .NET 5](https://github.com/Breeze/northwind-demo/blob/master/server/STEPS-Server-NET5.md)
15+
* [For .NET 5+](https://github.com/Breeze/northwind-demo/blob/master/server/STEPS-Server-NET5.md)
1616
* [For .NET Core 3](https://github.com/Breeze/northwind-demo/blob/master/server/STEPS-Server-Core2.md)
1717
* [For .NET Core 2](https://github.com/Breeze/northwind-demo/blob/master/server/STEPS-Server-Core2.md)
1818

doc-net/download.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ redirect_from: "/old/documentation/download.html"
1616
<a href="/doc-net/nuget-packages.html">Start with NuGet</a>
1717
This is the easiest way to build a Breeze application if you are using Visual Studio.
1818

19-
20-
## Get the Nuget Packages for .NET core 2 and 3
19+
20+
## Get the Nuget Packages for .NET core (2 through 7)
2121

2222
<a href="https://www.nuget.org/packages/Breeze.AspNetCore.NetCore/"
2323
target="_blank">Breeze.AspNetCore.NetCore</a><br />
@@ -50,6 +50,7 @@ redirect_from: "/old/documentation/download.html"
5050
<a href="https://github.com/Breeze/breeze.server.net" target="_blank">The entire source repo for all Breeze Server implementations</a><br>
5151

5252
## Implementations by .NET version
53+
<a href="https://github.com/Breeze/breeze.server.net/tree/master/DotNet" target="_blank">.NET 5 and up</a><br>
5354
<a href="https://github.com/Breeze/breeze.server.net/tree/master/AspNetCore-v3" target="_blank">.NET Core 3/ASP.NET Core 3</a><br>
5455
<a href="https://github.com/Breeze/breeze.server.net/tree/master/AspNetCore" target="_blank">.NET Core 2/ASP.NET Core 2</a><br>
5556
<a href="https://github.com/Breeze/breeze.server.net/tree/master/AspNet" target="_blank">.NET Framework 4.7.x</a><br>

doc-net/ef-serverside-model-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ layout: doc-net
77
> [Go here for .NET 4.x version](/doc-net/ef-serverside-model-4x)
88
99

10-
<a href="http://msdn.microsoft.com/en-us/data/ef.aspx">Entity Framework</a> (EF) is a .NET data access technology with an Object Relational Mapper (ORM). The ORM maps a domain-specific object model to the schema of a relational database. It uses that map to move data between entity model objects (instances of .NET classes) and the tables and columns of a relational database.
10+
<a href="https://learn.microsoft.com/en-us/ef/core/">Entity Framework</a> (EF) is a .NET data access technology with an Object Relational Mapper (ORM). The ORM maps a domain-specific object model to the schema of a relational database. It uses that map to move data between entity model objects (instances of .NET classes) and the tables and columns of a relational database.
1111

1212
A Breeze client model maps easily to (almost) every structure supported by Entity Framework Core.
1313

doc-net/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Within the .NET community, ASP.NET and ASP.NET Core web applications are typical
1212

1313
Breeze offers support for both legacy .NET 4.x ASP.NET applications as well as the new ASP.NET Core applications.
1414

15-
[ASP.NET Core and ASP.NET info](https://docs.microsoft.com/en-us/aspnet/?view=aspnetcore-3.1#pivot=core)
15+
[ASP.NET Core and ASP.NET info](https://learn.microsoft.com/en-us/aspnet/core/)
1616

1717
The following sections also describe how to build these applications with a variety of ORM technologies such as Entity Framework, Entity Framework Core and NHibernate.
1818

doc-net/nuget-packages.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +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 and 3) and Entity Framework Core ( 2 and 3)
32+
- For .NET Core (versions 2 through 7) and Entity Framework Core (2 through 7)
3333

34-
Version 3.x of the packages below is for .NET Core 3, whereas Version 1.x is for .NET Core 2.
35-
If you are running ASP.NET Core 2/.NET Core 2 or EF Core 2 you will need to use the 1.x version of these packages.
36-
Please note that only the Version 3.x packages will be upgraded in the future. No further support for the .NET Core 2 packages will occur.
34+
> Note: Version 7.x of each package is for .NET 7, whereas Version 6.x is for .NET Core 6, Version 5.x is for .NET Core 5, Version 3.x is for .NET Core 3 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.
3735
3836
- [Breeze.AspNetCore.NetCore](https://www.nuget.org/packages/Breeze.AspNetCore.NetCore/)
3937
- [Breeze.Core](https://www.nuget.org/packages/Breeze.Core/)
@@ -44,7 +42,7 @@ We also recommend that you look at Brian Noyes "<a href="http://www.pluralsight.
4442
<br>
4543
- For .NET Framework 4.7.x and Entity Framework 6
4644

47-
These packages are no longer being maintained. Please migrate to .NET Core 3 versions.
45+
These packages are no longer being maintained. Please migrate to .NET Core versions.
4846

4947
- [Breeze.WebApi2.EF6 ( composite package for EF6 - includes next 3)](https://www.nuget.org/packages/Breeze.WebApi2.EF6)
5048
- [Breeze.Server.WebApi2](https://www.nuget.org/packages/Breeze.Server.WebApi2/)
@@ -56,7 +54,7 @@ We also recommend that you look at Brian Noyes "<a href="http://www.pluralsight.
5654

5755
- For .NET Framework 4.x and Entity Framework 5
5856

59-
These packages are no longer being maintained. Please migrate to .NET Core 3 versions.
57+
These packages are no longer being maintained. Please migrate to .NET Core versions.
6058

6159
- Breeze.WebApi
6260
- Breeze.Server.WebApi.Core

doc-net/release-notes.md

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

66
## .NET Core Release Notes
77

8+
### <a name="Core701"></a>7.0.1 <span class="doc-date">Jan 4, 2023</span>
9+
10+
Release for .NET 7
11+
12+
### <a name="Core602"></a>6.0.2 <span class="doc-date">Mar 30, 2022</span>
13+
14+
Release for .NET 6
15+
16+
- Fix issue with 'in' clause for non-String types [#127](https://github.com/Breeze/breeze.server.net/pull/127)
17+
18+
### <a name="Core506"></a>5.0.6 <span class="doc-date">Mar 30, 2022</span>
19+
20+
Release for .NET 5
21+
22+
- Fix issue with 'in' clause for non-String types [#127](https://github.com/Breeze/breeze.server.net/pull/127)
23+
24+
### <a name="Core601"></a>6.0.1 <span class="doc-date">Jan 12, 2022</span>
25+
26+
Release for .NET 6
27+
28+
- Update EntityFramework dependencies to version 6.0.1
29+
830
### <a name="Core505"></a>5.0.5 <span class="doc-date">May 3, 2021</span>
931

1032
Release for .NET 5

doc-net/webapi-controller-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Breeze Controller is just one of many ways to serve a Breeze client with eit
1414

1515
### Breeze Web API route
1616

17-
ASP.NET Core has a rich set of rules that allow you to determine which method in a controller is called for any specific HTTP request. We recommend an ASP.NET Core mechanism know as [Attribute Routing](https://docs.microsoft.com/en-us/aspnet/core/mvc/controllers/routing?view=aspnetcore-3.1#attribute-routing) to accomplish this
17+
ASP.NET Core has a rich set of rules that allow you to determine which method in a controller is called for any specific HTTP request. We recommend an ASP.NET Core mechanism know as [Attribute Routing](https://learn.microsoft.com/en-us/aspnet/core/mvc/controllers/routing) to accomplish this
1818

1919
Typical Breeze requests look like:
2020

0 commit comments

Comments
 (0)