Skip to content

Commit 93147d5

Browse files
merge cyrillc fix PR
1 parent 956f657 commit 93147d5

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

FlexASIOGUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>

Form1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public partial class Form1 : Form
2323
private string TOMLPath;
2424
private FlexGUIConfig flexGUIConfig;
2525
private Encoding legacyEncoding;
26-
private string flexasioGuiVersion = "0.31";
26+
private string flexasioGuiVersion = "0.32";
2727
private string flexasioVersion = "1.8";
2828
private string tomlName = "FlexASIO.toml";
2929
private string docUrl = "https://github.com/dechamps/FlexASIO/blob/master/CONFIGURATION.md";

Form1.resx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,7 @@
6060
<metadata name="statusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
6161
<value>17, 17</value>
6262
</metadata>
63+
<metadata name="statusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
64+
<value>17, 17</value>
65+
</metadata>
6366
</root>

installer/FlexASIOGUI.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define MyAppName "FlexASIO GUI"
2-
#define MyAppVersion "0.31-net5.0"
2+
#define MyAppVersion "0.32"
33
#define MyAppPublisher "https://github.com/flipswitchingmonkey/FlexASIO_GUI"
44
#define MyAppURL ""
55
#define MyAppExeName "FlexASIOGUI.exe"

0 commit comments

Comments
 (0)