1
0
mirror of synced 2025-12-19 09:50:46 -05:00

235 Commits

Author SHA1 Message Date
Jesper Noordsij
98543f010a Mark .NET 10.0 support as Active (#10189)
* Mark .NET 10.0 support as Active

* Mark .NET 10.0 support as Active
2025-12-09 12:47:25 -08:00
Rahul Bhandari
68f06e8177 Artifacts for .NET December Servicing Release (#10187)
* Artifacts for .NET December Servicing Release

* Update 10.0.1.md
2025-12-09 10:32:50 -08:00
Tore
4747bd28c4 Update NET 9.0 EOL Date (#10154)
Correct date that forgotten in the original PR:
https://github.com/dotnet/core/pull/10123
2025-11-11 06:55:37 -08:00
victorisr
484b00682d November Servicing & .NET 10GA Updates (#10153)
* November Servicing & .NET 10GA Updates

* Create cve.md

---------

Co-authored-by: Rahul Bhandari <rbhanda@microsoft.com>
2025-11-11 06:18:10 -08:00
victorisr
2455cd07f7 dotnet Patch Tuesday 10-14 Release note updates for 8.0, 9.0 & 10.0 RC2 (#10117)
* dotnet Patch Tuesday 10-14 Release note updates for 8.0, 9.0 & 10.0 RC2

* Updated Placeholder Urls
2025-10-14 11:53:44 -07:00
victorisr
dcaa05ad3b Updates to .NET 8 & .NET 9 release Notes (#10075)
* Uodates to .NET 8 & .NET 9 release Notes

* Added feedback links

---------

Co-authored-by: Rahul Bhandari <rbhanda@microsoft.com>
2025-09-09 10:03:35 -07:00
Jon Galloway
f827ae7908 Add release notes for .NET 10 RC 1 across various components (#10061)
* Add RC1 release notes template files

* Add missing aspnetcore.md template file

* Update RC1 release notes to proper template format and update prompt file

* Add release notes for .NET 10 RC 1 across various components

* Fix markdownlint issues in createprs-for-preview.prompt.md

* Update createprs-for-preview prompt with detailed instructions for handling "TBD" placeholders and adding a master consolidation PR process

* Servicing Release markdowns and json Updates for 10.0 RC1

* Added ./rc1/README.md

* Fix formatting of version-aspnetcoremodule entries and ensure newline at end of file in release notes JSON files

* Update csharp for RC 1 (#10051)

* Update csharp for RC 1

* Update C# release notes for .NET 10 RC 1 (no notable features)

* Update wpf for RC 1 (#10060)

* Update wpf for RC 1

* Update WPF release notes for .NET 10 RC 1 to clarify absence of new features

* Update containers for RC 1 (#10050)

* Update containers for RC 1

* Clarify that the .NET 10 RC 1 release does not include new Container image features in the release notes.

* Update runtime for RC 1 (#10056)

* Update runtime for RC 1

* Update runtime release notes for .NET 10 RC 1

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Revise SDK release notes for .NET 10 RC 1 to emphasize quality improvements and encourage developer feedback

* Update sdk for RC 1 (#10057)

* Clarify that .NET 10 RC 1 does not introduce new Visual Basic features and direct users to relevant documentation

* Update aspnetcore for RC 1 (#10049)

* Update fsharp for RC 1 (#10054)

* Update fsharp for RC 1

* Fix fsharp: replace TBD with content

* Update F# release notes for .NET 10 RC 1 to clarify absence of new features

---------

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

* Update dotnetmaui for RC 1 (#10052)

* Update dotnetmaui for RC 1

* Fix duplicate content in dotnetmaui

* look! We have release notes

added maui and android. Need yet macios and contributors list.

* Apply suggestions from code review

* Update release-notes/10.0/preview/rc1/dotnetmaui.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update release-notes/10.0/preview/rc1/dotnetmaui.md

Co-authored-by: Jon Galloway <jongalloway@gmail.com>

* Update release-notes/10.0/preview/rc1/dotnetmaui.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* add images

* add bullet for experimental

* update lint

---------

Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: James Montemagno <james.montemagno@gmail.com>

* Update libraries for RC 1 (#10055)

* Update libraries for RC 1

* Fix libraries: replace TBD with content

* Add PQC notes

* Fix trailing whitespace

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

Co-authored-by: Tanner Gooding <tagoo@outlook.com>

* updates

* update link

* updates

---------

Co-authored-by: Jeremy Barton <jbarton@microsoft.com>
Co-authored-by: James Montemagno <james.montemagno@gmail.com>
Co-authored-by: Tanner Gooding <tagoo@outlook.com>

* Update winforms for RC 1 (#10059)

* Update winforms for RC 1

* Update WinForms release notes for .NET 10 RC1

Thanks @KlausLoeffelmann for the content!

---------

Co-authored-by: Merrie McGaw <mmcgaw@microsoft.com>

* Update efcore for RC 1 (#10053)

* Update efcore for RC 1

* Fix efcore: replace TBD with content

* EF Core release notes for rc.1

---------

Co-authored-by: Shay Rojansky <roji@roji.org>

* markdownlint fixes for WinForms RC1 release notes

* Update Language Version in releases.json

* Update release.json for Language version support

* updates

* filled out maui contributor GitHub handles

* Revise Visual Studio compatibility information

---------

Co-authored-by: victorisr <victorisr@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: James Montemagno <james.montemagno@gmail.com>
Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
Co-authored-by: Jeremy Barton <jbarton@microsoft.com>
Co-authored-by: Tanner Gooding <tagoo@outlook.com>
Co-authored-by: Merrie McGaw <mmcgaw@microsoft.com>
Co-authored-by: Shay Rojansky <roji@roji.org>
Co-authored-by: Rahul Bhandari <rbhanda@microsoft.com>
2025-09-09 09:39:12 -07:00
James Montemagno
bf1d666ec1 Add release notes for .NET 10 Preview 7 across various components (#10006)
* Add release notes for .NET 10 Preview 7 across various components

* Remove outdated prompt for creating pull requests for Preview 7

* Add prompt for creating pull requests for .NET 10 Preview 7

* Update wpf for preview 7 (#10005)

* Update wpf for preview 7

* Add details

* Fix version

* Update wpf.md

* Update wpf.md

---------

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

* Update dotnetmaui for preview 7 (#9997)

* Update dotnetmaui for preview 7

* Update dotnetmaui.md for preview 7 with copilot consolidation

* Update release-notes/10.0/preview/preview7/dotnetmaui.md

Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>

* Update dotnetmaui.md

* Update dotnetmaui.md

---------

Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>

* Update winforms for preview 7 (#10004)

* Update winforms for preview 7

* Update winforms readme.md

---------

Co-authored-by: Klaus Löffelmann <9663150+KlausLoeffelmann@users.noreply.github.com>

* Update efcore for preview 7 (#9998)

* Update efcore for preview 7

* Fill in EF 10 preview7 release notes

* Update release-notes/10.0/preview/preview7/efcore.md

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

---------

Co-authored-by: Shay Rojansky <roji@roji.org>
Co-authored-by: Martin Costello <martin@martincostello.com>

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

Co-authored-by: Weihan Li <weihanli@outlook.com>

* Add comprehensive ASP.NET Core release notes for .NET 10 Preview 7 (#10023)

* Update fsharp for preview 7 (#9999)

* Update fsharp for preview 7

* Update release-notes/10.0/preview/preview7/fsharp.md

---------

Co-authored-by: Jon Galloway <jongalloway@gmail.com>

* Update sdk for preview 7 (#10002)

* Update sdk for preview 7

* add notes about any RID support in .NET tools

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

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

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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Chet Husk <chusk3@gmail.com>
Co-authored-by: Chet Husk <baronfel@users.noreply.github.com>
Co-authored-by: Martin Costello <martin@martincostello.com>
Co-authored-by: Jon Galloway <jongalloway@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update libraries for preview 7 (#10000)

* Update libraries for preview 7

* Add notes for CreateNewProcessGroup

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

* Update markdown link

* Add cryptography notes

* Add PipeReader support for JsonSerializer

* change received to sent

* Composite ML-DSA

* clean up pqc bullet

* update PipeReader blurb

* Add WebSocketStream

* Fix WebSocketStream link and add TLS 1.3 support for macOS client

* Update TLS 1.3 notes for macOS Network.framework behavior and edge cases

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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: David Cantú <dacantu@microsoft.com>
Co-authored-by: Pranav Senthilnathan <pranas@microsoft.com>
Co-authored-by: Jeremy Barton <jbarton@microsoft.com>
Co-authored-by: Natalia Kondratyeva <knatalia@microsoft.com>
Co-authored-by: Ahmet Ibrahim Aksoy <aaksoy@microsoft.com>
Co-authored-by: Jon Galloway <jongalloway@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update csharp for preview 7 (#9996)

* Update csharp for preview 7

* Add C# preview 7 features.

Add the remaining C# 14 features delivered in .NET 10 preview 7.

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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
Co-authored-by: Jon Galloway <jongalloway@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update containers for preview 7 (#9995)

* Update containers for preview 7

* Add dnx feature notes

---------

Co-authored-by: Logan Bussell <loganbussell@microsoft.com>

* Update runtime for preview 7 (#10001)

* Update runtime for preview 7

* Update release-notes/10.0/preview/preview7/runtime.md

---------

Co-authored-by: Jon Galloway <jongalloway@gmail.com>

* Update 10.0.0-preview.7.md

* Update README.md

* Update releases.md

* Update README.md

* Update releases-index.json

* Update README.md

* Update releases.json

* Update install-linux.md

* Update install-macos.md

* Update install-windows.md

* Create release.json

* Update markdown files and release notes for Preview 7

* Update release notes for Preview 7: add missing WPF entry, fix formatting in ASP.NET Core, SDK, and Windows Forms notes

* fix winforms

* Update markdown link check workflow to allow all branches for pull requests and fix JSON formatting in release notes

* Remove feature summaries from F# and Visual Basic release notes for Preview 7

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

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

---------

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Jon Galloway <jongalloway@gmail.com>
Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
Co-authored-by: Klaus Löffelmann <9663150+KlausLoeffelmann@users.noreply.github.com>
Co-authored-by: Shay Rojansky <roji@roji.org>
Co-authored-by: Martin Costello <martin@martincostello.com>
Co-authored-by: Weihan Li <weihanli@outlook.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Chet Husk <chusk3@gmail.com>
Co-authored-by: Chet Husk <baronfel@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: David Cantú <dacantu@microsoft.com>
Co-authored-by: Pranav Senthilnathan <pranas@microsoft.com>
Co-authored-by: Jeremy Barton <jbarton@microsoft.com>
Co-authored-by: Natalia Kondratyeva <knatalia@microsoft.com>
Co-authored-by: Ahmet Ibrahim Aksoy <aaksoy@microsoft.com>
Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
Co-authored-by: Logan Bussell <loganbussell@microsoft.com>
Co-authored-by: victorisr <victorisr@microsoft.com>
2025-08-12 12:09:42 -07:00
victorisr
c92b6eff99 .NET Aug2025 8A servicing release Updates (#10016)
* Update releases.md

* Update README.md

* Update releases-index.json

* Update README.md

* Update 9.0 releases.json

* Update README.md

* Update 9.0 install-linux.md

* Update install-macos.md

* Update 9.0 install-windows.md

* Update 9.0 cve.md

* Create 9.0.8.md

* Create 9.0.109.md

* Create release.json

* Update 8.0 releases.json

* Update 8.0 README.md

* Update 8.0 cve.md

* Update 8.0 install-linux.md

* Update 8.0 install-macos.md

* Update 8.0 install-windows.md

* Create 8.0.19.md

* Create 8.0.119.md

* Create 8.0.316

* Create 8.0 release.json

* Update releases-index.json

* Rename 8.0.316 to 8.0.316.md
2025-08-05 11:57:43 -07:00
James Montemagno
2981881154 .NET 10 Preview 6 (#9830)
* .NET 10 Preview 6

* .NET 10 P6 - FSharp (#9946)

* Update fsharp preview6 release notes with manual changes.

* udpate for release

* .NET 10 P6 - CSharp (#9943)

* Add period to last sentence in csharp preview6 release notes.

* update C#

* .NET 10 P6 - EFCore (#9945)

* Add period to last sentence in efcore preview6 release notes.

* EF 10.0-preview.6 release notes

* Added small improvements

---------

Co-authored-by: Shay Rojansky <roji@roji.org>

* .NET 10 P6 - WPF (#9952)

* Add period to last sentence in aspnetcore preview6 release notes.

* Add period to last sentence in containers preview6 release notes.

* Add period to last sentence in csharp preview6 release notes.

* Add period to last sentence in dotnetmaui preview6 release notes.

* Add period to last sentence in efcore preview6 release notes.

* Add period to last sentence in libraries preview6 release notes.

* Add period to last sentence in runtime preview6 release notes.

* Add period to last sentence in sdk preview6 release notes.

* Add period to last sentence in visualbasic preview6 release notes.

* Add period to last sentence in winforms preview6 release notes.

* Add period to last sentence in wpf preview6 release notes.

* Revert all changes except wpf.md in dotnet10-p6-wpf branch.

* Add WPF info

* update feature list

---------

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

* .NET 10 P6 - WinForms (#9951)

* Add period to last sentence in winforms preview6 release notes.

* Update WinForms for Preview 6

* Apply suggestions from code review

Co-authored-by: Klaus Löffelmann <9663150+KlausLoeffelmann@users.noreply.github.com>

---------

Co-authored-by: Merrie McGaw <mmcgaw@microsoft.com>
Co-authored-by: Klaus Löffelmann <9663150+KlausLoeffelmann@users.noreply.github.com>

* .NET 10 P6 - SDK (#9949)

* Add period to last sentence in sdk preview6 release notes.

* CLI notes around tools and such

* Add release notes for preview.6 run-file changes

---------

Co-authored-by: Chet Husk <baronfel@users.noreply.github.com>
Co-authored-by: Damian Edwards <damian@damianedwards.com>

* .NET 10 P6 - Containers (#9942)

* Add period to last sentence in containers preview6 release notes.

* update to none udpates.

* .NET 10 P6 - Runtime (#9948)

* Add period to last sentence in runtime preview6 release notes.

* Add JIT notes

---------

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

* .NET 10 P6 - .NET MAUI (#9944)

* Add period to last sentence in dotnetmaui preview6 release notes.

* Update dotnetmaui.md

* adding more details for android

* minor updates to iOS note

* Update release-notes/10.0/preview/preview6/dotnetmaui.md

Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>

* Update release-notes/10.0/preview/preview6/dotnetmaui.md

Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>

* Update release-notes/10.0/preview/preview6/dotnetmaui.md

Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>

* added contributors from android and iOS repos

---------

Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>

* .NET 10 P6 - Libraries (#9947)

* Add period to last sentence in libraries preview6 release notes.

* Update libraries.md

* Update libraries.md

Co-authored-by: Weihan Li <weihanli@outlook.com>

* Update libraries.md

fix link

---------

Co-authored-by: Pranav Senthilnathan <pranas@microsoft.com>
Co-authored-by: Weihan Li <weihanli@outlook.com>

* Add ASP.NET Core release notes for .NET 10 Preview 6 (#9965)

* update linter

* revert

* Fix link to installers and binaries for .NET 10 Preview 6 in README.md

* update permissions?

* Update release notes for .NET 10 Preview 6: enhance dark mode support in Windows Forms, improve JSON property handling in libraries, and refine CLI tool execution options in SDK.

* Enhance release notes for .NET 10 Preview 6: update dark mode support in Windows Forms, improve formatting in EF Core and SDK documentation, and clean up whitespace in various markdown files.

* cleanup

* add p6

* lint

* try this

* Update releases.md

* Update README.md

* Update release-notes/README.md

* Update releases-index.json

* Update install-linux.md

* Update install-macos.md

* Update install-windows.md

* Update releases.json

* Update 10.0.0-preview.6.md

* Added release.json

* Mix lint errors in release.json for preview 6 release

* Fix jsonlint errors

* Fix jsonlint errors

---------

Co-authored-by: Shay Rojansky <roji@roji.org>
Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Merrie McGaw <mmcgaw@microsoft.com>
Co-authored-by: Klaus Löffelmann <9663150+KlausLoeffelmann@users.noreply.github.com>
Co-authored-by: Chet Husk <baronfel@users.noreply.github.com>
Co-authored-by: Damian Edwards <damian@damianedwards.com>
Co-authored-by: Aman Khalid (from Dev Box) <amankhalid@microsoft.com>
Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
Co-authored-by: Pranav Senthilnathan <pranas@microsoft.com>
Co-authored-by: Weihan Li <weihanli@outlook.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: victorisr <victorisr@microsoft.com>
Co-authored-by: Jon Galloway <jongalloway@gmail.com>
2025-07-15 10:08:38 -07:00
victorisr
31ee24515d Artifacts for July 2025 Dotnet 8 & 9 Servicing Release (#9966) 2025-07-08 13:37:53 -05: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
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
victorisr
ef0175824c Updated README markdowns. (#9847)
* Update README.md

* Update README.md
2025-04-10 13:30:17 -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
victorisr
b6d4f08e9f APRIL-2025 8.0 & 9.0 Service Release Artifacts (#9839)
* Update releases.md

* Update README.md

* Create 8.0.15.md

* Create 8.0.115.md

* Create 8.0.311.md

* Create release.json

* Update 8.0 cve.md

* Update 8.0 install-linux.md

* Update 8.0 install-macos.md

* Update 8.0 install-windows.md

* Update 8.0 releases.json

* Update 8.0 README.md

* Create 9.0.4.md

* Create 9.0.105.md

* Create 9.0 release.json

* Update README.md

* Update 9.0 cve.md

* Update 9.0 install-linux.md

* Update 9.0 install-macos.md

* Update 9.0 install-windows.md

* Update 9.0 releases.json

* Update releases-index.json

* Update release notes README.md
2025-04-08 13:33:33 -07:00
Rahul Bhandari
68fd9b1604 Artifacts for .NET 3B 2025 Servicing Release (#9789)
* Artifacts for .NET 3B 2025 Servicing Release

* Update 8.0.14.md

* Update 9.0.3.md
2025-03-11 10:25:28 -07:00
victorisr
051ce702d3 Fixed lint warnings on the markdown files (#9742)
Thanks!
2025-02-13 16:11:41 -08:00
victorisr
0512e8f2fd Febcore2025 (#9728)
* Artifacts for .NET 8.0 and 9.0 February 2025 Service Release

* Artifacts for .NET 8.0 and 9.0 February 2025 Service Release

* Updated nuget packages list and few other versions

* Update download links in release notes

Removing a wayward & unnecessary semi-colon

* Updated nuget list and other links

* Updated 9.0.200 vs version

Updated 9.0 json files with the latest vs version for 9.0.200

* Fix release version in README

* Updates from editor

* Revert "Updates from editor"

This reverts commit 1674931b37.

* Update 9.0 README

Removed Spacing in #Release notes

* Update VS version in release notes

* Update VS version in release notes

* Update Visual Studio version in release notes

* Updated language versions for 9.0

* Update language versions and Visual Studio support

---------

Co-authored-by: padmasrid <38444564+padmasrid@users.noreply.github.com>
Co-authored-by: Susan Lester <v-susles@Microsoft.com>
Co-authored-by: Rahul Bhandari <rbhanda@microsoft.com>
2025-02-11 10:11:30 -08:00
Rich Lander
700ee08b79 Fix linter errors (#9723)
* Fix linter errors

* Add additional markdownlint rules

* Update linter rules

* Update .gitignore

* Add settings.json
2025-02-06 07:57:26 -08:00
Rahul Bhandari
16ff96da15 Artifacts for .NET Jan 2025 Servicing Release (#9690)
* Artifacts for .NET Jan 2025 Servicing Release

* Update 9.0.1.md

* Update 8.0.12.md

* Update 8.0.12.md

* Update .NET SDK versions in release notes

* Update 9.0.1.md

* Update 8.0.12.md

* Update 8.0.12.md

* Update 9.0.1.md

---------

Co-authored-by: victorisr <victorisr@microsoft.com>
2025-01-14 10:56:33 -08:00
Rich Lander
8c8e5836c3 Fix linter errors in repo (#9689)
* Fix linter errors

* Update links
2025-01-13 21:40:52 -08:00
Benjamin Krämer
78cb8715ff Fix broken links and update (#9665) 2024-12-17 07:37:34 -08:00
Rahul Bhandari
e18becd617 Update README.md (#9600) 2024-11-12 11:08:10 -08:00
Rahul Bhandari
aba79b22cc Artifacts for .NET Nov 2024 Releases (#9596)
* Artifacts for .NET Nov 2024 Releases

* Update 8.0.111.md
2024-11-12 10:48:46 -08:00
Rahul Bhandari
0094ccfdbd Artifacts for .NET October 2024 Releases (#9531)
* Artifacts for .NET October 2024 Releases

* Update known-issues.md

* update

* Update 6.0.35.md

* updates

* Update 8.0.10.md

---------

Co-authored-by: James Montemagno <james.montemagno@gmail.com>
2024-10-08 09:36:30 -07:00
Rahul Bhandari
6b1fa487fd Artifacts for .NET 9 RC1 Release (#9493)
* Artifacts for .NET 9 RC1 Release

* Update README.md

Fixed the extra line that was throwing the columns off.

* updating readme (#9494)

* Update release-notes/9.0/preview/rc1/libraries.md

Co-authored-by: Maira Wenzel <mairaw@microsoft.com>

* Update 9.0.0-rc.1.md

---------

Co-authored-by: Susan Lester <v-susles@Microsoft.com>
Co-authored-by: Maira Wenzel <mairaw@microsoft.com>
2024-09-10 11:17:34 -07:00
Rich Lander
1f44a9a4f2 Update README and related files (#9478)
* Update README and related files

* Change schema name

* Cleanup mistakes

* Comment out future content

* Reduce line length
2024-08-22 15:54:43 -07:00
Rahul Bhandari
1b8c0b7ea3 Artifacts for .NET August 2024 Releases (#9445)
* Artifacts for .NET August 2024 Releases

* Apply suggestions from code review

* Update os-packages.json

---------

Co-authored-by: James Montemagno <james.montemagno@gmail.com>
2024-08-13 09:38:47 -07:00
Rich Lander
49e018be1e Linux packages JSON format (#9412)
* Add packages JSON file

* Reformat document

* Remove zlib

* Remove 'Extra' concept

* Add reference doc

* Generate markdown

* Add trailing CR

* Apply suggestions from code review

Co-authored-by: Matt Thalman <mthalman@microsoft.com>

* Update schema per feedback

* Remove commands property

* Update markdown to commands schemea change

* Add formats description

* Change title

* Add more examples

* Add formats link to README

* Apply suggestions from code review

Co-authored-by: Matt Thalman <mthalman@microsoft.com>

* Update schema with descriptions

* Apply suggestions from code review

Co-authored-by: Omair Majid <omajid@redhat.com>
Co-authored-by: Noah Gilson <noahgilson@microsoft.com>

* Rename files

* Add eol-date

* Update README files

* Update schema links

* Update link titles

* Update per feedback

* Update per feedback

* Updates per feedback

* Update description

* Sort packages

* Remove Debian 11

* Add min-version information

* Change to link

* Update markdown

* Update schema per feedback

* Apply suggestions from code review

Co-authored-by: Matt Thalman <mthalman@microsoft.com>

* Update markdown

---------

Co-authored-by: Matt Thalman <mthalman@microsoft.com>
Co-authored-by: Omair Majid <omajid@redhat.com>
Co-authored-by: Noah Gilson <noahgilson@microsoft.com>
2024-07-22 13:11:55 -07:00
Rahul Bhandari
70ee22d3b1 Artifacts for .NET July Preview and Servicing Releases (#9389)
* Artifacts for .NET July Preview and Servicing Releases

* .NET 9 Preview 6 changes

* remove ef for now

* update index

* Update release-notes/8.0/8.0.7/8.0.7.md

Co-authored-by: Logan Bussell <loganbussell@microsoft.com>

---------

Co-authored-by: James Montemagno <james.montemagno@gmail.com>
Co-authored-by: Logan Bussell <loganbussell@microsoft.com>
2024-07-09 09:19:49 -07:00
Rich Lander
ca11671ca1 Update README.md (#9378)
* Update README.md

* Update EOL date
2024-07-01 22:13:59 -07:00
Rahul Bhandari
56c775cf2d Artifacts for .NET 9 Preview 5 Release (#9349)
* Artifacts for .NET 9 Preview 5 Release

* updates

* add media

* update link

* update main readme

* Update efcoreanddata.md

* update

* Update README.md

---------

Co-authored-by: James Montemagno <james.montemagno@gmail.com>
Co-authored-by: padmasrid <38444564+padmasrid@users.noreply.github.com>
2024-06-11 11:49:05 -07:00
Lee Coward
6d2d478f94 May (5D) release artifacts (#9333)
* Revert "Updating releaes.json"

This reverts commit 1941c31ed5.

* Artifacts for July Servicing Releases

* Artifacts for .NET 6 Preview 6 Release

* Update 3.1.17.md

* Update

* Release artifacts for .NET Core 2.1.30

* Reverting commit f14ccd0295

* Updating Release notes for .NET 6 RC1 downloads

* Removing extra 2.0.3 update from the 2.0 releases.json

* Artifacts for .NET 8.0 Preview 1 Release

* Update 8.0.0-preview.1.md

* Revert "Update 8.0.0-preview.1.md"

This reverts commit 4d900cec57.

* Update 8.0.0-preview.1.md

* release assets for 5D

* 05D release notes updates

* Update 6.0.31.md

* Update 6.0.131.md

* Update 6.0.131.md

Fixed issue that 423 was being pulled instead of 131.

* Update 7.0.120.md

* Update 7.0.20.md

* Update 7.0.317.md

* Update 7.0.410.md

* fixing rel notes

* Update 7.0.120.md

Moved 120 SDK section above the other 2 sections so it would pick up in the Downloads instead of the other one.

* Update 8.0.106.md

* Update 7.0.317.md

Moved 317 above so it would pull.

* removing extra file

* Update 7.0.20.md

Changed 409 to 410 in the first paragraph.

* Update 8.0.106.md

Header was messed up. Fixed it so it's just the heading once and no extraneous characters

* Update 8.0.6.md

* Update README.md

* add note about wix update to 7, 8 and new mac msrc to 6

* update security release info

* Update release-notes/releases-index.json

Co-authored-by: Maira Wenzel <mairaw@microsoft.com>

---------

Co-authored-by: Rahul Bhandari <rbhanda@microsoft.com>
Co-authored-by: dcwhittaker <dwhittaker@microsoft.com>
Co-authored-by: Susan Lester <v-susles@Microsoft.com>
Co-authored-by: padmasrid <38444564+padmasrid@users.noreply.github.com>
Co-authored-by: Maira Wenzel <mairaw@microsoft.com>
2024-05-28 14:33:26 -07:00
Rahul Bhandari
6147bed419 Artifacts for .NET 9 Preview 4 Release (#9315)
* Artifacts for .NET 9 Preview 4 Release

* Update 9.0.0-preview.4.md
2024-05-21 07:26:55 -07:00
Rahul Bhandari
eace4e5e62 Artifacts for .NET May 2024 Servicing Release (#9308)
* Artifacts for .NET May 2024 Servicing Release

* Update README.md

* Update releases.md

* Update releases.md

* Update 6.0.30.md

* Update 8.0.5.md

* Update 7.0.19.md

* Updating rel notes
2024-05-14 09:37:46 -07:00
Rahul Bhandari
2983edef41 Artifacts for .NET 9.0 Preview 3 Release (#9268)
* Artifacts for .NET 9.0 Preview 3 Release

* Update releases-index.json
2024-04-11 09:31:44 -07:00
Rahul Bhandari
a275cddb81 Artifacts for .NET April 2024 Servicing Releases (#9262)
* Artifacts for .NET April 2024 Servicing Releases

* Updating md files

* Update release-notes/8.0/releases.json

Co-authored-by: Maira Wenzel <mairaw@microsoft.com>

* Update release-notes/8.0/releases.json

Co-authored-by: Maira Wenzel <mairaw@microsoft.com>

* Update release-notes/8.0/releases.json

Co-authored-by: Maira Wenzel <mairaw@microsoft.com>

---------

Co-authored-by: Maira Wenzel <mairaw@microsoft.com>
2024-04-09 11:13:54 -07:00
Maira Wenzel
b30d3b663b Fix broken link (#9244)
* Fix broken link

* fix another broken link
2024-03-26 17:38:41 -07:00
Rahul Bhandari
8c11d3d33e Artifacts for .NET March Release (#9213)
* Artifacts for .NET March Release

* Update releases-index.json

* Update README.md

Fixed Preview 2 links to work. Were pointing at Preview 1.

---------

Co-authored-by: Susan Lester <v-susles@Microsoft.com>
2024-03-12 09:37:20 -07:00
Rahul Bhandari
1388dd8a80 Update README.md (#9175) 2024-02-13 13:23:26 -08:00
Rahul Bhandari
058297f4fb Artifacts for .NET January 2024 Release (#9053)
* Artifacts for .NET January 2024 Release

* Update 6.0.26.md

* Update 7.0.15.md

* Update 8.0.1.md
2024-01-09 09:30:16 -08:00
Rahul Bhandari
2a64c55604 Artifacts for .NET November 2023 Servicing Releases (#8909)
* Artifacts for .NET November 2023 Servicing Releases

* Update 6.0.25.md

* Update 7.0.14.md
2023-11-14 09:31:15 -08:00
Rahul Bhandari
bcaa3548b8 Update README.md (#8906) 2023-11-14 07:59:09 -08:00
Rahul Bhandari
d75fa96ee1 Artifacts for .NET 8.0 GA ReleasE (#8903) 2023-11-14 07:25:50 -08:00
Nick DeVore
80601482a2 Update README.md to reflect correct release date for .net 7 (#8872)
The release date (year) was wrong for .net 7.
2023-10-30 13:33:23 -07:00
Rahul Bhandari
21ab4d78d5 Artifacts of .NET October 24 2023 Release (#8855)
* artifacts of .NET October 24 2023 Release

* removing CVE
2023-10-24 09:31:27 -07:00
Rahul Bhandari
e4613450ea Artifacts for .NET October 2023 Release (#8826)
* Artifacts for .NET October 2023 Release

* Update 8.0.0-rc.2.md

* Update 6.0.23.md

* Update 7.0.12.md

* Update 8.0.0-rc.2.md
2023-10-10 09:46:47 -07:00