Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions release-notes/11.0/preview/preview4/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# .NET 11 Preview 4 - Release Notes

These notes cover the highest-value changes that shipped in .NET 11 Preview 4:

- [Libraries](./libraries.md)
- [Runtime](./runtime.md)
- [SDK](./sdk.md)
- [Containers](./containers.md)

## Languages

- [C#](./csharp.md)
- [F#](./fsharp.md)

## Web and data

- [.NET MAUI](./dotnetmaui.md)
- [ASP.NET Core](./aspnetcore.md)
- [EF Core](./efcore.md)

## Tooling

- [MSBuild](./msbuild.md)
- [NuGet](./nuget.md)
- [Windows Forms](./winforms.md)
- [WPF](./wpf.md)

## Release information

| | Version |
| --- | --- |
| Runtime | 11.0.0-preview.4.26224.122 |
| SDK | 11.0.100-preview.4.26224.122 |

### VMR refs

These release notes were generated from the [dotnet/dotnet](https://github.com/dotnet/dotnet) VMR:

- **Base**: [`v11.0.0-preview.3.26207.106`](https://github.com/dotnet/dotnet/tree/v11.0.0-preview.3.26207.106)
- **Head**: [`release/11.0.1xx-preview4`](https://github.com/dotnet/dotnet/tree/release/11.0.1xx-preview4)

## Get Started

Instructions on getting started with .NET 11 can be found in the
[getting started guide](../../get-started.md). Installers and binaries for
.NET 11 Preview 4 are available from
[dotnet.microsoft.com](https://dotnet.microsoft.com/download/dotnet/11.0) and
[.NET 11 Releases](../../README.md).

## Stay up to date

You can find a broader overview of .NET 11 here:

- [What's new in .NET 11](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-11/overview)
- [What's new in ASP.NET Core for .NET 11](https://learn.microsoft.com/aspnet/core/release-notes/aspnetcore-11)
- [What's new in EF Core 11](https://learn.microsoft.com/ef/core/what-is-new/ef-core-11.0/whatsnew)
- [What's new in .NET MAUI in .NET 11](https://learn.microsoft.com/dotnet/maui/whats-new/)
20 changes: 20 additions & 0 deletions release-notes/11.0/preview/preview4/build-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": "11.0.0-preview.4",
"base_ref": "v11.0.0-preview.3.26207.106",
"head_ref": "origin/release/11.0.1xx-preview4",
"build": {
"version": "11.0.0-preview.4.26224.122",
"sdk_version": "11.0.100-preview.4.26224.122",
"sdk_url": "https://ci.dot.net/public/Sdk/11.0.100-preview.4.26224.122/dotnet-sdk-11.0.100-preview.4.26224.122-{platform}.tar.gz"
},
"nuget": {
"source": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet11/nuget/v3/index.json",
"packages": {
"Microsoft.NETCore.App.Ref": "11.0.0-preview.4.26224.122",
"Microsoft.AspNetCore.App.Ref": "11.0.0-preview.4.26224.122",
"Microsoft.WindowsDesktop.App.Ref": "11.0.0-preview.4.26224.122",
"Microsoft.EntityFrameworkCore": "11.0.0-preview.4.26224.122",
"Microsoft.Data.Sqlite.Core": "11.0.0-preview.4.26224.122"
}
}
}
Loading
Loading