Skip to content

Commit 5d31c47

Browse files
committed
v1.6.1
1 parent dc321d7 commit 5d31c47

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
@@ -7,7 +7,7 @@
77
<SupportedOSPlatformVersion>10.0.17763.0</SupportedOSPlatformVersion>
88
<ApplicationIcon>totp.ico</ApplicationIcon>
99
<Title>2FAGuard CLI</Title>
10-
<Version>1.6.0</Version>
10+
<Version>1.6.1</Version>
1111
<Authors>Timo Kössler and Open Source Contributors</Authors>
1212
<Copyright>$(Authors)</Copyright>
1313
<RepositoryType>git</RepositoryType>

Guard.Core/Guard.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<DebugType>embedded</DebugType>
88
<Authors>Timo Kössler and Open Source Contributors</Authors>
99
<Title>Guard.Core</Title>
10-
<Version>1.6.0</Version>
10+
<Version>1.6.1</Version>
1111
<Copyright>$(Authors)</Copyright>
1212
<PackageProjectUrl>https://2faguard.app</PackageProjectUrl>
1313
<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.6.0.0" />
15+
Version="1.6.1.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
@@ -6,7 +6,7 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
<UseWPF>true</UseWPF>
88
<Title>2FAGuard</Title>
9-
<Version>1.6.0</Version>
9+
<Version>1.6.1</Version>
1010
<Authors>Timo Kössler and Open Source Contributors</Authors>
1111
<Copyright>$(Authors)</Copyright>
1212
<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.6.0"
2+
#define MyAppVersion "1.6.1"
33
#define MyAppPublisher "Timo Kössler"
44
#define MyAppURL "https://2faguard.app"
55
#define MyAppExeName "2FAGuard.exe"

0 commit comments

Comments
 (0)