Skip to content

Commit

Permalink
Add 5.0 streams
Browse files Browse the repository at this point in the history
.NET 5 probably deserves a package id change, but this is a stopgap measure,
until #45 is done.
  • Loading branch information
jberezanski committed Oct 4, 2020
1 parent 282381a commit 2c84aed
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions aspnetcore-runtimepackagestore/Update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ function EntryToData($channel, $rps) {
function global:au_GetLatest {
@{
Streams = [ordered] @{
'5.0' = EntryToData('5.0')
'3.1' = EntryToData('3.1')
'3.0' = EntryToData('3.0')
'2.2' = EntryToData('2.2')
Expand Down
1 change: 1 addition & 0 deletions dotnetcore-runtime.install/Update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ function EntryToData($channel) {
function global:au_GetLatest {
@{
Streams = [ordered] @{
'5.0' = EntryToData('5.0')
'3.1' = EntryToData('3.1')
'3.0' = EntryToData('3.0')
'2.2' = EntryToData('2.2')
Expand Down
1 change: 1 addition & 0 deletions dotnetcore-runtime.portable/Update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ function EntryToData($channel) {
function global:au_GetLatest {
@{
Streams = [ordered] @{
'5.0' = EntryToData('5.0')
'3.1' = EntryToData('3.1')
'3.0' = EntryToData('3.0')
'2.2' = EntryToData('2.2')
Expand Down
1 change: 1 addition & 0 deletions dotnetcore-sdk/Update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ function EntryToData() {
function global:au_GetLatest {
@{
Streams = [ordered] @{
'5.0.1' = EntryToData -channel '5.0' -version '5.0.1*'
'3.1' = EntryToData -channel '3.1'
'3.0' = EntryToData -channel '3.0'
'2.2' = EntryToData -channel '2.2'
Expand Down
1 change: 1 addition & 0 deletions dotnetcore-windowshosting/Update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ function EntryToData($channel) {
function global:au_GetLatest {
@{
Streams = [ordered] @{
'5.0' = EntryToData('5.0')
'3.1' = EntryToData('3.1')
'3.0' = EntryToData('3.0')
'2.2' = EntryToData('2.2')
Expand Down

0 comments on commit 2c84aed

Please sign in to comment.