Skip to content

Commit

Permalink
Merge pull request #42 from SibTiger/PSCAT-Version-1.1.0
Browse files Browse the repository at this point in the history
Updated release date for PSCAT and Installer
  • Loading branch information
SibTiger authored Feb 5, 2023
2 parents 46b1634 + e148b29 commit 68abc89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Installer/Scripts/Project Information.iss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#define public _PRODUCT_NAME_SHORT_ "PSCAT"
#define public _PRODUCT_VERSION_ "1.1.0"
#define public _PRODUCT_VERSION_CODENAME_ "Cordis"
#define public _PRODUCT_VERSION_DATE_ "15.01.2023"
#define public _PRODUCT_VERSION_DATE_ "05.02.2023"
#define public _PRODUCT_WEBSITE_HOMEPAGE_ "https://github.com/SibTiger/PowerShell-Compact-Archive-Tool"
#define public _PRODUCT_WEBSITE_SUPPORT_ "https://github.com/SibTiger/PowerShell-Compact-Archive-Tool/wiki"
#define public _PRODUCT_WEBSITE_UPDATES_ "https://github.com/SibTiger/PowerShell-Compact-Archive-Tool/releases"
Expand Down
2 changes: 1 addition & 1 deletion Scripts/Initializations.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function InitializationProgramIdentity()

# Release Date
# Date Format: DD.MM.YYYY with leading zeros
Set-Variable -Name "_RELEASEDATE_" -Value "15.01.2023" `
Set-Variable -Name "_RELEASEDATE_" -Value "05.02.2023" `
-Option ReadOnly -Scope Global -ErrorAction SilentlyContinue `
-Visibility Public `
-Description "The date in which the version of the application was released.";
Expand Down

0 comments on commit 68abc89

Please sign in to comment.