Skip to content

Commit

Permalink
Update version number to 2.3.2
Browse files Browse the repository at this point in the history
Change-Id: If409ef0cfe4dbdf91d28ad1dd2634ff2d5654238
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
  • Loading branch information
micosta committed Feb 14, 2019
1 parent 0bbd2bb commit 2dea1b2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
The Qt Visual Studio Tools version 2.3.2 contains several bug fixes.

Changes
-------
- Fixed QTVSADDINBUG-601: Pressing Alt-F1 crashes VS or fails to find selected documentation
- Fixed QTVSADDINBUG-608: Error in QRC compilation when paths contain spaces
- Fixed QTVSADDINBUG-609: C++ compiler output directories are not created
- Fixed QTVSADDINBUG-610: QML debug blocked when path to executable contains spaces
- Fixed QTVSADDINBUG-611: Build errors when combining RelativeDir with absolute paths in Qt tools
- Fixed QTVSADDINBUG-613: Project dependencies ignored
- Fixed QTVSADDINBUG-615: Unable to set breakpoints in .js files
- Fixed QTVSADDINBUG-618: Error when building with FIPS group policy enabled
- Will now display the version of the Qt Visual Studio Tools in the main menu (QTVSADDINBUG-607).


The Qt Visual Studio Tools version 2.3.1 adds support for Visual Studio 2019. This version also
includes fixes to bugs reported in the previous version.

Expand Down
2 changes: 1 addition & 1 deletion src/version.targets
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(QtVSToolsVersion)' == ''">
<QtVSToolsVersion>2.3.1</QtVSToolsVersion>
<QtVSToolsVersion>2.3.2</QtVSToolsVersion>
</PropertyGroup>
</Project>

0 comments on commit 2dea1b2

Please sign in to comment.