aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Costa <miguel.costa@qt.io>2020-05-18 15:32:13 +0200
committerMiguel Costa <miguel.costa@qt.io>2020-05-19 08:32:21 +0000
commitcfd5abd2367ee82d495dc868f9a918708c74adcb (patch)
tree1bf4c7080a23edfd6ca824fde480abd6d31da192
parente802d10d77b1712a7d12d878b3cbba9a71534390 (diff)
Update version number to 2.5.1v2.5.1
Change-Id: Ie7d38c071f10f8593584a17ebb5fab01f6d05b26 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
-rw-r--r--Changelog11
-rw-r--r--src/version.targets2
2 files changed, 12 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index e9906065..61c086c8 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,14 @@
+Qt Visual Studio Tools version 2.5.1:
+
+Changes
+-------
+ - Minimum supported version of VS2017 (15.8.28010.0) enforced by installer
+ - Improved IntelliSense synchronization
+ - Fixed QTVSADDINBUG-545: Missing support for custom installations of Qt
+ - Fixed QTVSADDINBUG-771: .pro import does not replace Qt path with $(QTDIR)
+ - Fixed QTVSADDINBUG-771: .pro import removes explicit reference to opengl32.lib
+
+
Qt Visual Studio Tools version 2.5.0:
Changes
diff --git a/src/version.targets b/src/version.targets
index 7f6fcb46..85f0398e 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.0</QtVSToolsVersion>
+ <QtVSToolsVersion>2.5.1</QtVSToolsVersion>
</PropertyGroup>
</Project>