vcpkg, cmake and RC file updated description

This commit is contained in:
silverqx
2023-08-28 15:48:02 +02:00
parent d7770e096a
commit 43de3a2e58
4 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ tiny_read_version(TINY_VERSION
# TODO add support for POSITION_INDEPENDENT_CODE silverqx
project(${TinyOrm_ns}
DESCRIPTION "Modern C++ ORM library for the Qt framework"
DESCRIPTION "Modern C++ ORM library for Qt framework"
HOMEPAGE_URL "https://www.tinyorm.org"
LANGUAGES CXX
VERSION ${TINY_VERSION}

View File

@@ -1,7 +1,7 @@
{
"name": "tinyorm-qt5",
"version-semver": "0.35.0",
"description": "Modern C++ ORM library for the Qt framework",
"description": "Modern C++ ORM library for Qt framework",
"homepage": "https://github.com/silverqx/TinyORM",
"documentation": "https://www.tinyorm.org",
"maintainers": "Silver Zachara <silver.zachara@gmail.com>",

View File

@@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "tinyorm",
"version-semver": "0.35.0",
"description": "Modern C++ ORM library for the Qt framework",
"description": "Modern C++ ORM library for Qt framework",
"homepage": "https://github.com/silverqx/TinyORM",
"documentation": "https://www.tinyorm.org",
"maintainers": "Silver Zachara <silver.zachara@gmail.com>",

View File

@@ -33,7 +33,7 @@ VS_VERSION_INFO VERSIONINFO
BLOCK "040904B0"
BEGIN
VALUE "CompanyName", "Crystal Studio\0"
VALUE "FileDescription", "TinyORM user-friendly ORM\0"
VALUE "FileDescription", "Modern C++ ORM library for Qt framework\0"
VALUE "FileVersion", VER_FILEVERSION_STR
VALUE "InternalName", "TinyOrm\0"
VALUE "LegalCopyright", "Copyright (©) 2023 Silver Zachara\0"