mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-25 19:38:37 +08:00
Also add missing columns to SQL script in Help for 2.7 Signed-off-by: Mike Beattie <mike@ethernal.org>
10 lines
416 B
C#
10 lines
416 B
C#
namespace mRemoteNG.App.Info
|
|
{
|
|
public static class ConnectionsFileInfo
|
|
{
|
|
public static readonly string DefaultConnectionsPath = SettingsFileInfo.SettingsPath;
|
|
public static readonly string DefaultConnectionsFile = "confCons.xml";
|
|
public static readonly string DefaultConnectionsFileNew = "confConsNew.xml";
|
|
public static readonly double ConnectionFileVersion = 2.7;
|
|
}
|
|
} |