Changes following PR remarks

This commit is contained in:
FrKaram
2018-07-01 13:29:52 +02:00
parent fb8cb8aca9
commit a7424c911b
5 changed files with 7 additions and 22 deletions

View File

@ -353,10 +353,10 @@ namespace Fsp
return Api.SetDebugLogFile(FileName);
}
/// <summary>
/// Return the installed version for WinFSP
/// Return the installed version of WinFsp.
/// </summary>
/// <returns></returns>
public static Version GetFspVersion()
public static Version Version()
{
return Api.GetFspVersion();
}