Skip to content
This repository was archived by the owner on Apr 10, 2018. It is now read-only.

Commit 2ffc973

Browse files
committed
Merge branch 'feature/thread-safe-requests' into develop
2 parents 68cf63b + bf8b9e7 commit 2ffc973

71 files changed

Lines changed: 681 additions & 405 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

RestSharp.Portable.Android/EnvironmentUtilities.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace RestSharp.Portable
77
{
8-
static class EnvironmentUtilities
8+
internal static class EnvironmentUtilities
99
{
1010
public static bool IsMono
1111
{

RestSharp.Portable.Android/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System.Reflection;
22
using System.Runtime.InteropServices;
33

4-
// Allgemeine Informationen über eine Assembly werden über folgende
4+
// Allgemeine Informationen über eine Assembly werden über folgende
55
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
66
// die einer Assembly zugeordnet sind.
77
[assembly: AssemblyTitle("RestSharp.Portable")]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
using System.Reflection;
22
using System.Runtime.InteropServices;
33

4-
// Allgemeine Informationen über eine Assembly werden über folgende
4+
// Allgemeine Informationen über eine Assembly werden über folgende
55
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
66
// die einer Assembly zugeordnet sind.
77
[assembly: AssemblyTitle("RestSharp.Portable.Encodings")]
88
[assembly: AssemblyProduct("RestSharp.Portable.Encodings")]
99

10-
// General Information about an assembly is controlled through the following
10+
// General Information about an assembly is controlled through the following
1111
// set of attributes. Change these attribute values to modify the information
1212
// associated with an assembly.
1313
[assembly: ComVisible(false)]

RestSharp.Portable.Encodings.MonoTouch/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
using System.Reflection;
22
using System.Runtime.InteropServices;
33

4-
// Allgemeine Informationen über eine Assembly werden über folgende
4+
// Allgemeine Informationen über eine Assembly werden über folgende
55
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
66
// die einer Assembly zugeordnet sind.
77
[assembly: AssemblyTitle("RestSharp.Portable.Encodings")]
88
[assembly: AssemblyProduct("RestSharp.Portable.Encodings")]
99

10-
// Setting ComVisible to false makes the types in this assembly not visible
11-
// to COM components. If you need to access a type in this assembly from
10+
// Setting ComVisible to false makes the types in this assembly not visible
11+
// to COM components. If you need to access a type in this assembly from
1212
// COM, set the ComVisible attribute to true on that type.
1313
[assembly: ComVisible(false)]
1414

RestSharp.Portable.Encodings.NET4/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
using System.Reflection;
22
using System.Runtime.InteropServices;
33

4-
// Allgemeine Informationen über eine Assembly werden über folgende
4+
// Allgemeine Informationen über eine Assembly werden über folgende
55
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
66
// die einer Assembly zugeordnet sind.
77
[assembly: AssemblyTitle("RestSharp.Portable.Encodings")]
88
[assembly: AssemblyProduct("RestSharp.Portable.Encodings")]
99

10-
// Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar
11-
// für COM-Komponenten. Wenn Sie auf einen Typ in dieser Assembly von
10+
// Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar
11+
// für COM-Komponenten. Wenn Sie auf einen Typ in dieser Assembly von
1212
// COM zugreifen müssen, legen Sie das ComVisible-Attribut für diesen Typ auf "true" fest.
1313
[assembly: ComVisible(false)]
1414

RestSharp.Portable.Encodings.NET45/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
using System.Reflection;
22
using System.Runtime.InteropServices;
33

4-
// Allgemeine Informationen über eine Assembly werden über folgende
4+
// Allgemeine Informationen über eine Assembly werden über folgende
55
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
66
// die einer Assembly zugeordnet sind.
77
[assembly: AssemblyTitle("RestSharp.Portable.Encodings")]
88
[assembly: AssemblyProduct("RestSharp.Portable.Encodings")]
99

10-
// Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar
11-
// für COM-Komponenten. Wenn Sie auf einen Typ in dieser Assembly von
10+
// Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar
11+
// für COM-Komponenten. Wenn Sie auf einen Typ in dieser Assembly von
1212
// COM zugreifen müssen, legen Sie das ComVisible-Attribut für diesen Typ auf "true" fest.
1313
[assembly: ComVisible(false)]
1414

RestSharp.Portable.Encodings.iOS/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
using System.Reflection;
22
using System.Runtime.InteropServices;
33

4-
// Allgemeine Informationen über eine Assembly werden über folgende
4+
// Allgemeine Informationen über eine Assembly werden über folgende
55
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
66
// die einer Assembly zugeordnet sind.
77
[assembly: AssemblyTitle("RestSharp.Portable.Encodings")]
88
[assembly: AssemblyProduct("RestSharp.Portable.Encodings")]
99

10-
// Setting ComVisible to false makes the types in this assembly not visible
11-
// to COM components. If you need to access a type in this assembly from
10+
// Setting ComVisible to false makes the types in this assembly not visible
11+
// to COM components. If you need to access a type in this assembly from
1212
// COM, set the ComVisible attribute to true on that type.
1313
[assembly: ComVisible(false)]
1414

RestSharp.Portable.MonoTouch/EnvironmentUtilities.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace RestSharp.Portable
77
{
8-
static class EnvironmentUtilities
8+
internal static class EnvironmentUtilities
99
{
1010
public static bool IsMono
1111
{

RestSharp.Portable.MonoTouch/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
using System.Reflection;
22
using System.Runtime.InteropServices;
33

4-
// Allgemeine Informationen über eine Assembly werden über folgende
4+
// Allgemeine Informationen über eine Assembly werden über folgende
55
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
66
// die einer Assembly zugeordnet sind.
77
[assembly: AssemblyTitle("RestSharp.Portable")]
88
[assembly: AssemblyProduct("RestSharp.Portable")]
99

10-
// Setting ComVisible to false makes the types in this assembly not visible
11-
// to COM components. If you need to access a type in this assembly from
10+
// Setting ComVisible to false makes the types in this assembly not visible
11+
// to COM components. If you need to access a type in this assembly from
1212
// COM, set the ComVisible attribute to true on that type.
1313
[assembly: ComVisible(false)]
1414

RestSharp.Portable.NET4/EnvironmentUtilities.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55

66
namespace RestSharp.Portable
77
{
8-
static class EnvironmentUtilities
8+
internal static class EnvironmentUtilities
99
{
1010
private static bool? _isMono;
11+
1112
public static bool IsMono
1213
{
1314
get

0 commit comments

Comments
 (0)