mirror of
https://github.com/actions/versions-package-tools.git
synced 2025-12-10 11:41:23 +00:00
Merge pull request #55 from actions/xamarin-update-channel
Update Xamarin channel link
This commit is contained in:
@@ -22,7 +22,7 @@ if ($ToolName -in "Python", "PyPy", "Node", "Go") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($ToolName -eq "Xamarin") {
|
if ($ToolName -eq "Xamarin") {
|
||||||
$xamarinReleases = "http://aka.ms/manifest/stable"
|
$xamarinReleases = "http://aka.ms/manifest/stable-2022"
|
||||||
$xamarinProducts = @(
|
$xamarinProducts = @(
|
||||||
[PSCustomObject] @{name = 'Mono Framework'; property = 'mono-versions'}
|
[PSCustomObject] @{name = 'Mono Framework'; property = 'mono-versions'}
|
||||||
[PSCustomObject] @{name = 'Xamarin.Android'; property = 'android-versions'}
|
[PSCustomObject] @{name = 'Xamarin.Android'; property = 'android-versions'}
|
||||||
|
|||||||
Reference in New Issue
Block a user