aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Costa <miguel.costa@qt.io>2020-09-24 10:07:38 +0200
committerMiguel Costa <miguel.costa@qt.io>2020-10-06 09:14:40 +0000
commit6cbf923f5556f12fc1c1bcb30ca1a0da3c2e0ca0 (patch)
treece128777aff0bace7504e2cbb1269ba2fc979812
parent679aae8a5aba2b4a133ebeefb775461f52e9d15b (diff)
Update version number to 2.6.0v2.6.0
Change-Id: I1b291b28c58d1ab64a3a58c7bc0f3e6591d271c9 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
-rw-r--r--Changelog9
-rw-r--r--src/version.targets2
2 files changed, 10 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index c09e0e63..f08945db 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,12 @@
+Qt Visual Studio Tools version 2.6.0:
+
+Changes
+-------
+ - Support for cross-compilation with the Linux development VS workload
+ - Integration of Qt for Windows deployment tool (windeployqt)
+ - Fixed QTVSADDINBUG-797: Incorrect generation of command-line flags for Qt tools
+
+
Qt Visual Studio Tools version 2.5.2:
Changes
diff --git a/src/version.targets b/src/version.targets
index d2e81468..78eec2c4 100644
--- a/src/version.targets
+++ b/src/version.targets
@@ -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.5.2</QtVSToolsVersion>
+ <QtVSToolsVersion>2.6.0</QtVSToolsVersion>
</PropertyGroup>
</Project>