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

Commit

Permalink
PSCAT v1.2.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
SibTiger committed Jan 31, 2025
1 parent 2969dec commit 2ad8a08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Installer/Scripts/Project Information.iss
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
#define public _PRODUCT_NAME_FULL_ "PowerShell Compact-Archive Tool"
#define public _PRODUCT_NAME_SHORT_ "PSCAT"
#define public _PRODUCT_VERSION_ "1.2.0"
#define public _PRODUCT_VERSION_CODENAME_ "Cordis [Beta]"
#define public _PRODUCT_VERSION_DATE_ "18.01.2025"
#define public _PRODUCT_VERSION_CODENAME_ "Cordis"
#define public _PRODUCT_VERSION_DATE_ "31.01.2025"
#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
4 changes: 2 additions & 2 deletions Scripts/Initializations.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function InitializationProgramIdentity()
# Version
Set-Variable `
-Name "_VERSION_" `
-Value "1.2.0 [Beta]" `
-Value "1.2.0" `
-Scope Global `
-Option ReadOnly `
-Visibility Public `
Expand All @@ -110,7 +110,7 @@ function InitializationProgramIdentity()
# Date Format: DD.MM.YYYY with leading zeros
Set-Variable `
-Name "_RELEASEDATE_" `
-Value "18.01.2025" `
-Value "31.01.2025" `
-Scope Global `
-Option ReadOnly `
-Visibility Public `
Expand Down

0 comments on commit 2ad8a08

Please sign in to comment.