mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-02-20 18:59:27 -06:00
vcpkg, cmake and RC file updated description
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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>",
|
||||
|
||||
@@ -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>",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user