mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-09-25 00:15:22 +00:00
#647 correct to ElectronNET.API Process member for versions field
This commit is contained in:
18
ElectronNET.API/Entities/ProcessVersions.cs
Normal file
18
ElectronNET.API/Entities/ProcessVersions.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
namespace ElectronNET.API
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public class ProcessVersions
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets a value representing Chrome's version string.
|
||||
/// </summary>
|
||||
public string Chrome { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value representing Electron's version string.
|
||||
/// </summary>
|
||||
public string Electron { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user