Skip to content

Commit

Permalink
bumped to .net 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flipswitchingmonkey committed May 9, 2022
1 parent 93147d5 commit 2be72f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FlexASIOGUI.csproj
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<Platforms>AnyCPU;x64</Platforms>
<ApplicationIcon>installer\flexasiogui.ico</ApplicationIcon>
Expand Down
2 changes: 1 addition & 1 deletion Form1.cs
Expand Up @@ -23,7 +23,7 @@ public partial class Form1 : Form
private string TOMLPath;
private FlexGUIConfig flexGUIConfig;
private Encoding legacyEncoding;
private string flexasioGuiVersion = "0.32";
private string flexasioGuiVersion = "0.33";
private string flexasioVersion = "1.8";
private string tomlName = "FlexASIO.toml";
private string docUrl = "https://github.com/dechamps/FlexASIO/blob/master/CONFIGURATION.md";
Expand Down
4 changes: 2 additions & 2 deletions installer/FlexASIOGUI.iss
@@ -1,5 +1,5 @@
#define MyAppName "FlexASIO GUI"
#define MyAppVersion "0.32"
#define MyAppVersion "0.33"
#define MyAppPublisher "https://github.com/flipswitchingmonkey/FlexASIO_GUI"
#define MyAppURL ""
#define MyAppExeName "FlexASIOGUI.exe"
Expand Down Expand Up @@ -32,7 +32,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
;Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked

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

[Icons]
Expand Down

0 comments on commit 2be72f0

Please sign in to comment.