Skip to content

Commit

Permalink
merge cyrillc fix PR
Browse files Browse the repository at this point in the history
  • Loading branch information
flipswitchingmonkey committed Jan 7, 2022
1 parent 956f657 commit 93147d5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FlexASIOGUI.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>WinExe</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
3 changes: 3 additions & 0 deletions Form1.resx
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,7 @@
<metadata name="statusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="statusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
</root>
2 changes: 1 addition & 1 deletion installer/FlexASIOGUI.iss
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 93147d5

Please sign in to comment.