Skip to content

Commit fbb6b96

Browse files
committed
v1.7.2
1 parent 3ccd16b commit fbb6b96

File tree

10 files changed

+32
-7
lines changed

10 files changed

+32
-7
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.7.1</Version>
10+
<Version>1.7.2</Version>
1111
<Authors>Timo Kössler and Open Source Contributors</Authors>
1212
<Copyright>$(Authors)</Copyright>
1313
<RepositoryType>git</RepositoryType>

Guard.CLI/packages.lock.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"version": 1,
33
"dependencies": {
44
"net10.0-windows10.0.22621": {
5+
"Microsoft.NET.ILLink.Tasks": {
6+
"type": "Direct",
7+
"requested": "[10.0.2, )",
8+
"resolved": "10.0.2",
9+
"contentHash": "sXdDtMf2qcnbygw9OdE535c2lxSxrZP8gO4UhDJ0xiJbl1wIqXS1OTcTDFTIJPOFd6Mhcm8gPEthqWGUxBsTqw=="
10+
},
511
"Spectre.Console": {
612
"type": "Direct",
713
"requested": "[0.54.0, )",

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.7.1</Version>
10+
<Version>1.7.2</Version>
1111
<Copyright>$(Authors)</Copyright>
1212
<PackageProjectUrl>https://2faguard.app</PackageProjectUrl>
1313
<FileVersion>$(Version)</FileVersion>

Guard.Core/packages.lock.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
"resolved": "5.0.21",
2424
"contentHash": "ykJ7ffFl7P9YQKR/PLci6zupiLrsSCNkOTiw6OtzntH7d2kCYp5L1+3a/pksKgTEHcJBoPXFtg7VZSGVBseN9w=="
2525
},
26+
"Microsoft.NET.ILLink.Tasks": {
27+
"type": "Direct",
28+
"requested": "[10.0.2, )",
29+
"resolved": "10.0.2",
30+
"contentHash": "sXdDtMf2qcnbygw9OdE535c2lxSxrZP8gO4UhDJ0xiJbl1wIqXS1OTcTDFTIJPOFd6Mhcm8gPEthqWGUxBsTqw=="
31+
},
2632
"NSec.Cryptography": {
2733
"type": "Direct",
2834
"requested": "[25.4.0, )",
@@ -78,6 +84,13 @@
7884
"resolved": "1.0.20.1",
7985
"contentHash": "pkiceEqJDQFHjbga3k/oPfTVX9g+GKJZ1VrkuiLhaymt9YNw1Dr7cX9hNuZuNaWcr9WD0moW55k4pMwzQ7JaZQ=="
8086
}
87+
},
88+
"net10.0-windows10.0.22621/win-x64": {
89+
"libsodium": {
90+
"type": "Transitive",
91+
"resolved": "1.0.20.1",
92+
"contentHash": "pkiceEqJDQFHjbga3k/oPfTVX9g+GKJZ1VrkuiLhaymt9YNw1Dr7cX9hNuZuNaWcr9WD0moW55k4pMwzQ7JaZQ=="
93+
}
8194
}
8295
}
8396
}

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.7.1.0" />
15+
Version="1.7.2.0" />
1616

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

Guard.Package/packages.lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@
573573
"type": "Project",
574574
"dependencies": {
575575
"Google.Protobuf": "[3.33.5, )",
576-
"Guard.Core": "[1.7.1, )",
576+
"Guard.Core": "[1.7.2, )",
577577
"Konscious.Security.Cryptography.Argon2": "[1.3.1, )",
578578
"Microsoft.Security.Extensions": "[1.4.0, )",
579579
"NSec.Cryptography": "[25.4.0, )",

Guard.Test/packages.lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
"type": "Project",
304304
"dependencies": {
305305
"Google.Protobuf": "[3.33.5, )",
306-
"Guard.Core": "[1.7.1, )",
306+
"Guard.Core": "[1.7.2, )",
307307
"Konscious.Security.Cryptography.Argon2": "[1.3.1, )",
308308
"Microsoft.Security.Extensions": "[1.4.0, )",
309309
"NSec.Cryptography": "[25.4.0, )",

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.7.1</Version>
9+
<Version>1.7.2</Version>
1010
<Authors>Timo Kössler and Open Source Contributors</Authors>
1111
<Copyright>$(Authors)</Copyright>
1212
<RepositoryType>git</RepositoryType>

Guard.WPF/packages.lock.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
"Konscious.Security.Cryptography.Blake2": "1.1.1"
1818
}
1919
},
20+
"Microsoft.NET.ILLink.Tasks": {
21+
"type": "Direct",
22+
"requested": "[10.0.2, )",
23+
"resolved": "10.0.2",
24+
"contentHash": "sXdDtMf2qcnbygw9OdE535c2lxSxrZP8gO4UhDJ0xiJbl1wIqXS1OTcTDFTIJPOFd6Mhcm8gPEthqWGUxBsTqw=="
25+
},
2026
"Microsoft.Security.Extensions": {
2127
"type": "Direct",
2228
"requested": "[1.4.0, )",

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.7.1"
2+
#define MyAppVersion "1.7.2"
33
#define MyAppPublisher "Timo Kössler"
44
#define MyAppURL "https://2faguard.app"
55

0 commit comments

Comments
 (0)