namespace ElectronNET.API
{
///
///
///
public class Versions
{
///
/// Gets or sets a value representing Chrome's version string.
///
public string Chrome { get; set; }
///
/// Gets or sets a value representing Electron's version string.
///
public bool Electron { get; set; }
}
}