Skip to content

Commit a6cc973

Browse files
committed
v1.6.3
1 parent 26d1999 commit a6cc973

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Guard.CLI/Guard.CLI.csproj

Lines changed: 3 additions & 3 deletions
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.2</Version>
10+
<Version>1.6.3</Version>
1111
<Authors>Timo Kössler and Open Source Contributors</Authors>
1212
<Copyright>$(Authors)</Copyright>
1313
<RepositoryType>git</RepositoryType>
@@ -25,12 +25,12 @@
2525
<Content Include="totp.ico" />
2626
</ItemGroup>
2727
<ItemGroup>
28-
<PackageReference Include="Spectre.Console" Version="0.53.0" />
28+
<PackageReference Include="Spectre.Console" Version="0.52.0" />
2929
<PackageReference Include="Spectre.Console.Analyzer" Version="1.0.0">
3030
<PrivateAssets>all</PrivateAssets>
3131
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3232
</PackageReference>
33-
<PackageReference Include="Spectre.Console.Cli" Version="0.53.0" />
33+
<PackageReference Include="Spectre.Console.Cli" Version="0.52.0" />
3434
</ItemGroup>
3535
<ItemGroup>
3636
<ProjectReference Include="..\Guard.Core\Guard.Core.csproj" />

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.2</Version>
10+
<Version>1.6.3</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.2.0" />
15+
Version="1.6.3.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.2</Version>
9+
<Version>1.6.3</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.2"
2+
#define MyAppVersion "1.6.3"
33
#define MyAppPublisher "Timo Kössler"
44
#define MyAppURL "https://2faguard.app"
55

0 commit comments

Comments
 (0)