We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe3c24e commit b1796cdCopy full SHA for b1796cd
SimpleKVM/Form1.cs
@@ -28,7 +28,7 @@ public partial class Form1 : Form
28
readonly USBSystem? usbSystem;
29
ListViewEx<Rule>? ruleListview;
30
const string ProgramName = "Simple KVM";
31
- const string Version = "2.1.0";
+ const string Version = "2.2.0";
32
public static List<Rule> Rules { get; protected set; } = [];
33
static readonly string SettingsFilename = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "rules.json");
34
static readonly string ConfigFilename = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "config.json");
0 commit comments