another version

This commit is contained in:
zznty
2023-11-13 23:29:29 +07:00
parent 80458b264e
commit 7b80b5bfec
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ using Torch.Views;
namespace Kits;
[XmlRoot()]
[XmlRoot]
public class Config : ViewModel
{
[Display(Name = "Kits", EditorType = typeof(EditButton))]
@@ -16,5 +16,5 @@ public class Config : ViewModel
[XmlAttribute(Form = XmlSchemaForm.Qualified, Namespace = "http://www.w3.org/2001/XMLSchema-instance")]
// ReSharper disable once InconsistentNaming
public string noNamespaceSchemaLocation = "Kits.v1.0.6.xsd";
public string noNamespaceSchemaLocation = "Kits.v1.1.0.xsd";
}