mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-13 13:45:57 +00:00
Add undocumented version info keys
This commit is contained in:
@@ -506,6 +506,16 @@ namespace BurnOutSharp.Wrappers
|
||||
|
||||
#region Version Information
|
||||
|
||||
/// <summary>
|
||||
/// "Build GUID"
|
||||
/// </summary>
|
||||
public string BuildGuid => GetVersionInfoString("BuildGuid");
|
||||
|
||||
/// <summary>
|
||||
/// "Build signature"
|
||||
/// </summary>
|
||||
public string BuildSignature => GetVersionInfoString("BuildSignature");
|
||||
|
||||
/// <summary>
|
||||
/// Additional information that should be displayed for diagnostic purposes.
|
||||
/// </summary>
|
||||
@@ -565,6 +575,11 @@ namespace BurnOutSharp.Wrappers
|
||||
/// </summary>
|
||||
public string PrivateBuild => GetVersionInfoString(key: "PrivateBuild");
|
||||
|
||||
/// <summary>
|
||||
/// "Product GUID"
|
||||
/// </summary>
|
||||
public string ProductGuid => GetVersionInfoString("ProductGuid");
|
||||
|
||||
/// <summary>
|
||||
/// Name of the product with which the file is distributed. This string is required.
|
||||
/// </summary>
|
||||
@@ -584,6 +599,11 @@ namespace BurnOutSharp.Wrappers
|
||||
/// </summary>
|
||||
public string SpecialBuild => GetVersionInfoString(key: "SpecialBuild");
|
||||
|
||||
/// <summary>
|
||||
/// "Trade name"
|
||||
/// </summary>
|
||||
public string TradeName => GetVersionInfoString(key: "TradeName");
|
||||
|
||||
#endregion
|
||||
|
||||
#region Manifest Information
|
||||
|
||||
Reference in New Issue
Block a user