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";
|
||||
}
|
||||
|
@@ -2,5 +2,5 @@
|
||||
<PluginManifest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<Name>Kits</Name>
|
||||
<Guid>d095391d-b5ec-43a9-8ba4-6c4909227e6e</Guid>
|
||||
<Version>v1.0.6</Version>
|
||||
<Version>v1.1.0</Version>
|
||||
</PluginManifest>
|
Reference in New Issue
Block a user