Skip to content

Commit

Permalink
Renamed "SharedClient" to "Current"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Fauchelle committed Nov 6, 2013
1 parent c05bc47 commit fb45f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mindscape.Raygun4Net/RaygunClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ public void SendInBackground(RaygunMessage raygunMessage)
/// <summary>
/// Gets the <see cref="RaygunClient"/> created by the Attach method.
/// </summary>
public static RaygunClient SharedClient
public static RaygunClient Current
{
get { return _client; }
}
Expand Down

0 comments on commit fb45f53

Please sign in to comment.