Various cleanups (#14785)

This commit is contained in:
Bond-009
2025-09-12 21:58:23 +02:00
committed by GitHub
parent c02a24e32a
commit 8776a447d1
9 changed files with 18 additions and 17 deletions

View File

@@ -39,7 +39,7 @@ public class BackupService : IBackupService
ReferenceHandler = ReferenceHandler.IgnoreCycles,
};
private readonly Version _backupEngineVersion = Version.Parse("0.2.0");
private readonly Version _backupEngineVersion = new Version(0, 2, 0);
/// <summary>
/// Initializes a new instance of the <see cref="BackupService"/> class.