File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >WinExe</OutputType >
5
- <TargetFramework >net5 .0-windows</TargetFramework >
5
+ <TargetFramework >net6 .0-windows</TargetFramework >
6
6
<UseWindowsForms >true</UseWindowsForms >
7
7
<Platforms >AnyCPU;x64</Platforms >
8
8
<ApplicationIcon >installer\flexasiogui.ico</ApplicationIcon >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public partial class Form1 : Form
23
23
private string TOMLPath ;
24
24
private FlexGUIConfig flexGUIConfig ;
25
25
private Encoding legacyEncoding ;
26
- private string flexasioGuiVersion = "0.32 " ;
26
+ private string flexasioGuiVersion = "0.33 " ;
27
27
private string flexasioVersion = "1.8" ;
28
28
private string tomlName = "FlexASIO.toml" ;
29
29
private string docUrl = "https://github.com/dechamps/FlexASIO/blob/master/CONFIGURATION.md" ;
Original file line number Diff line number Diff line change 1
1
#define MyAppName " FlexASIO GUI"
2
- #define MyAppVersion " 0.32 "
2
+ #define MyAppVersion " 0.33 "
3
3
#define MyAppPublisher " https://github.com/flipswitchingmonkey/FlexASIO_GUI"
4
4
#define MyAppURL " "
5
5
#define MyAppExeName " FlexASIOGUI.exe"
@@ -32,7 +32,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
32
32
;Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
33
33
34
34
[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
36
36
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
37
37
38
38
[Icons]
You can’t perform that action at this time.
0 commit comments