1
0
mirror of synced 2025-12-19 18:06:02 -05:00
Commit Graph

4624 Commits

Author SHA1 Message Date
Aman Khalid
2bc6d266ff Fix typo in Preview 5 runtime notes (#9954) 2025-06-25 10:13:26 -07:00
Jeff Handley
5d3e41fafb Onboard the dotnet/issue-labeler for 'area-' label prediction on issues (#9889)
* [Issue-Labeler] Configure labeler-train.yml

Configure the issue-labeler training workflow.
- Imported the workflow template
- Removed inputs, jobs, and conditions related to pull requests, as we will only use the labeler for issues in this repository

* [Issue-Labeler] Configure labeler-promote.yml

Configure the issue-labeler promotion workflow.
- Imported the workflow template
- Removed input and job for pull requests, as we will only use the labeler for issues in this repository

* [Issue-Labeler] Configure labeler-predict-issues.yml

Configure the issue-labeler issue prediction workflow.
- Imported the workflow template
- Removed the excluded_authors input

* [Issue-Labeler] Configure labeler-cache-retention.yml

Configure the issue-labeler cache retention workflow.
- Imported the workflow template
- Removed config related to pull requests, as we will only use the labeler for issues in this repository

* [Issue-Labeler] Add labeler onboarding/configuration doc

* Bump superlinter to v7 (via SHA) to get type:number support in GitHub workflows

* Address CHECKOV lint errors in GitHub workflows

* Ignore GitHub workflow files from prettier

* Explicitly set workflow permissions

* Comment that UTC is used for cron schedule
2025-06-23 15:00:12 -07:00
DevTKSS
2b337e1b84 docs(Net9-preview): Correct Year number in the net9 preview release notes (#9940)
Currently its stating 2025, but seeing the reality and the table below, this has to be 2024
2025-06-23 11:20:52 -07:00
James Montemagno
494bab742f Update sdk.md (#9931) 2025-06-13 21:26:04 -07:00
Rahul Bhandari
27747ce8ba Update known-issues.md (#9935) 2025-06-12 13:59:42 -07:00
Rahul Bhandari
c6c9df5f56 Update asp.net breaking change (#9934)
* Update asp.net breaking change

* Update known-issues.md

* Update known-issues.md

* Update known-issues.md

* Update known-issues.md

---------

Co-authored-by: Brennan <brecon@microsoft.com>
2025-06-12 13:51:36 -07:00
victorisr
b6a571147c Placeholder Links Updated (#9932)
* Update 9.0.6.md

* Update 9.0.6.md

* Update 8.0.17.md

* Update cve.md

* Update cve.md
2025-06-10 15:28:26 -07:00
Kevin Jones
0ca80a2ac7 Fix typo in Preview 5 release notes. (#9929)
The FIPS PUBS numbers were off by one.
v8.0.17 v9.0.6 v10.0.0-preview.5
2025-06-10 11:39:18 -07:00
Rahul Bhandari
c2cdbf0f69 Artifacts for .NET June 2025 Servicing Release (#9928)
* Artifacts for .NET June 2025 Servicing Release

* Updating install files for OS

* Update 8.0.17.md

* Update 9.0.6.md

---------

Co-authored-by: victorisr <victorisr@microsoft.com>
2025-06-10 11:27:28 -07:00
James Montemagno
215900a2bd .NET 10 Preview 5 (#9829)
* .NET 10 Preview 5

* update

* lint

* Add C# features in preview 5

Write the description for user defined compound assignment operators.

* Revert "Add C# features in preview 5"

This reverts commit 42e5ac6bff.

* Remove VB release notes for P5

There aren't notable new features in Visual Basic for Preview 5.

* Add notes about PQC

* Add PQC to the libraries ToC

* .NET 10 P5 - WinForms (#9919)

* winforms

* WinForms Preview 5

Preview 5 updates

* Fix duplicated intro

---------

Co-authored-by: Merrie McGaw <mmcgaw@microsoft.com>
Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

* .NET 10 P5 - Containers (#9917)

* containers

* update for p5

* .NET 10 P5 - WPF (#9918)

* wpf

* Add notes

---------

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

* .NET 10 P5 Runtime (#9912)

* Update for Runtime

* Add JIT notes

* Fix GC notes

---------

Co-authored-by: Aman Khalid (from Dev Box) <amankhalid@microsoft.com>

* .NET 10 P5 - Languages (#9916)

* update csharp

* Add C# features in preview 5

Write the description for user defined compound assignment operators.

* Remove VB release notes for P5

There aren't notable new features in Visual Basic for Preview 5.

* Update fsharp.md

* Update fsharp.md

* Update fsharp.md

* add vb back just to link to docs

* update f#

* Update README.md

---------

Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>

* updates for lint

* update (#9915)

* update for sdk (#9914)

* some more updates

* .NET MAUI in 10 Preview 5 (#9921)

* .NET MAUI in 10 Preview 5

* Update dotnetmaui.md

* added contributors

* hybridwebview interception

* addressing comments

---------

Co-authored-by: James Montemagno <james.montemagno@gmail.com>

* linting

* Update release-notes/10.0/preview/preview5/README.md

Co-authored-by: Martin Costello <martin@martincostello.com>

* Update release-notes/10.0/preview/preview5/README.md

Co-authored-by: Martin Costello <martin@martincostello.com>

* Update ef and date

* updating md file

* Added updates to README

---------

Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
Co-authored-by: Jeremy Barton <jbarton@microsoft.com>
Co-authored-by: Merrie McGaw <mmcgaw@microsoft.com>
Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Aman Khalid (from Dev Box) <amankhalid@microsoft.com>
Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
Co-authored-by: Martin Costello <martin@martincostello.com>
Co-authored-by: victorisr <victorisr@microsoft.com>
2025-06-10 09:57:27 -07:00
Copilot
778316883c Add ASP.NET Core release notes for .NET 10 Preview 5 (#9925) 2025-06-06 22:09:32 -07:00
Rahul Bhandari
4ffc4e76be Update cve.md (#9923) 2025-06-05 12:43:48 -07:00
Eric StJohn
eed89b89fd API diff between .NET 10 Preview 4 and .NET 10 Preview 5 (#9906)
* API diff between .NET 10 Preview 4 and .NET 10 Preview 5

* Remove System.Threading.AccessControl from ASP.NET diff
2025-06-05 08:14:27 -07:00
Rich Lander
a032fea091 Update supported OSes (#9920) 2025-06-02 13:58:18 -07:00
Dave Black
8caf972ba9 Update CVE entries for .NET 6 patch versions (#9910)
* Update CVE entries for .NET 6 patch versions. Added entries for .NET 6 versions 6.0.36 and 6.0.28 with no new CVEs. Updated version 6.0.35 to include three new denial of service CVEs. Removed outdated entries to streamline the document.

* Fix broken link for CVE-2025-26646

Replaced the outdated link for CVE-2025-26646 with the correct issue (#356) to ensure accurate information regarding .NET 8 security vulnerabilities.
2025-05-28 13:02:15 -07:00
Carlos Sánchez López
43654d259d New powershell script to generate API diffs using the new SDK tool (#9772)
* New powershell script

* Text file with attribute APIs to exclude by default

* Add beforeFriendlyName and afterFriendlyName arguments. Pass the correct strings to the api diff tool. Add better logic to determine root of failure when packages are not found.

* Add assemblies to exclude

* Remove extensions from assemblies to exclude

* Add options to exclude a particular sdk

* typo

* Update APIDiff script / docs

* Remove old script / docs

* Fix name of script

* Apply feedback

---------

Co-authored-by: Eric StJohn <ericstj@microsoft.com>
2025-05-27 09:20:41 -07:00
Dave Black
d12657aea7 Update .NET SDK to version 8.0.410 (#9905)
* Update .NET SDK to version 8.0.410

Updated the .NET SDK from version 8.0.409 to 8.0.410.
All download links for Linux, macOS, and Windows have been
revised to point to the new SDK version.

* Update SDK version to 8.0.410

Updated the SDK version from 8.0.409 to 8.0.410.
This includes new download links for various SDK packages
for version 8.0.410 across different platforms,
including Linux ARM, ARM64, x64, and musl variants.
2025-05-23 14:41:00 -07:00
victorisr
6e3dcee97a Update 8.0.16.md (#9904) 2025-05-23 13:49:23 -07:00
v-wuzhai
18ea3ba79e Update .NET SDK download link (#9903) 2025-05-23 12:11:05 +02:00
Rahul Bhandari
2a7e5b08ac Update releases.json - 8.0.16 sdk array mismatch (#9899)
* Update releases.json

* Update releases.json

* Update releases.json
2025-05-22 11:16:50 -07:00
victorisr
aa74a448f6 Release Artifacts for .NET 8.0 SDK only updates (#9898)
* Update releases-index.json

* Update releases.json

* Update README.md

* Update install-linux.md

* Update install-macos.md

* Update install-windows.md

* Update 8.0.16.md

* Added new SDK Markdowns

* Update release.json
2025-05-22 10:54:58 -07:00
Carlos Sánchez López
247b82d462 API diff between .NET 10 Preview 3 and .NET 10 Preview 4 (#9882)
* Microsoft.AspNetCore.App

* Microsoft.NETCore.App

* Microsoft.WindowsDesktop.App

* Readme
2025-05-21 14:36:46 -07:00
victorisr
edabc74cff Update 9.0.204.md (#9895) 2025-05-15 10:04:12 -07:00
Rainer Sigwald
d167ed1b67 Reformat (#9894) 2025-05-14 11:31:30 -07:00
victorisr
cea8e5b905 Updates to CVE information (#9893)
* Update 8.0.16.md

* Update 9.0.5.md
2025-05-14 08:42:44 -07:00
Andy (Steve) De George
4dfc905a9c Update wpf.md (#9891) 2025-05-13 14:18:40 -07:00
Rainer Sigwald
7373846c08 Known issue for net10-p4 MAUI build break (#9888) v8.0.16 v9.0.5 2025-05-13 13:40:56 -07:00
Rahul Bhandari
c037a2aaa6 Update 9.0.204.md (#9890) v10.0.0-preview.4 2025-05-13 12:49:39 -07:00
victorisr
0c6ff812f5 Update README.md (#9887)
Fixed Broken links for 10.0
2025-05-13 11:42:57 -07:00
victorisr
3ffdc08180 .NET 8.0 & .NET 9.0 Release Artifacts (#9884)
* Artifacts for .NET 8 & 9 5_B Release

* Update releases.json

* Updated 9.0.5.md with nuget packages

* Updated README.md

* Updated nuget packages list 8.0.16.md

* Update 8.0.16.md

* Update 9.0.5 VSVersion on release.json

* Updates to 9.0.5 VSVersion on releases.json

* Update release.json

* Update releases.json

* Update release.json

* Update releases.json

* Update feedback placeholder link on 8.0.16.md

* Update Feedback Placeholder link for 9.0.5.md

---------

Co-authored-by: padmasrid <38444564+padmasrid@users.noreply.github.com>
2025-05-13 11:22:19 -07:00
Rahul Bhandari
7c7923ceb8 Update releases-index.json (#9883) 2025-05-13 10:35:56 -07:00
James Montemagno
780b48a043 .NET 10 Preview 4 (#9828)
* Add .NET 10 Preview 4

* adding release notes for ef core

* updated cosmos section of ef docs and added missing small improvements

* fixed headings

* fix linter error in ef docs

* Update 10.0 Preview 4 Release notes (#9867)

* Update winforms.md

First draft with copilit

* Review feedback

latest updates

* Update winforms.md

* Update release-notes/10.0/preview/preview4/winforms.md

Co-authored-by: Tanya Solyanik <tanyaso@microsoft.com>

* Update release-notes/10.0/preview/preview4/winforms.md

Co-authored-by: Tanya Solyanik <tanyaso@microsoft.com>

* Update release-notes/10.0/preview/preview4/winforms.md

Co-authored-by: Tanya Solyanik <tanyaso@microsoft.com>

* Update release-notes/10.0/preview/preview4/winforms.md

Co-authored-by: Tanya Solyanik <tanyaso@microsoft.com>

* Update release-notes/10.0/preview/preview4/winforms.md

Co-authored-by: Tanya Solyanik <tanyaso@microsoft.com>

---------

Co-authored-by: Tanya Solyanik <tanyaso@microsoft.com>

* cleanup

* update C# 14

* .NET 10 Preview 4 - Containers (#9879)

* add here

* udpate

* update links

* Updated [dotnet-sdk-win-x86.zip] link 10.0.0-preview.4.md

* .NET 10 Preview 4 - Libraries (#9875)

* update here

* Add Out-of-Proc Trace Support for Activity Events and Links

* Rate Limiting Trace Sampling Support

* Clean-ip

* minor touch

* zip async

* gzip perf improvement

* Update release-notes/10.0/preview/preview4/libraries.md

Co-authored-by: Martin Costello <martin@martincostello.com>

* Update release-notes/10.0/preview/preview4/libraries.md

Co-authored-by: Rich Lander <rlander@microsoft.com>

* updates

---------

Co-authored-by: Tarek Mahmoud Sayed <10833894+tarekgh@users.noreply.github.com>
Co-authored-by: Carlos Sánchez López <1175054+carlossanlop@users.noreply.github.com>
Co-authored-by: Rich Lander <rlander@microsoft.com>
Co-authored-by: Martin Costello <martin@martincostello.com>

* .NET 10 Preview 4 - WPF (#9877)

* Add here

* Add WPF notes

* Add blurb about breaking changes

* cleanup messagebox stuff

* Update release-notes/10.0/preview/preview4/wpf.md

Co-authored-by: Harshit <62823486+harshit7962@users.noreply.github.com>

---------

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Harshit <62823486+harshit7962@users.noreply.github.com>

* .NET 10 Preview 4 - SDK (#9876)

* add here

* update

* .NET 10 Preview 4 - Runtime (#9874)

* Update runtime.md

* Add JIT notes

* Update inlining notes

Co-authored-by: Andy Ayers <andya@microsoft.com>

* Remove whitespace

* Brevity

Co-authored-by: Rich Lander <rlander@microsoft.com>

* cleanup top links

---------

Co-authored-by: Aman Khalid (from Dev Box) <amankhalid@microsoft.com>
Co-authored-by: Andy Ayers <andya@microsoft.com>
Co-authored-by: Rich Lander <rlander@microsoft.com>

* Add ASP.NET Core release notes for .NET 10 Preview 4 (#9881)

* Add ASP.NET Core release notes for .NET 10 Preview 4

* Add IJSObjectReference to JS function

* Update release-notes/10.0/preview/preview4/aspnetcore.md

Co-authored-by: Martin Costello <martin@martincostello.com>

* Fix OpenAPI.NET version

* Add todo for remaining features

* Add WebApplicationFactory with Kestrel

* Update todos

* Update todos

* Add NavigationManager.NotFound

* Add Blazor WebAssembly runtime diagnostics

* Edits

* Edits

* Edits

---------

Co-authored-by: Martin Costello <martin@martincostello.com>

* cleanup

* linter

* Address default Blazor UI template update.

* Add hyphen to dotnet-gcdump

* some updates

* updates

* .NET MAUI in .NET 10 Preview 4 (#9873)

* .NET MAUI in .NET 10 Preview 4

* added new MAUI features

* updates for known issues

* updates

---------

Co-authored-by: James Montemagno <james.montemagno@gmail.com>

* fix up md

* Update install-linux.md

* Update install-macos.md

* Update install-windows.md

* Update releases.json

* Updated release date in README.md

* Updated line16 with preview4 in releases.json

---------

Co-authored-by: maumar <maumar@microsoft.com>
Co-authored-by: Merrie McGaw <mmcgaw@microsoft.com>
Co-authored-by: Tanya Solyanik <tanyaso@microsoft.com>
Co-authored-by: victorisr <victorisr@microsoft.com>
Co-authored-by: Tarek Mahmoud Sayed <10833894+tarekgh@users.noreply.github.com>
Co-authored-by: Carlos Sánchez López <1175054+carlossanlop@users.noreply.github.com>
Co-authored-by: Rich Lander <rlander@microsoft.com>
Co-authored-by: Martin Costello <martin@martincostello.com>
Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Harshit <62823486+harshit7962@users.noreply.github.com>
Co-authored-by: Aman Khalid (from Dev Box) <amankhalid@microsoft.com>
Co-authored-by: Andy Ayers <andya@microsoft.com>
Co-authored-by: Daniel Roth <daroth@microsoft.com>
Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
Co-authored-by: padmasrid <38444564+padmasrid@users.noreply.github.com>
2025-05-13 10:32:54 -07:00
Rich Lander
2dfb9130a0 Update os-lifecycle-policy.md (#9880) 2025-05-12 15:44:38 -07:00
Rahul Bhandari
b1068365d1 Update releases.json (#9872)
* Update releases.json

* Update releases.json
2025-05-07 15:50:19 -07:00
victorisr
e9da104107 Update 8.0 releases.json (#9871) 2025-05-07 14:40:48 -07:00
Mike Kistler
9faa0bc213 Add release notes for OpenAPI operation transformers (#9868)
* Add release notes for OpenAPI operation transformers

* Apply suggestions from PR review

Co-authored-by: Safia Abdalla <safia@microsoft.com>

* fix linter

* sub headers

---------

Co-authored-by: Safia Abdalla <safia@microsoft.com>
Co-authored-by: James Montemagno <james.montemagno@gmail.com>
2025-05-05 13:35:51 -07:00
victorisr
d5f17208f8 Edited phrasing in release notes implying that runtime includes SDK (#9863)
* Update 9.0.2.md

* Update 9.0.3.md

* Update 9.0.4.md

* Update 8.0.12.md

* Update 8.0.13.md

* Update 8.0.14.md

* Update 8.0.15.md

* Update 8.0.15.md

* Linter Fix 8.0.14.md

* Linter Fix 9.0.3.md

* Linter Fix 9.0.4.md
2025-05-05 09:22:19 -07:00
Rich Lander
c95d43ae54 Update file URLs in releases.json files (#9869) 2025-05-01 10:58:57 -07:00
Rich Lander
306e33f0bf Drop support for Alpine 3.18 (#9864) 2025-04-23 21:34:01 -07:00
Rich Lander
e875de3417 Update Ubuntu and Fedora versions (#9861) 2025-04-22 12:22:17 -07:00
Rich Lander
5b9724576d Add Ubuntu 25.04 (#9854) 2025-04-18 12:53:52 -07:00
victorisr
ecd0e9478e Fixed runtime version on 10.0 Preview 3 releases JSON (#9853)
* Fixed Runtime version on releases JSON

* Added Runtime Version number on JSON
2025-04-15 06:07:53 -07:00
Pavel Purma
ff55a933e5 .NET 10 Preview 3 links fix (#9851)
Co-authored-by: Pavel Purma <pavelpurma@microsoft.com>
2025-04-11 05:59:09 -07:00
Martin Costello
91f0013644 Fix version numbers (#9850)
Fix `version` being the same as `version-display`, instead of the actual version.
v10.0.0-preview.3
2025-04-10 14:59:54 -07:00
James Montemagno
aed98fb70e Update dotnetmaui.md (#9848) 2025-04-10 14:10:14 -07:00
James Montemagno
979924910c Update releases.json (#9849) 2025-04-10 14:06:08 -07:00
victorisr
ef0175824c Updated README markdowns. (#9847)
* Update README.md

* Update README.md
2025-04-10 13:30:17 -07:00
James Montemagno
d136e6ab76 .NET 10 - Preview 3 (#9817)
* stage P3

* cleanup

* efcore doc updates for preview 3

* .NET MAUI in .NET 10 Preview 3 (#9826)

* .NET MAUI in .NET 10 Preview 3

* Update .NET MAUI release notes for preview 3

* .NET 10 P3 - SDK Notes (#9822)

* SDK Start

* Add first draft of SDK features for p3

* Update release-notes/10.0/preview/preview3/sdk.md

* Update release-notes/10.0/preview/preview3/sdk.md

* Update release-notes/10.0/preview/preview3/sdk.md

Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>

* Update release-notes/10.0/preview/preview3/sdk.md

Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>

---------

Co-authored-by: Chet Husk <chusk3@gmail.com>
Co-authored-by: Chet Husk <baronfel@users.noreply.github.com>
Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>

* .NET 10 Preview 3 - Runtime (#9823)

* .NET 10 P3 Runtime

* Add JIT notes

* Fix indentation

* Feedback

---------

Co-authored-by: Aman Khalid (from Dev Box) <amankhalid@microsoft.com>

* Add ASP.NET Core release notes for .NET 10 Preview 3 (#9835)

* Add ASP.NET Core release notes for .NET 10 Preview 3

* Add server-sent events

* Add declarative state persistence

* Add OpenAPI template option

* Add min API validation

* Add built-time env for Blazor WebAssembly

* Apply edits

* Apply suggestions from PR review

Co-authored-by: Wade Pickett <wpickett@microsoft.com>

* Update release-notes/10.0/preview/preview3/aspnetcore.md

Co-authored-by: Wade Pickett <wpickett@microsoft.com>

* Update release-notes/10.0/preview/preview3/aspnetcore.md

Co-authored-by: Wade Pickett <wpickett@microsoft.com>

* Update release-notes/10.0/preview/preview3/aspnetcore.md

Co-authored-by: Ilona Tomkowicz <32700855+ilonatommy@users.noreply.github.com>

* Update release-notes/10.0/preview/preview3/aspnetcore.md

Co-authored-by: Ilona Tomkowicz <32700855+ilonatommy@users.noreply.github.com>

* Update release-notes/10.0/preview/preview3/aspnetcore.md

* Update release-notes/10.0/preview/preview3/aspnetcore.md

Co-authored-by: Daniel Roth <daroth@microsoft.com>

---------

Co-authored-by: Mike Kistler <mikekistler@microsoft.com>
Co-authored-by: Wade Pickett <wpickett@microsoft.com>
Co-authored-by: Ilona Tomkowicz <32700855+ilonatommy@users.noreply.github.com>
Co-authored-by: Pavel Savara <pavelsavara@microsoft.com>

* Updates for P3 (#9831)

* .NET 10 P3 - Libraries (#9824)

* .NET 10 P3 - Libraries

* Introduce an AOT-Safe Constructor for ValidationContext

* Support for Telemetry Schema URLs in ActivitySource and Meter

* Byte-Level Support in BPE Tokenizer

* ML.NET notes

* Tensor update notes

---------

Co-authored-by: Tarek Mahmoud Sayed <10833894+tarekgh@users.noreply.github.com>
Co-authored-by: Michael Sharp <51342856+michaelgsharp@users.noreply.github.com>

* cleanup

* cleanup

* cleanup

* cleanup

* Initial draft of P3 release notes (#9832)

* cleanup

* cleanup

* Update release-notes/10.0/preview/preview3/csharp.md

Co-authored-by: Martin Costello <martin@martincostello.com>

* Update release-notes/10.0/preview/preview3/aspnetcore.md

Co-authored-by: Mike Kistler <mikekistler@microsoft.com>

* update code block

* Add global.json local sdk support details

* Added WPF notes (#9844)

* update readmes

* fix readme

* Updated 10.0.0-preview.3.md with content and Nuget list

* cleanup 1

* Implement feature X to enhance user experience and optimize performance

* Update release-notes/10.0/preview/preview3/10.0.0-preview.3.md

Co-authored-by: Martin Costello <martin@martincostello.com>

* Updated windowsdesktop Urls

* cleanup

* updat elinux

* udpated

* Fix table

---------

Co-authored-by: maumar <maumar@microsoft.com>
Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
Co-authored-by: Chet Husk <chusk3@gmail.com>
Co-authored-by: Chet Husk <baronfel@users.noreply.github.com>
Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>
Co-authored-by: Aman Khalid (from Dev Box) <amankhalid@microsoft.com>
Co-authored-by: Daniel Roth <daroth@microsoft.com>
Co-authored-by: Mike Kistler <mikekistler@microsoft.com>
Co-authored-by: Wade Pickett <wpickett@microsoft.com>
Co-authored-by: Ilona Tomkowicz <32700855+ilonatommy@users.noreply.github.com>
Co-authored-by: Pavel Savara <pavelsavara@microsoft.com>
Co-authored-by: Merrie McGaw <mmcgaw@microsoft.com>
Co-authored-by: Tarek Mahmoud Sayed <10833894+tarekgh@users.noreply.github.com>
Co-authored-by: Michael Sharp <51342856+michaelgsharp@users.noreply.github.com>
Co-authored-by: Kathleen Dollard <kdollard@microsoft.com>
Co-authored-by: Martin Costello <martin@martincostello.com>
Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: victorisr <victorisr@microsoft.com>
2025-04-10 13:03:15 -07:00
victorisr
6fb0a11468 April10 preview3 Release Artifacts (#9845)
* .NET 10 Preview 3 Artifacts for servicing release

* Updated releases.json data
2025-04-10 12:56:59 -07:00
Maira Wenzel
13a00b4223 Fix bug number (#9842) 2025-04-08 16:55:23 -07:00