From ac8c3a32894f0c474c24de68756e3cec50ae7d4f Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Thu, 7 Sep 2023 15:15:27 -0500 Subject: [PATCH] updated version and release text Signed-off-by: Matt Bruce --- VDS.xcodeproj/project.pbxproj | 4 ++-- VDS/SupportingFiles/ReleaseNotes.txt | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/VDS.xcodeproj/project.pbxproj b/VDS.xcodeproj/project.pbxproj index 99b17753..be43c783 100644 --- a/VDS.xcodeproj/project.pbxproj +++ b/VDS.xcodeproj/project.pbxproj @@ -1171,7 +1171,7 @@ BUILD_LIBRARY_FOR_DISTRIBUTION = YES; CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 40; + CURRENT_PROJECT_VERSION = 41; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; @@ -1208,7 +1208,7 @@ BUILD_LIBRARY_FOR_DISTRIBUTION = YES; CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 40; + CURRENT_PROJECT_VERSION = 41; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; diff --git a/VDS/SupportingFiles/ReleaseNotes.txt b/VDS/SupportingFiles/ReleaseNotes.txt index f5950e65..08d647cb 100644 --- a/VDS/SupportingFiles/ReleaseNotes.txt +++ b/VDS/SupportingFiles/ReleaseNotes.txt @@ -1,6 +1,12 @@ 1.0.41 ======= - CXTDT-457899 - Tabs - Incorrect nonselected color on Dark surface +- ONEAPP-4652 - TextLinkCaret - Caret anouncement removed +- Fixed ToggleView Disabled Shadow Color +- Fixed several component layout issues +- Fixed bug in label for ActionLabelAttribute +- Updated naming conventions for TextPosition to TextAlignment in regards to alignment properties +- Added a ton of Code Documentation 1.0.40 =======