aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@qt.io>2017-01-25 14:01:58 +0100
committerKarsten Heimrich <karsten.heimrich@qt.io>2017-01-27 12:53:39 +0000
commit970cb6f27091f6a4710c933b478d18f54da876b8 (patch)
tree1330a91e9141498f38e0bb45cf4a4ef03a5d6131 /README
parent511fec382396b1fbe77485404b00bcf26e8d79aa (diff)
Update version number, copyright, assembly info, READMEv2.1.0
Change-Id: I6d82544fb98afcba8911cb58ed21cdaad61e7681 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
index 5dca309b..3cd180e1 100644
--- a/README
+++ b/README
@@ -73,6 +73,21 @@ Open the file 'source.extension.vsixmanifest' inside the 'src\config\$(VisualStu
directory and update the 'Identity' tag's 'Version' attribute.
Important: Updating the version number there requires also updating the 'VsixVersion' tag at the
top of the 'qtvstools.targets' file in the same directory.
+There are some other parts that need to be updated:
+
+ - 'vstools.pri'
+ adapt QTVSTOOLS_VERSION and QTVSTOOLS_VERSION_TAG
+ - 'src\qtvstools\Vsix.cs'
+ search for the line containing "InstalledProductRegistration", adapt the third argument)
+ - 'src\qtvstools\Properties\AssemblyInfo.cs'
+ adapt [assembly: AssemblyVersion(...)] and [assembly: AssemblyFileVersion(...)]
+
+Depending on the amount of changes done to other libraries of the projects, adjust their respective
+assembly infos as well.
+
+Note: Some extra caution is required while changing the qtwizard assembly info, because most of
+ the templates (e.g. console, gui, etc.) depend on that version number and need to be adjusted
+ as well (see gui.vstemplate 'Assembly' tag for example).