mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 15:44:25 +08:00
7 lines
153 B
C#
7 lines
153 B
C#
namespace LanMountainDesktop.PluginIsolation.Contracts;
|
|
|
|
public static class PluginIsolationProtocolVersion
|
|
{
|
|
public const string Current = "1.0";
|
|
}
|