Rename classes and namespaces

This commit is contained in:
Caelan Sayler
2023-12-31 11:09:44 +00:00
parent eff71d9b3f
commit 1d20f014d6
132 changed files with 454 additions and 479 deletions

View File

@@ -1,7 +1,7 @@
using System.CommandLine;
using Squirrel.Csq.Commands;
using Velopack.Vpk.Commands;
namespace Squirrel.CommandLine.Tests.Commands;
namespace Velopack.CommandLine.Tests.Commands;
public abstract class S3CommandTests<T> : BaseCommandTests<T>
where T : S3BaseCommand, new()