Skip to content

Commit

Permalink
v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
timokoessler committed Jan 12, 2025
1 parent d304961 commit cf0a72b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Guard.CLI/Guard.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<SupportedOSPlatformVersion>10.0.17763.0</SupportedOSPlatformVersion>
<ApplicationIcon>totp.ico</ApplicationIcon>
<Title>2FAGuard CLI</Title>
<Version>1.5.3</Version>
<Version>1.5.4</Version>
<Authors>Timo Kössler and Open Source Contributors</Authors>
<Copyright>$(Authors)</Copyright>
<RepositoryType>git</RepositoryType>
Expand Down
2 changes: 1 addition & 1 deletion Guard.Core/Guard.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<DebugType>embedded</DebugType>
<Authors>Timo Kössler and Open Source Contributors</Authors>
<Title>Guard.Core</Title>
<Version>1.5.3</Version>
<Version>1.5.4</Version>
<Copyright>$(Authors)</Copyright>
<PackageProjectUrl>https://2faguard.app</PackageProjectUrl>
<FileVersion>$(Version)</FileVersion>
Expand Down
2 changes: 1 addition & 1 deletion Guard.Package/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Name="TimoKssler.2FAGuard"
Publisher="CN=F9CCA312-A05F-45A0-B7A8-E28C9DA26188"
ProcessorArchitecture="x64"
Version="1.5.3.0" />
Version="1.5.4.0" />

<Properties>
<DisplayName>2FAGuard</DisplayName>
Expand Down
2 changes: 1 addition & 1 deletion Guard.WPF/Guard.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
<Title>2FAGuard</Title>
<Version>1.5.3</Version>
<Version>1.5.4</Version>
<Authors>Timo Kössler and Open Source Contributors</Authors>
<Copyright>$(Authors)</Copyright>
<RepositoryType>git</RepositoryType>
Expand Down
4 changes: 3 additions & 1 deletion publish/installer.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MyAppName "2FAGuard"
#define MyAppVersion "1.5.3"
#define MyAppVersion "1.5.4"
#define MyAppPublisher "Timo Kössler"
#define MyAppURL "https://2faguard.app"
#define MyAppExeName "2FAGuard.exe"
Expand Down Expand Up @@ -47,6 +47,8 @@ Name: "italian"; MessagesFile: "compiler:Languages\Italian.isl"
// https://github.com/kira-96/Inno-Setup-Chinese-Simplified-Translation
Name: "chinesesimplified"; MessagesFile: "compiler:Languages\ChineseSimplified.isl"
Name: "chinesetraditional"; MessagesFile: "compiler:Languages\ChineseTraditional.isl"
Name: "greek"; MessagesFile: "compiler:Languages\Greek.isl"
Name: "arabic"; MessagesFile: "compiler:Languages\Arabic.isl"

[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}";
Expand Down

0 comments on commit cf0a72b

Please sign in to comment.