Skip to content

Commit 49e018b

Browse files
richlandermthalmanomajidnagilson
authored
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>
1 parent e372dc8 commit 49e018b

9 files changed

+860
-126
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ You can find release notes for all releases, including out-of-support releases,
3131
## Release Information
3232

3333
* [Download .NET](https://dotnet.microsoft.com/download/dotnet)
34-
* [Releases Index][releases-index.json] -- Index for all release channels in JSON format
35-
* [dotnet-install scripts](https://learn.microsoft.com/dotnet/core/tools/dotnet-install-script)
3634
* [Installation docs](https://learn.microsoft.com/dotnet/core/install/)
35+
* [dotnet-install scripts](https://learn.microsoft.com/dotnet/core/tools/dotnet-install-script)
36+
* [Releases Index][releases-index.json] -- Index for all release channels in JSON format
3737

3838
[releases-index.json]: https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json
3939
[policies]: release-policies.md

release-notes/9.0/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- [Linux Package Managers](https://learn.microsoft.com/dotnet/core/install/linux)
77
- [Containers](https://hub.docker.com/_/microsoft-dotnet)
88
- [Supported OSes](supported-os.md)
9+
- [OS packages](./os-packages.md)
910
- [Known Issues](known-issues.md)
1011
- [Installation instructions](install.md)
1112

release-notes/9.0/linux-packages.md

-120
This file was deleted.

0 commit comments

Comments
 (0)