I have several applications using the Vault API. I would like to return and display the version of the Vault server to the user. I found how to get the most current available version using "VaultLib.CheckVersion.GetVersionInformationFromSourceGearWebsite.Latest". I cannot find how to return the version of the Vault server we have installed. If thisis possible, please let me know.
We are currently using Vault 5.0.4.
Return Installed Vault version
Moderator: SourceGear
Re: Return Installed Vault version
Try something like the following:
Code: Select all
VaultServiceVersion vsv = new VaultServiceVersion();
ClientInstance.Connection.GetServerVersionInfo(ref vsv);
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support