Imported Upstream version 6.4.0.163

Former-commit-id: 514fcbca0069f87e623d780a8ba702ac3c20c327
This commit is contained in:
Xamarin Public Jenkins (auto-signing) 2019-08-10 08:39:31 +00:00
parent 7cf9ab2574
commit 62bebfff73
46 changed files with 43 additions and 43 deletions

View File

@ -1 +1 @@
3775be9539849d1d8fe1bb59578a3adaf60af8f2
9c60b2a58fd4358cef9898d43c0a27a57d794eba

View File

@ -1 +1 @@
3f393279c2b9f8af3a3d9ab21d3febd3472c0af1
cd4632b919d60f43cbb4658eac407568905a1e61

View File

@ -437,7 +437,7 @@ namespace System.IO
ReadOnlySpan<char> relativePath = ReadOnlySpan<char>.Empty;
if (!path.Equals(_fullDirectory, StringComparison.OrdinalIgnoreCase)
&& path.Length >= _fullDirectory.Length
&& _fullDirectory.AsSpan().Equals(path.Slice(_fullDirectory.Length), StringComparison.OrdinalIgnoreCase))
&& _fullDirectory.AsSpan().Equals(path.Slice(0, _fullDirectory.Length), StringComparison.OrdinalIgnoreCase))
{
// Remove the root directory to get the relative path
relativePath = path.Slice(_fullDirectory.Length);

View File

@ -41,7 +41,7 @@ static partial class Consts
// Use these assembly version constants to make code more maintainable.
//
public const string MonoVersion = "6.4.0.161";
public const string MonoVersion = "6.4.0.163";
public const string MonoCompany = "Mono development team";
public const string MonoProduct = "Mono Common Language Infrastructure";
public const string MonoCopyright = "(c) Various Mono authors";

View File

@ -1 +1 @@
e8ef30d21401b581bb9756eda591284f162d3ad1
4434bf4dc2005ce6c3672cff53968277d28a2474

View File

@ -1 +1 @@
237be58c586c3971806dd710486938770df744e5
c855079723107655fe190dcd39e617eacc879127

View File

@ -1 +1 @@
37b5e9250c5a4c35dd7131a40d72b21693e99ce3
1f89bf19763a0982301385ca3836fa1cf25de7c0

View File

@ -1 +1 @@
13faa021c64c9298ca2cffa76e0ffafe7301aebf
47b05693eef12e1619c3f8d7c1a86904367821a8

View File

@ -1 +1 @@
72b3cf37364a089c1451dbb49f46502a4db3be32
9a3de54cc21160679b9943aa74de2d619d77cf9c

View File

@ -1 +1 @@
f3eadc777d7ab39133c26a6be208bf8076a97ce1
64f8ff01f5f8833ff796000f7a6c59622079c6e1

View File

@ -1 +1 @@
db1ec4b36230f0863e94d26d8c36e28e6134adfc
7e1e0a3383922b1fd3447748e6f4e6727fdbf87b

View File

@ -1 +1 @@
e8ef30d21401b581bb9756eda591284f162d3ad1
4434bf4dc2005ce6c3672cff53968277d28a2474

View File

@ -1 +1 @@
237be58c586c3971806dd710486938770df744e5
c855079723107655fe190dcd39e617eacc879127

View File

@ -1 +1 @@
37b5e9250c5a4c35dd7131a40d72b21693e99ce3
1f89bf19763a0982301385ca3836fa1cf25de7c0

View File

@ -1 +1 @@
13faa021c64c9298ca2cffa76e0ffafe7301aebf
47b05693eef12e1619c3f8d7c1a86904367821a8

View File

@ -1 +1 @@
72b3cf37364a089c1451dbb49f46502a4db3be32
9a3de54cc21160679b9943aa74de2d619d77cf9c

View File

@ -1 +1 @@
f3eadc777d7ab39133c26a6be208bf8076a97ce1
64f8ff01f5f8833ff796000f7a6c59622079c6e1

View File

@ -1 +1 @@
8da34f24d2f33ea711457f4e781765a26e8a557f
b96987b79376304652e1e0d32608706f45dadd8d

View File

@ -1 +1 @@
db1ec4b36230f0863e94d26d8c36e28e6134adfc
7e1e0a3383922b1fd3447748e6f4e6727fdbf87b

View File

@ -1 +1 @@
e8ef30d21401b581bb9756eda591284f162d3ad1
4434bf4dc2005ce6c3672cff53968277d28a2474

Some files were not shown because too many files have changed in this diff Show More