mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 01:12:58 -05:00
Changes following PR remarks
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user