Skip to content

Commit

Permalink
======= 1.5.2.0 Beta 2 =======
Browse files Browse the repository at this point in the history
Bugs Fixed:
    修复打开命令提示符异常/Fixed open cmd error.

New Features:
    异常日志添加扩展信息提示/Show more info for exception log.
	添加语言配置文件/Add language config file.
  • Loading branch information
indiff committed May 24, 2020
1 parent 56c9740 commit 4268304
Show file tree
Hide file tree
Showing 8 changed files with 1,259 additions and 15 deletions.
6 changes: 3 additions & 3 deletions 01build_release.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
set cur_path=%CD%
:: call "C:\vs2010\VC\vcvarsall.bat" x86
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86
call "C:\Visual Studio 2010 Ultimate\VC\vcvarsall.bat" x86
:: call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86

msbuild "%cur_path%\QTTabBar Rebirth.sln" /t:Rebuild /property:Configuration=Release /property:Platform="Any CPU"
"C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" "%cur_path%\QTTabBar Rebirth.sln" /t:Rebuild /property:Configuration=Release /property:Platform="Any CPU"
pause
4 changes: 2 additions & 2 deletions Installer/Installer.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

<?define SkuName = "QTTabBar"?>
<?define RTMProductVersion="1.5.0" ?>
<?define ProductVersion="1.5.1" ?> <!-- Change the last number to the svn revision before release -->
<?define VersionString="2020" ?> <!-- Change to correct version before release, eg, 2019 1.5.0.0 Beta 1 -->
<?define ProductVersion="1.5.2" ?> <!-- Change the last number to the svn revision before release -->
<?define VersionString="1.5.2(2020)" ?> <!-- Change to correct version before release, eg, 2019 1.5.0.0 Beta 1 -->
<?define UpgradeCode="{ec9baff7-58fb-40cb-9f67-1c438a7524a5}"?> <!-- NEVER CHANGE THIS, EVER!! -->
<!-- Quizo and Paul Accisano -->
<?define Manufacturer="indiff"?>
Expand Down
Loading

0 comments on commit 4268304

Please sign in to comment.