This repository was archived by the owner on Jan 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Util/Xamarin.Build.Download/source/Xamarin.Build.Download Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -197,9 +197,9 @@ public static string GetCacheDir (string overrideCacheDir = null)
197197 //VERSION:
198198 // * components separated by periods
199199 // * each component must consist of letters and numbers
200- //
200+ // * optional hyphen and pre-release id (eg: '-beta01')
201201 static readonly Regex idRegex = new Regex (
202- @"[A-Za-z]+[A-Za-z\d\._]*[A-Za-z\d]+-[A-Za-z\d]+(\.[A-Za-z\d]+)*(/[A-Za-z]+[A-Za-z\d\._]*[A-Za-z\d]+)?"
202+ @"[A-Za-z]+[A-Za-z\d\._]*[A-Za-z\d]+-[A-Za-z\d]+(\.[A-Za-z\d]+)*(/[A-Za-z]+[A-Za-z\d\._]*[A-Za-z\d]+)?(-\w*)? "
203203 ,
204204 RegexOptions . Compiled
205205 ) ;
Original file line number Diff line number Diff line change 88
99 <PackageId >Xamarin.Build.Download</PackageId >
1010 <Title >Xamarin Build-time Download Support</Title >
11- <PackageVersion >0.11.2 </PackageVersion >
11+ <PackageVersion >0.11.3 </PackageVersion >
1212 <Authors >Microsoft</Authors >
1313 <Owners >Microsoft</Owners >
1414 <PackageProjectUrl >https://go.microsoft.com/fwlink/?linkid=865061</PackageProjectUrl >
You can’t perform that action at this time.
0 commit comments