mirror of
https://github.com/wismna/ModernKeePassLib.git
synced 2025-10-03 15:40:20 -04:00
Update to version 2.42.1
Some changes Removed FutureAccesList code as it works only with UWP
This commit is contained in:
@@ -55,18 +55,18 @@ namespace ModernKeePassLib
|
||||
/// e.g. 2.19 = 0x02130000.
|
||||
/// It is highly recommended to use <c>FileVersion64</c> instead.
|
||||
/// </summary>
|
||||
public static readonly uint Version32 = 0x02290000;
|
||||
public static readonly uint Version32 = 0x022A0100;
|
||||
|
||||
/// <summary>
|
||||
/// Version, encoded as 64-bit unsigned integer
|
||||
/// (component-wise, 16 bits per component).
|
||||
/// </summary>
|
||||
public static readonly ulong FileVersion64 = 0x0002002900000000UL;
|
||||
public static readonly ulong FileVersion64 = 0x0002002A00010000UL;
|
||||
|
||||
/// <summary>
|
||||
/// Version, encoded as string.
|
||||
/// </summary>
|
||||
public static readonly string VersionString = "2.41";
|
||||
public static readonly string VersionString = "2.42.1";
|
||||
|
||||
public static readonly string Copyright = @"Copyright © 2003-2019 Dominik Reichl";
|
||||
|
||||
@@ -181,6 +181,12 @@ namespace ModernKeePassLib
|
||||
/// </summary>
|
||||
public static readonly string DefaultAutoTypeSequenceTan = @"{PASSWORD}";
|
||||
|
||||
/// <summary>
|
||||
/// Maximum time (in milliseconds) after which the user interface
|
||||
/// should be updated.
|
||||
/// </summary>
|
||||
internal const int UIUpdateDelay = 50;
|
||||
|
||||
/// <summary>
|
||||
/// Check if a name is a standard field name.
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user