aboutsummaryrefslogtreecommitdiffstats
path: root/QtVsTools.Core/Version.cs
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright comments to 2025Ali Demiralp2025-03-181-6/+5
| | | | | Change-Id: I9ab1f8919a3d28cb546cd71bfdc8da1f6ae9e123 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
* Change source license to LicenseRef-Qt-Commercial or GPL-3.0-onlyAli Can Demiralp2024-02-281-1/+1
| | | | | | | | ... WITH Qt-GPL-exception. Fixes: QTVSADDINBUG-1179 Change-Id: I74fe451eec352af13436548cfd9a28f832fc0757 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
* Update license year from 2023 to 2024Ali Can Demiralp2024-01-091-1/+1
| | | | | Change-Id: I38700243f7ef55239b247945324e4e0a978b097f Reviewed-by: Miguel Costa <miguel.costa@qt.io>
* Package: Move generated class 'Version' into core libraryKarsten Heimrich2023-06-211-0/+18
This is necessary to be able to move the Notification class later, cause Notification class in turn is used by some MsBuild classes that need to moved too. Change-Id: Ic1cdae347862f49c46909f3c7703a489e81421d5 Reviewed-by: Miguel Costa <miguel.costa@qt.io>