This repository was archived by the owner on Feb 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
#define public _PRODUCT_NAME_SHORT_ " PSCAT"
33
33
#define public _PRODUCT_VERSION_ " 1.1.0"
34
34
#define public _PRODUCT_VERSION_CODENAME_ " Cordis"
35
- #define public _PRODUCT_VERSION_DATE_ " 15.01 .2023"
35
+ #define public _PRODUCT_VERSION_DATE_ " 05.02 .2023"
36
36
#define public _PRODUCT_WEBSITE_HOMEPAGE_ " https://github.com/SibTiger/PowerShell-Compact-Archive-Tool"
37
37
#define public _PRODUCT_WEBSITE_SUPPORT_ " https://github.com/SibTiger/PowerShell-Compact-Archive-Tool/wiki"
38
38
#define public _PRODUCT_WEBSITE_UPDATES_ " https://github.com/SibTiger/PowerShell-Compact-Archive-Tool/releases"
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ function InitializationProgramIdentity()
87
87
88
88
# Release Date
89
89
# Date Format: DD.MM.YYYY with leading zeros
90
- Set-Variable - Name " _RELEASEDATE_" - Value " 15.01 .2023" `
90
+ Set-Variable - Name " _RELEASEDATE_" - Value " 05.02 .2023" `
91
91
- Option ReadOnly - Scope Global - ErrorAction SilentlyContinue `
92
92
- Visibility Public `
93
93
- Description " The date in which the version of the application was released." ;
You can’t perform that action at this time.
0 commit comments