dotnet: rename Api.GetFspVersion to Api.GetVersion

This commit is contained in:
Bill Zissimopoulos
2018-07-05 14:11:51 -07:00
parent aa50d5a8b9
commit ce924d737c
2 changed files with 2 additions and 3 deletions

View File

@ -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);