From 93147d50d43ac01ece918ad7074e57df8305aeb1 Mon Sep 17 00:00:00 2001 From: Michael Auerswald Date: Sat, 8 Jan 2022 00:12:02 +0100 Subject: [PATCH] merge cyrillc fix PR --- FlexASIOGUI.csproj | 2 +- Form1.cs | 2 +- Form1.resx | 3 +++ installer/FlexASIOGUI.iss | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/FlexASIOGUI.csproj b/FlexASIOGUI.csproj index 41f466f..7e78bd3 100644 --- a/FlexASIOGUI.csproj +++ b/FlexASIOGUI.csproj @@ -1,4 +1,4 @@ - + WinExe diff --git a/Form1.cs b/Form1.cs index 9132162..6136474 100644 --- a/Form1.cs +++ b/Form1.cs @@ -23,7 +23,7 @@ public partial class Form1 : Form private string TOMLPath; private FlexGUIConfig flexGUIConfig; private Encoding legacyEncoding; - private string flexasioGuiVersion = "0.31"; + private string flexasioGuiVersion = "0.32"; private string flexasioVersion = "1.8"; private string tomlName = "FlexASIO.toml"; private string docUrl = "https://github.com/dechamps/FlexASIO/blob/master/CONFIGURATION.md"; diff --git a/Form1.resx b/Form1.resx index 5cb320f..1f44501 100644 --- a/Form1.resx +++ b/Form1.resx @@ -60,4 +60,7 @@ 17, 17 + + 17, 17 + \ No newline at end of file diff --git a/installer/FlexASIOGUI.iss b/installer/FlexASIOGUI.iss index dd273df..abb7b6c 100644 --- a/installer/FlexASIOGUI.iss +++ b/installer/FlexASIOGUI.iss @@ -1,5 +1,5 @@ #define MyAppName "FlexASIO GUI" -#define MyAppVersion "0.31-net5.0" +#define MyAppVersion "0.32" #define MyAppPublisher "https://github.com/flipswitchingmonkey/FlexASIO_GUI" #define MyAppURL "" #define MyAppExeName "FlexASIOGUI.exe"