another version
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
Reference in New Issue
Block a user