From 4dfab8682cd4bbceb369ac3affb0439a60f971f9 Mon Sep 17 00:00:00 2001 From: Leven Date: Mon, 2 Sep 2019 18:47:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=BD=AF=E4=BB=B6=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E8=BF=AD=E4=BB=A3=E6=9B=B4=E6=96=B0=E8=87=B31.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Leven --- Setup/OSerialPort_Inno_Setup.iss | 8 ++++---- ViewModels/MainWindowVM.cs | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Setup/OSerialPort_Inno_Setup.iss b/Setup/OSerialPort_Inno_Setup.iss index 85ecae3..1c064e9 100644 --- a/Setup/OSerialPort_Inno_Setup.iss +++ b/Setup/OSerialPort_Inno_Setup.iss @@ -2,8 +2,8 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "OSerialPort" -#define MyAppVersion "1.0.0" -#define MyVersionInfoVersion "1.0.0.12" +#define MyAppVersion "1.1.0" +#define MyVersionInfoVersion "1.1.0.4" #define MyAppExeName "OSerialPort.exe" #define MyAppCopyright "MIT License" @@ -22,9 +22,9 @@ OutputDir=.\ SetupIconFile=.\favicon.ico #ifdef WINDOWS_X64 ArchitecturesInstallIn64BitMode=x64 - OutputBaseFilename=OSerialPort_Windows_V1.0.0_x64 + OutputBaseFilename=OSerialPort_Windows_V1.1.0_x64 #else - OutputBaseFilename=OSerialPort_Windows_V1.0.0_x86 + OutputBaseFilename=OSerialPort_Windows_V1.1.0_x86 #endif Compression=lzma SolidCompression=yes diff --git a/ViewModels/MainWindowVM.cs b/ViewModels/MainWindowVM.cs index 06be1f3..fd182b0 100644 --- a/ViewModels/MainWindowVM.cs +++ b/ViewModels/MainWindowVM.cs @@ -676,7 +676,7 @@ public string SystemTime public MainWindowVM() { /* 菜单栏 */ - VerInfo = "OSerialPort v1.0.0"; + VerInfo = "OSerialPort v1.1.0"; VerUpInfo = "检查更新"; ObjRP = "Gitee存储库"; ObjIssue = "报告问题";