Skip to content

Commit

Permalink
feat: 软件版本迭代更新至1.3.3
Browse files Browse the repository at this point in the history
Signed-off-by: Leven <levenchn@163.com>
  • Loading branch information
leven99 committed Sep 4, 2019
1 parent d3f68f1 commit 06f9315
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.2.0")]
[assembly: AssemblyFileVersion("1.3.2.0")]
[assembly: AssemblyVersion("1.3.3.1")]
[assembly: AssemblyFileVersion("1.3.3.1")]
8 changes: 4 additions & 4 deletions Setup/OSerialPort_Inno_Setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "OSerialPort"
#define MyAppVersion "1.3.2"
#define MyVersionInfoVersion "1.3.2.2"
#define MyAppVersion "1.3.3"
#define MyVersionInfoVersion "1.3.3.1"
#define MyAppExeName "OSerialPort.exe"
#define MyAppCopyright "Copyright (C) 2019 Leven"
#define MyAppPublisher "Leven"
Expand All @@ -28,9 +28,9 @@ OutputDir=.\
SetupIconFile=.\favicon.ico
#ifdef WINDOWS_X64
ArchitecturesInstallIn64BitMode=x64
OutputBaseFilename=OSerialPort_Windows_V1.3.2_x64
OutputBaseFilename=OSerialPort_Windows_V1.3.3_x64
#else
OutputBaseFilename=OSerialPort_Windows_V1.3.2_x86
OutputBaseFilename=OSerialPort_Windows_V1.3.3_x86
#endif
Compression=lzma
SolidCompression=yes
Expand Down
2 changes: 1 addition & 1 deletion ViewModels/MainWindowVM.cs
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ public void Update()
public MainWindowVM()
{
/* 菜单栏帮助项 */
VerInfo = "OSerialPort v1.3.2";
VerInfo = "OSerialPort v1.3.3";
VerUpInfo = "检查更新";
ObjRP = "Gitee存储库";
ObjIssue = "报告问题";
Expand Down

0 comments on commit 06f9315

Please sign in to comment.