mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
dotnet: rename Api.GetFspVersion to Api.GetVersion
This commit is contained in:
parent
aa50d5a8b9
commit
ce924d737c
@ -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 */
|
||||
|
@ -980,7 +980,7 @@ namespace Fsp.Interop
|
||||
return 0/*STATUS_SUCCESS*/;
|
||||
}
|
||||
|
||||
internal static Version GetFspVersion()
|
||||
internal static Version GetVersion()
|
||||
{
|
||||
UInt32 Version = 0;
|
||||
FspVersion(out Version);
|
||||
|
Loading…
x
Reference in New Issue
Block a user