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

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>
This commit is contained in:
Rich Lander
2024-07-22 13:11:55 -07:00
committed by GitHub
parent e372dc8941
commit 49e018be1e
9 changed files with 860 additions and 126 deletions

View File

@@ -14,12 +14,14 @@ You can find release notes for all releases, including out-of-support releases,
[8.0.7]: 8.0/8.0.7/8.0.7.md
[6.0.32]: 6.0/6.0.32/6.0.32.md
## Release Information
* [Release note formats](./formats.md)
* [Releases index][releases-index.json]
## Download .NET
* [Download .NET](https://dotnet.microsoft.com/download/dotnet)
* [Releases Index][releases-index.json] -- Index for all release channels in JSON format
* [dotnet-install scripts](https://learn.microsoft.com/dotnet/core/tools/dotnet-install-script)
* [Installation docs](https://learn.microsoft.com/dotnet/core/install/)
* [dotnet-install scripts](https://learn.microsoft.com/dotnet/core/tools/dotnet-install-script)
[releases-index.json]: https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json
[policies]: ../release-policies.md