This commit is contained in:
TheXamlGuy
2024-04-21 21:10:43 +01:00
parent ef2b3b4eeb
commit e28386a2d5
6 changed files with 54 additions and 62 deletions
+1 -1
View File
@@ -5,5 +5,5 @@ namespace Bitvault;
public record VaultConfiguration : ComponentConfiguration
{
public string? Name { get; set; }
}