Skip to content

Commit 2be72f0

Browse files
bumped to .net 6.0
1 parent 93147d5 commit 2be72f0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

FlexASIOGUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>net5.0-windows</TargetFramework>
5+
<TargetFramework>net6.0-windows</TargetFramework>
66
<UseWindowsForms>true</UseWindowsForms>
77
<Platforms>AnyCPU;x64</Platforms>
88
<ApplicationIcon>installer\flexasiogui.ico</ApplicationIcon>

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.32";
26+
private string flexasioGuiVersion = "0.33";
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";

installer/FlexASIOGUI.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define MyAppName "FlexASIO GUI"
2-
#define MyAppVersion "0.32"
2+
#define MyAppVersion "0.33"
33
#define MyAppPublisher "https://github.com/flipswitchingmonkey/FlexASIO_GUI"
44
#define MyAppURL ""
55
#define MyAppExeName "FlexASIOGUI.exe"
@@ -32,7 +32,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
3232
;Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
3333

3434
[Files]
35-
Source: "..\bin\x64\Release\net5.0-windows\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
35+
Source: "..\bin\x64\Release\net6.0-windows\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
3636
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
3737

3838
[Icons]

0 commit comments

Comments
 (0)