Skip to content

Commit 8d6749c

Browse files
committed
Add support for KeePass 2.35.
1 parent 3d0521d commit 8d6749c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

NewKeyKdb2x.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public override bool Export(PwExportInfo pwExportInfo, Stream sOutput,
5050
pd.Description = pwExportInfo.ContextDatabase.Description;
5151
pd.HistoryMaxItems = pwExportInfo.ContextDatabase.HistoryMaxItems;
5252
pd.HistoryMaxSize = pwExportInfo.ContextDatabase.HistoryMaxSize;
53-
pd.KeyEncryptionRounds = pwExportInfo.ContextDatabase.KeyEncryptionRounds;
53+
//pd.KeyEncryptionRounds = pwExportInfo.ContextDatabase.KeyEncryptionRounds; // Removed in KeePass 2.35
5454
pd.MaintenanceHistoryDays = pwExportInfo.ContextDatabase.MaintenanceHistoryDays;
5555
pd.MasterKeyChangeForce = pwExportInfo.ContextDatabase.MasterKeyChangeForce;
5656
pd.MasterKeyChangeRec = pwExportInfo.ContextDatabase.MasterKeyChangeRec;

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
3333
// übernehmen, indem Sie "*" eingeben:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.1.0")]
36-
[assembly: AssemblyFileVersion("1.0.1.0")]
35+
[assembly: AssemblyVersion("1.1.0.0")]
36+
[assembly: AssemblyFileVersion("1.1.0.0")]

keepass.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
:
2-
KeePassNewKeyExport:1.0.1
2+
KeePassNewKeyExport:1.1.0
33
:

0 commit comments

Comments
 (0)