Imported Upstream version 5.0.1.1

Former-commit-id: ffd3a248ace900b177db27aa87e5c702a9bc7322
This commit is contained in:
Xamarin Public Jenkins (auto-signing) 2017-05-24 10:59:19 +00:00
parent 9cc54951a2
commit 4bdbaf4a88
74 changed files with 63 additions and 64 deletions

View File

@ -1 +1 @@
842bd0c99a63529d11a45b65a4788407bb7f14b9
54cea42c8c6bfe077b1977bc3905769ad937e124

View File

@ -1 +1 @@
7631f31003484344dec75a864d26cb06d71338b2
3ac346edc244dc2c78aa095b77807d043420bd49

View File

@ -73,7 +73,7 @@ namespace System.IO.Compression
}
public override IAsyncResult BeginRead(byte[] array, int offset, int count, AsyncCallback asyncCallback, object asyncState) =>
TaskToApm.Begin(WriteAsync(array, offset, count, CancellationToken.None), asyncCallback, asyncState);
TaskToApm.Begin(ReadAsync(array, offset, count, CancellationToken.None), asyncCallback, asyncState);
public override int EndRead(IAsyncResult asyncResult) =>
TaskToApm.End<int>(asyncResult);

View File

@ -34,11 +34,11 @@ static class Consts
// Use these assembly version constants to make code more maintainable.
//
public const string MonoVersion = "5.0.0.0";
public const string MonoVersion = "5.0.1.1";
public const string MonoCompany = "Mono development team";
public const string MonoProduct = "Mono Common Language Infrastructure";
public const string MonoCopyright = "(c) Various Mono authors";
public const int MonoCorlibVersion = 1050000000;
public const int MonoCorlibVersion = 1050001000;
#if MOBILE
// Versions of .NET Framework for Silverlight 4.0

View File

@ -1 +0,0 @@
57dc7c8710eff65e001422fa45f6a6dbd2bfd72d

View File

@ -1 +0,0 @@
828fda966378b61781182e4f32e294e601e77cbb

View File

@ -1 +0,0 @@
0263a50f2563d4cbe8a965a0ab14325a0cb9ac67

View File

@ -1 +0,0 @@
9140637cf6c1aaf8f2d6248e669fe5f9cd6c7a6b

View File

@ -1 +0,0 @@
215823960c76ebda8def72ae00467821f3710a94

View File

@ -1 +0,0 @@
809f32ad5e07a59159c963ad49ed2a2d6d1d7f4f

View File

@ -1 +0,0 @@
320d4a5e541cb9f48bd256bfb8f3f98ddbcbc1d6

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