|
7 | 7 | <Nullable>enable</Nullable>
|
8 | 8 | <SupportedOSPlatformVersion>10.0.17763.0</SupportedOSPlatformVersion>
|
9 | 9 | <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> |
23 | 23 | <DebugType>embedded</DebugType>
|
24 | 24 | </PropertyGroup>
|
25 | 25 |
|
|
0 commit comments