From 2be72f0b4d14eb1852d34c45db7d093ca172bee6 Mon Sep 17 00:00:00 2001 From: Michael Auerswald Date: Mon, 9 May 2022 11:14:51 +0200 Subject: [PATCH] bumped to .net 6.0 --- FlexASIOGUI.csproj | 2 +- Form1.cs | 2 +- installer/FlexASIOGUI.iss | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/FlexASIOGUI.csproj b/FlexASIOGUI.csproj index 7e78bd3..6e09c5d 100644 --- a/FlexASIOGUI.csproj +++ b/FlexASIOGUI.csproj @@ -2,7 +2,7 @@ WinExe - net5.0-windows + net6.0-windows true AnyCPU;x64 installer\flexasiogui.ico diff --git a/Form1.cs b/Form1.cs index 6136474..cbc4afa 100644 --- a/Form1.cs +++ b/Form1.cs @@ -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"; diff --git a/installer/FlexASIOGUI.iss b/installer/FlexASIOGUI.iss index abb7b6c..832669e 100644 --- a/installer/FlexASIOGUI.iss +++ b/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" @@ -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]