Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

Latest commit

 

History

History
24 lines (23 loc) · 695 Bytes

File metadata and controls

24 lines (23 loc) · 695 Bytes
id title
36C49953-9D39-483E-9EB2-494D47A75929
From 6.3.3 to 6.3.4
<title>Comparison between monotouch-6.3.3.dll and monotouch-6.3.4.36.dll</title>

Namespace: MonoTouch

Type Changed: MonoTouch.Constants

Removed:

 	public const string Version = "6.3.3";

Added:

 	public const string Version = "6.3.4";

Namespace: MonoTouch.CoreServices

Type Changed: MonoTouch.CoreServices.CFHTTPMessage

Added:

 	public static CFHTTPMessage CreateEmpty (bool request);
 	public bool AppendBytes (byte [] bytes);
 	public bool AppendBytes (byte [] bytes, int count);