Skip to content

Commit

Permalink
v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
timokoessler committed Feb 22, 2025
1 parent 01ecd76 commit ce894b5
Show file tree
Hide file tree
Showing 6 changed files with 236 additions and 110 deletions.
26 changes: 13 additions & 13 deletions Guard.CLI/Guard.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
<Nullable>enable</Nullable>
<SupportedOSPlatformVersion>10.0.17763.0</SupportedOSPlatformVersion>
<ApplicationIcon>totp.ico</ApplicationIcon>
<Title>2FAGuard CLI</Title>
<Version>1.5.4</Version>
<Authors>Timo Kössler and Open Source Contributors</Authors>
<Copyright>$(Authors)</Copyright>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/timokoessler/2FAGuard</RepositoryUrl>
<FileVersion>$(Version)</FileVersion>
<AssemblyVersion>$(Version)</AssemblyVersion>
<SelfContained>true</SelfContained>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
<PackageProjectUrl>https://2faguard.app</PackageProjectUrl>
<StartupObject>Guard.CLI.Program</StartupObject>
<AssemblyName>2fa</AssemblyName>
<Title>2FAGuard CLI</Title>
<Version>1.5.5</Version>
<Authors>Timo Kössler and Open Source Contributors</Authors>
<Copyright>$(Authors)</Copyright>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/timokoessler/2FAGuard</RepositoryUrl>
<FileVersion>$(Version)</FileVersion>
<AssemblyVersion>$(Version)</AssemblyVersion>
<SelfContained>true</SelfContained>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
<PackageProjectUrl>https://2faguard.app</PackageProjectUrl>
<StartupObject>Guard.CLI.Program</StartupObject>
<AssemblyName>2fa</AssemblyName>
<DebugType>embedded</DebugType>
</PropertyGroup>

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.4</Version>
<Version>1.5.5</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.4.0" />
Version="1.5.5.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.4</Version>
<Version>1.5.5</Version>
<Authors>Timo Kössler and Open Source Contributors</Authors>
<Copyright>$(Authors)</Copyright>
<RepositoryType>git</RepositoryType>
Expand Down
5 changes: 3 additions & 2 deletions publish/installer.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MyAppName "2FAGuard"
#define MyAppVersion "1.5.4"
#define MyAppVersion "1.5.5"
#define MyAppPublisher "Timo Kössler"
#define MyAppURL "https://2faguard.app"
#define MyAppExeName "2FAGuard.exe"
Expand Down Expand Up @@ -35,7 +35,7 @@ UsePreviousTasks=yes
DisableFinishedPage=yes
PrivilegesRequiredOverridesAllowed=dialog
ArchitecturesInstallIn64BitMode=x64compatible
SignTool=mysigntool sign /n $qOpen Source Developer, Timo Kössler$q /t $qhttp://time.certum.pl/$q /fd sha256 /d $q2FAGuard Installer$q /du $qhttps://2faguard.app$q $f
SignTool=mysigntool sign /sha1 0839626A858F4D2E44EDC99708362609E432DA5A /t $qhttp://time.certum.pl/$q /fd sha256 /d $q2FAGuard Installer$q /du $qhttps://2faguard.app$q $f
SignedUninstaller=yes
SignToolRetryCount=0

Expand All @@ -49,6 +49,7 @@ Name: "chinesesimplified"; MessagesFile: "compiler:Languages\ChineseSimplified.i
Name: "chinesetraditional"; MessagesFile: "compiler:Languages\ChineseTraditional.isl"
Name: "greek"; MessagesFile: "compiler:Languages\Greek.isl"
Name: "arabic"; MessagesFile: "compiler:Languages\Arabic.isl"
Name: "brazilianportuguese"; MessagesFile: "compiler:Languages\BrazilianPortuguese.isl"

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

0 comments on commit ce894b5

Please sign in to comment.