Skip to content

Commit a5da2e5

Browse files
BillWagnerCam Soper
andauthored
manual publish (#45021)
* Update links to .NET What's new (#45019) Now that both PRs are live. * Fixes #45017 (#45020) --------- Co-authored-by: Cam Soper <[email protected]>
2 parents 960d649 + 18ee15a commit a5da2e5

File tree

5 files changed

+24
-18
lines changed

5 files changed

+24
-18
lines changed

docs/core/compatibility/10.0.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@ If you're migrating an app to .NET 10, the breaking changes listed here might af
1919
## Core .NET libraries
2020

2121
| Title | Type of change | Introduced version |
22-
| ---------------------------------------------------------------------------------------------------------------------------- | --------------------- | -------------------- |
23-
|------------------------------------------------------------------------------------------------------------------------------|-----------------------|----------------------|
24-
| [ActivitySource.CreateActivity and ActivitySource.StartActivity behavior change](core-libraries/10.0/activity-sampling.md) | Behavioral change | Preview 1 |
25-
| [C# 14 overload resolution with span parameters](core-libraries/10.0/csharp-overload-resolution.md) | Behavioral change | Preview 1 |
26-
| [Consistent shift behavior in generic math](core-libraries/10.0/generic-math.md) | Behavioral change | Preview 1 |
27-
| [LDAP DirectoryControl parsing is now more stringent](core-libraries/10.0/ldap-directorycontrol-parsing.md) | Behavioral change | Preview 1 |
28-
| [MacCatalyst version normalization](core-libraries/10.0/maccatalyst-version-normalization.md) | Behavioral change | Preview 1 |
29-
| [System.Linq.AsyncEnumerable included in core libraries](core-libraries/10.0/asyncenumerable.md) | Source incompatible | Preview 1 |
22+
|----------------------------------------------------------------------------------------------------------------------------|---------------------|--------------------|
23+
| [ActivitySource.CreateActivity and ActivitySource.StartActivity behavior change](core-libraries/10.0/activity-sampling.md) | Behavioral change | Preview 1 |
24+
| [C# 14 overload resolution with span parameters](core-libraries/10.0/csharp-overload-resolution.md) | Behavioral change | Preview 1 |
25+
| [Consistent shift behavior in generic math](core-libraries/10.0/generic-math.md) | Behavioral change | Preview 1 |
26+
| [LDAP DirectoryControl parsing is now more stringent](core-libraries/10.0/ldap-directorycontrol-parsing.md) | Behavioral change | Preview 1 |
27+
| [MacCatalyst version normalization](core-libraries/10.0/maccatalyst-version-normalization.md) | Behavioral change | Preview 1 |
28+
| [System.Linq.AsyncEnumerable included in core libraries](core-libraries/10.0/asyncenumerable.md) | Source incompatible | Preview 1 |
3029

3130
## Globalization
3231

docs/csharp/index.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -305,23 +305,19 @@ additionalContent:
305305
# Card
306306
- title: ".NET API reference"
307307
summary: API reference documentation for .NET
308-
url: ../../api/index.md?view=net-9.0
308+
url: ../../api/index.md
309309
# Card
310310
- title: ".NET Framework API reference"
311311
summary: API reference documentation for .NET Framework
312312
url: ../../api/index.md?view=netframework-4.8&preserve-view=true
313313
# Card
314314
- title: "ASP.NET Core API reference"
315315
summary: API reference documentation for ASP.NET Core
316-
url: ../../api/index.md?view=view=aspnetcore-8.0&preserve-view=true
316+
url: ../../api/index.md
317317
# Card
318318
- title: "ML.NET API reference"
319319
summary: API reference documentation for ML.NET
320-
url: ../../api/index.md?view=ml-dotnet&preserve-view=true
321-
# Card
322-
- title: ".NET Package-provided API reference"
323-
summary: Reference documentation for package-provided .NET APIs
324-
url: ../../api/index.md?view=dotnet-9.0-pp&preserve-view=true
320+
url: ../../api/index.md
325321

326322
# footer (Optional; Remove if not applicable.)
327323
footer: "Are you interested in contributing to the .NET docs? For more information, see our [contributor guide](/contribute/dotnet/dotnet-contribute)."

docs/csharp/whats-new/csharp-14.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,6 @@ The `params` modifier still requires an explicitly typed parameter list.
8888

8989
You can read more about these changes in the article on [lambda expressions](../language-reference/operators/lambda-expressions.md#input-parameters-of-a-lambda-expression) in the C# language reference.
9090

91-
<!-- Add link to What's new in .NET 10 once it's published -->
91+
## See also
92+
93+
- [What's new in .NET 10](../../core/whats-new/dotnet-10/overview.md)

docs/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ conceptualContent:
6767
- url: core/tutorials/index.md
6868
itemType: tutorial
6969
text: .NET tutorials
70-
- url: core/whats-new/dotnet-9/overview.md
70+
- url: core/whats-new/dotnet-10/overview.md
7171
itemType: whats-new
72-
text: What's new in .NET 9
72+
text: What's new in .NET 10
7373
- url: https://dotnetfoundation.org
7474
itemType: overview
7575
text: .NET Foundation

docs/whats-new/index.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ landingContent:
1414
links:
1515
- text: .NET 10
1616
url: ../core/whats-new/dotnet-10/overview.md
17+
- text: ASP.NET Core 10.0
18+
url: /aspnet/core/release-notes/aspnetcore-10.0
19+
- text: .NET MAUI 10
20+
url: /dotnet/maui/whats-new/dotnet-10
21+
- text: EF Core 10
22+
url: /ef/core/what-is-new/ef-core-10.0/whatsnew
23+
- text: Windows Forms 10
24+
url: /dotnet/desktop/winforms/whats-new/net100
25+
1726
- title: .NET 9 release updates
1827
linkLists:
1928
- linkListType: whats-new

0 commit comments

Comments
 (0)