bump version
This commit is contained in:
parent
e5ef6c5fac
commit
867b87c4b4
@ -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>
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user