This commit is contained in:
TheXamlGuy
2024-05-18 20:40:12 +01:00
parent 46fe35fea4
commit 0f9998bc1d
54 changed files with 368 additions and 241 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
namespace Bitvault;
public record ContainerConfiguration : ComponentConfiguration
public record ContainerConfiguration :
ComponentConfiguration
{
public string? Name { get; set; }