Skip to content

Commit

Permalink
Merge pull request #32 from mdsol/develop
Browse files Browse the repository at this point in the history
Release of v3.0.2
  • Loading branch information
Herry Kurniawan authored Jun 8, 2018
2 parents 14e06bc + 6dd15af commit d57bafb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/Medidata.MAuth.Core/Options/MAuthOptionsBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ public abstract class MAuthOptionsBase

/// <summary>
/// Determines the message handler for the requests to the MAuth server.
/// This property is for testing purposes only.
/// </summary>
internal HttpMessageHandler MAuthServerHandler { get; set; }
public HttpMessageHandler MAuthServerHandler { get; set; }
}
}
2 changes: 1 addition & 1 deletion version.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<Version>3.0.1</Version>
<Version>3.0.2</Version>
</PropertyGroup>
</Project>

0 comments on commit d57bafb

Please sign in to comment.