Updated to SharpAESCrypt 2.0

This commit is contained in:
Kenneth Skovhede
2024-06-04 17:27:18 +02:00
parent 6841ad7fa8
commit 95cb6b4e71
7 changed files with 67 additions and 576 deletions
@@ -4,6 +4,6 @@ namespace Duplicati.CommandLine.SharpAESCrypt.Net8
public static class Program
{
public static void Main(string[] args)
=> global::SharpAESCrypt.SharpAESCrypt.CommandLineMain(args);
=> global::SharpAESCrypt.Program.CommandLineMain(args);
}
}