Skip to content

Commit 350ba38

Browse files
committed
v1.5.6
1 parent 339b00a commit 350ba38

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Guard.CLI/Guard.CLI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<SupportedOSPlatformVersion>10.0.17763.0</SupportedOSPlatformVersion>
99
<ApplicationIcon>totp.ico</ApplicationIcon>
1010
<Title>2FAGuard CLI</Title>
11-
<Version>1.5.5</Version>
11+
<Version>1.5.6</Version>
1212
<Authors>Timo Kössler and Open Source Contributors</Authors>
1313
<Copyright>$(Authors)</Copyright>
1414
<RepositoryType>git</RepositoryType>

Guard.Core/Guard.Core.csproj

Lines changed: 1 addition & 1 deletion
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.5</Version>
11+
<Version>1.5.6</Version>
1212
<Copyright>$(Authors)</Copyright>
1313
<PackageProjectUrl>https://2faguard.app</PackageProjectUrl>
1414
<FileVersion>$(Version)</FileVersion>

Guard.Package/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
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.5.0" />
15+
Version="1.5.6.0" />
1616

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

Guard.WPF/Guard.WPF.csproj

Lines changed: 1 addition & 1 deletion
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.5</Version>
10+
<Version>1.5.6</Version>
1111
<Authors>Timo Kössler and Open Source Contributors</Authors>
1212
<Copyright>$(Authors)</Copyright>
1313
<RepositoryType>git</RepositoryType>

publish/installer.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define MyAppName "2FAGuard"
2-
#define MyAppVersion "1.5.5"
2+
#define MyAppVersion "1.5.6"
33
#define MyAppPublisher "Timo Kössler"
44
#define MyAppURL "https://2faguard.app"
55
#define MyAppExeName "2FAGuard.exe"

0 commit comments

Comments
 (0)