Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit 68abc89

Browse files
authored
Merge pull request #42 from SibTiger/PSCAT-Version-1.1.0
Updated release date for PSCAT and Installer
2 parents 46b1634 + e148b29 commit 68abc89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Installer/Scripts/Project Information.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#define public _PRODUCT_NAME_SHORT_ "PSCAT"
3333
#define public _PRODUCT_VERSION_ "1.1.0"
3434
#define public _PRODUCT_VERSION_CODENAME_ "Cordis"
35-
#define public _PRODUCT_VERSION_DATE_ "15.01.2023"
35+
#define public _PRODUCT_VERSION_DATE_ "05.02.2023"
3636
#define public _PRODUCT_WEBSITE_HOMEPAGE_ "https://github.com/SibTiger/PowerShell-Compact-Archive-Tool"
3737
#define public _PRODUCT_WEBSITE_SUPPORT_ "https://github.com/SibTiger/PowerShell-Compact-Archive-Tool/wiki"
3838
#define public _PRODUCT_WEBSITE_UPDATES_ "https://github.com/SibTiger/PowerShell-Compact-Archive-Tool/releases"

Scripts/Initializations.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function InitializationProgramIdentity()
8787

8888
# Release Date
8989
# 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" `
9191
-Option ReadOnly -Scope Global -ErrorAction SilentlyContinue `
9292
-Visibility Public `
9393
-Description "The date in which the version of the application was released.";

0 commit comments

Comments
 (0)