Skip to content

Commit ce894b5

Browse files
committed
v1.5.5
1 parent 01ecd76 commit ce894b5

File tree

6 files changed

+236
-110
lines changed

6 files changed

+236
-110
lines changed

Guard.CLI/Guard.CLI.csproj

+13-13
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
<Nullable>enable</Nullable>
88
<SupportedOSPlatformVersion>10.0.17763.0</SupportedOSPlatformVersion>
99
<ApplicationIcon>totp.ico</ApplicationIcon>
10-
<Title>2FAGuard CLI</Title>
11-
<Version>1.5.4</Version>
12-
<Authors>Timo Kössler and Open Source Contributors</Authors>
13-
<Copyright>$(Authors)</Copyright>
14-
<RepositoryType>git</RepositoryType>
15-
<RepositoryUrl>https://github.com/timokoessler/2FAGuard</RepositoryUrl>
16-
<FileVersion>$(Version)</FileVersion>
17-
<AssemblyVersion>$(Version)</AssemblyVersion>
18-
<SelfContained>true</SelfContained>
19-
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
20-
<PackageProjectUrl>https://2faguard.app</PackageProjectUrl>
21-
<StartupObject>Guard.CLI.Program</StartupObject>
22-
<AssemblyName>2fa</AssemblyName>
10+
<Title>2FAGuard CLI</Title>
11+
<Version>1.5.5</Version>
12+
<Authors>Timo Kössler and Open Source Contributors</Authors>
13+
<Copyright>$(Authors)</Copyright>
14+
<RepositoryType>git</RepositoryType>
15+
<RepositoryUrl>https://github.com/timokoessler/2FAGuard</RepositoryUrl>
16+
<FileVersion>$(Version)</FileVersion>
17+
<AssemblyVersion>$(Version)</AssemblyVersion>
18+
<SelfContained>true</SelfContained>
19+
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
20+
<PackageProjectUrl>https://2faguard.app</PackageProjectUrl>
21+
<StartupObject>Guard.CLI.Program</StartupObject>
22+
<AssemblyName>2fa</AssemblyName>
2323
<DebugType>embedded</DebugType>
2424
</PropertyGroup>
2525

Guard.Core/Guard.Core.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<DebugType>embedded</DebugType>
99
<Authors>Timo Kössler and Open Source Contributors</Authors>
1010
<Title>Guard.Core</Title>
11-
<Version>1.5.4</Version>
11+
<Version>1.5.5</Version>
1212
<Copyright>$(Authors)</Copyright>
1313
<PackageProjectUrl>https://2faguard.app</PackageProjectUrl>
1414
<FileVersion>$(Version)</FileVersion>

Guard.Package/Package.appxmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Name="TimoKssler.2FAGuard"
1313
Publisher="CN=F9CCA312-A05F-45A0-B7A8-E28C9DA26188"
1414
ProcessorArchitecture="x64"
15-
Version="1.5.4.0" />
15+
Version="1.5.5.0" />
1616

1717
<Properties>
1818
<DisplayName>2FAGuard</DisplayName>

Guard.WPF/Guard.WPF.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ImplicitUsings>enable</ImplicitUsings>
88
<UseWPF>true</UseWPF>
99
<Title>2FAGuard</Title>
10-
<Version>1.5.4</Version>
10+
<Version>1.5.5</Version>
1111
<Authors>Timo Kössler and Open Source Contributors</Authors>
1212
<Copyright>$(Authors)</Copyright>
1313
<RepositoryType>git</RepositoryType>

publish/installer.iss

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define MyAppName "2FAGuard"
2-
#define MyAppVersion "1.5.4"
2+
#define MyAppVersion "1.5.5"
33
#define MyAppPublisher "Timo Kössler"
44
#define MyAppURL "https://2faguard.app"
55
#define MyAppExeName "2FAGuard.exe"
@@ -35,7 +35,7 @@ UsePreviousTasks=yes
3535
DisableFinishedPage=yes
3636
PrivilegesRequiredOverridesAllowed=dialog
3737
ArchitecturesInstallIn64BitMode=x64compatible
38-
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
38+
SignTool=mysigntool sign /sha1 0839626A858F4D2E44EDC99708362609E432DA5A /t $qhttp://time.certum.pl/$q /fd sha256 /d $q2FAGuard Installer$q /du $qhttps://2faguard.app$q $f
3939
SignedUninstaller=yes
4040
SignToolRetryCount=0
4141

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

5354
[Tasks]
5455
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}";

0 commit comments

Comments
 (0)