aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Costa <miguel.costa@qt.io>2022-01-18 14:01:16 +0100
committerMiguel Costa <miguel.costa@qt.io>2022-01-19 11:34:31 +0000
commit4c0b53ca5685f4c5ca30a8aeb1125159702a5ea3 (patch)
tree6e45205848dfc3a28eb2bd56e0319b073fb94115
parent58cde19f3ca1f1e57275a9c6bb92e4dc14072a77 (diff)
Update information in package manifest
The following fields in the package manifest have been updated: * 'More Info' now links to the Qt VS Tools documentation page: -> https://doc.qt.io/qtvstools/index.html * 'Release Notes' now links to the latest version of 'Changelog' on the vstools main branch: -> https://code.qt.io/cgit/qt-labs/vstools.git/tree/Changelog Fixes: QTVSADDINBUG-980 Change-Id: I7e7bc2c5b3b3cbe73eefbfee5fdc6e06f7d8fb90 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
-rw-r--r--QtVsTools.Package/source.extension.vsixmanifest_TT4
1 files changed, 2 insertions, 2 deletions
diff --git a/QtVsTools.Package/source.extension.vsixmanifest_TT b/QtVsTools.Package/source.extension.vsixmanifest_TT
index 4d0578d7..0ade6e5f 100644
--- a/QtVsTools.Package/source.extension.vsixmanifest_TT
+++ b/QtVsTools.Package/source.extension.vsixmanifest_TT
@@ -88,9 +88,9 @@
<DisplayName>Qt Visual Studio Tools</DisplayName>
<Description xml:space="preserve">The Qt VS Tools for Visual Studio <#=VS_NAME#> allow developers to use the standard development environment without having to worry about any Qt-related build steps or tools.</Description>
<#=XML_COMMENT_BEGIN#> END Generated Text -->
- <MoreInfo>http://www.qt.io</MoreInfo>
+ <MoreInfo>https://doc.qt.io/qtvstools/index.html</MoreInfo>
<License>LICENSE.GPL3-EXCEPT</License>
- <ReleaseNotes>Changelog</ReleaseNotes>
+ <ReleaseNotes>https://code.qt.io/cgit/qt-labs/vstools.git/tree/Changelog</ReleaseNotes>
<Icon>qt.ico</Icon>
<PreviewImage>preview.png</PreviewImage>
</Metadata>