diff --git a/README.md b/README.md index af443be5b..00eecb061 100644 --- a/README.md +++ b/README.md @@ -169,9 +169,9 @@ With development builds, internal NuGet feeds are necessary for some scenarios ( Do not directly edit the table below. Use https://github.com/dotnet/installer/tree/main/tools/sdk-readme-table-generator to help you generate it. Make sure to run the table generator test and make any changes to the generator along with your changes to the table. Daily servicing builds aren't shown here because they may contain upcoming security fixes. All public servicing builds can be downloaded at http://aka.ms/dotnet-download. ### Table -*Note* the 7.0.100 build will be finished internally. Below is the last public version available from that branch but is not fully updated with the final runtime. +*Note* the 8.0.100 build will be finished internally starting in mid-October. -| Platform | main
(9.0.x Runtime) | 8.0.1xx-rc2
(8.0-rc2 Runtime) | Release/7.0.4xx
(7.0.x Runtime) | +| Platform | main
(9.0.x Runtime) | 8.0.1xx
(8.0 Runtime) | Release/7.0.4xx
(7.0.x Runtime) | | :--------- | :----------: | :----------: | :----------: | | **Windows x64** | [![][win-x64-badge-main]][win-x64-version-main]
[Installer][win-x64-installer-main] - [Checksum][win-x64-installer-checksum-main]
[zip][win-x64-zip-main] - [Checksum][win-x64-zip-checksum-main] | [![][win-x64-badge-8.0.1XX]][win-x64-version-8.0.1XX]
[Installer][win-x64-installer-8.0.1XX] - [Checksum][win-x64-installer-checksum-8.0.1XX]
[zip][win-x64-zip-8.0.1XX] - [Checksum][win-x64-zip-checksum-8.0.1XX] | [![][win-x64-badge-7.0.4XX]][win-x64-version-7.0.4XX]
[Installer][win-x64-installer-7.0.4XX] - [Checksum][win-x64-installer-checksum-7.0.4XX]
[zip][win-x64-zip-7.0.4XX] - [Checksum][win-x64-zip-checksum-7.0.4XX] | | **Windows x86** | [![][win-x86-badge-main]][win-x86-version-main]
[Installer][win-x86-installer-main] - [Checksum][win-x86-installer-checksum-main]
[zip][win-x86-zip-main] - [Checksum][win-x86-zip-checksum-main] | [![][win-x86-badge-8.0.1XX]][win-x86-version-8.0.1XX]
[Installer][win-x86-installer-8.0.1XX] - [Checksum][win-x86-installer-checksum-8.0.1XX]
[zip][win-x86-zip-8.0.1XX] - [Checksum][win-x86-zip-checksum-8.0.1XX] | [![][win-x86-badge-7.0.4XX]][win-x86-version-7.0.4XX]
[Installer][win-x86-installer-7.0.4XX] - [Checksum][win-x86-installer-checksum-7.0.4XX]
[zip][win-x86-zip-7.0.4XX] - [Checksum][win-x86-zip-checksum-7.0.4XX] | diff --git a/tools/sdk-readme-table-generator/TableGenerator/Program.fs b/tools/sdk-readme-table-generator/TableGenerator/Program.fs index 64d2be656..4143ed1e5 100644 --- a/tools/sdk-readme-table-generator/TableGenerator/Program.fs +++ b/tools/sdk-readme-table-generator/TableGenerator/Program.fs @@ -10,7 +10,7 @@ let inputBranches = DisplayName = "main
(9.0.x Runtime)" AkaMsChannel = Some("9.0.1xx/daily") } { GitBranchName = "release/8.0.1xx" - DisplayName = "8.0.1xx-rc2
(8.0-rc2 Runtime)" + DisplayName = "8.0.1xx
(8.0 Runtime)" AkaMsChannel = Some("8.0.1xx/daily") } { GitBranchName = "release/7.0.4xx" DisplayName = "Release/7.0.4xx
(7.0.x Runtime)"