diff --git a/aspnetcore-runtimepackagestore/Update.ps1 b/aspnetcore-runtimepackagestore/Update.ps1 index 7d000290..868d9e5f 100644 --- a/aspnetcore-runtimepackagestore/Update.ps1 +++ b/aspnetcore-runtimepackagestore/Update.ps1 @@ -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') diff --git a/dotnetcore-runtime.install/Update.ps1 b/dotnetcore-runtime.install/Update.ps1 index d8226ed1..b63a0775 100644 --- a/dotnetcore-runtime.install/Update.ps1 +++ b/dotnetcore-runtime.install/Update.ps1 @@ -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') diff --git a/dotnetcore-runtime.portable/Update.ps1 b/dotnetcore-runtime.portable/Update.ps1 index 31ee7949..d1492d88 100644 --- a/dotnetcore-runtime.portable/Update.ps1 +++ b/dotnetcore-runtime.portable/Update.ps1 @@ -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') diff --git a/dotnetcore-sdk/Update.ps1 b/dotnetcore-sdk/Update.ps1 index a01b810b..94b71de9 100644 --- a/dotnetcore-sdk/Update.ps1 +++ b/dotnetcore-sdk/Update.ps1 @@ -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' diff --git a/dotnetcore-windowshosting/Update.ps1 b/dotnetcore-windowshosting/Update.ps1 index 05abdaaa..57fb0e21 100644 --- a/dotnetcore-windowshosting/Update.ps1 +++ b/dotnetcore-windowshosting/Update.ps1 @@ -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')