mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 01:12:58 -05:00
dotnet: rename Api.GetFspVersion to Api.GetVersion
This commit is contained in:
@ -355,10 +355,9 @@ namespace Fsp
|
||||
/// <summary>
|
||||
/// Return the installed version of WinFsp.
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public static Version Version()
|
||||
{
|
||||
return Api.GetFspVersion();
|
||||
return Api.GetVersion();
|
||||
}
|
||||
|
||||
/* FSP_FILE_SYSTEM_INTERFACE */
|
||||
|
Reference in New Issue
Block a user