bump version

This commit is contained in:
Ben Adams 2017-12-22 15:56:22 +00:00
parent e5ef6c5fac
commit 867b87c4b4
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
<RepositoryType>git</RepositoryType>
<IncludeSymbols>true</IncludeSymbols>
<IncludeSource>true</IncludeSource>
<Version>0.0.6</Version>
<Version>0.0.7</Version>
</PropertyGroup>
<PropertyGroup>

View File

@ -78,7 +78,7 @@ namespace System.Diagnostics
}
}
private static ResolvedMethod GetMethodDisplayString(MethodBase originMethod)
public static ResolvedMethod GetMethodDisplayString(MethodBase originMethod)
{
// Special case: no method available
if (originMethod == null)