diff --git a/get-new-tool-versions/parsers/xamarin-parser.psm1 b/get-new-tool-versions/parsers/xamarin-parser.psm1 index 7d69416..fb5c135 100644 --- a/get-new-tool-versions/parsers/xamarin-parser.psm1 +++ b/get-new-tool-versions/parsers/xamarin-parser.psm1 @@ -7,7 +7,7 @@ class XamarinVersionsParser: BaseVersionsParser { } [hashtable] GetUploadedVersions() { - $url = $this.BuildGitHubFileUrl("actions", "virtual-environments", "main", "images/macos/toolsets/toolset-11.0.json") + $url = $this.BuildGitHubFileUrl("actions", "virtual-environments", "main", "images/macos/toolsets/toolset-11.json") $releases = Invoke-RestMethod $url -MaximumRetryCount $this.ApiRetryCount -RetryIntervalSec $this.ApiRetryIntervalSeconds $xamarin = $releases.xamarin $xamarinReleases = @{