aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Costa <miguel.costa@qt.io>2021-11-09 18:31:32 +0100
committerMiguel Costa <miguel.costa@qt.io>2021-11-17 12:09:03 +0000
commitdb015a85a1a4009904b6b97574d5b1eeaef298f7 (patch)
treed0bd50f0a0244ff88866ebe67a6e366c7ceeac23
parent1c0ebcd62c5449c8120f119bd5a13deebc27cb67 (diff)
Update version number to 2.8.0v2.8.0
Change-Id: I66ae925fd574442f7998a60c9da47d90b88268f0 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
-rw-r--r--Changelog8
-rw-r--r--version.targets2
2 files changed, 9 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 740dc7ea..472b6e68 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,11 @@
+Qt Visual Studio Tools version 2.8.0:
+
+Changes
+-------
+ - Added support for Visual Studio 2022
+ - Fixed QTVSADDINBUG-927: Post-build refresh of IntelliSense data slows down/freezes the VS IDE
+
+
Qt Visual Studio Tools version 2.7.2:
Changes
diff --git a/version.targets b/version.targets
index 4ee2a9d9..62cc1e94 100644
--- a/version.targets
+++ b/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.7.2</QtVSToolsVersion>
+ <QtVSToolsVersion>2.8.0</QtVSToolsVersion>
</PropertyGroup>
</Project>