We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49df29d commit 0f1f9efCopy full SHA for 0f1f9ef
1 file changed
Config.cs
@@ -34,7 +34,7 @@ public class GeneralConfig : ITomlMetadataProvider
34
[DataMember(IsRequired = true, Name = "name")]
35
public string Name { get; set; } = "";
36
37
- public const string NameValidationRegex = "^[A-Za-z0-9]+$";
+ public const string NameValidationRegex = "^[A-Za-z0-9\\.\\-_\\+]+$";
38
39
[DataMember(Name = "platform")]
40
public string? Platform { get; set; }
0 commit comments