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; namespace Kits;
[XmlRoot()] [XmlRoot]
public class Config : ViewModel public class Config : ViewModel
{ {
[Display(Name = "Kits", EditorType = typeof(EditButton))] [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")] [XmlAttribute(Form = XmlSchemaForm.Qualified, Namespace = "http://www.w3.org/2001/XMLSchema-instance")]
// ReSharper disable once InconsistentNaming // ReSharper disable once InconsistentNaming
public string noNamespaceSchemaLocation = "Kits.v1.0.6.xsd"; public string noNamespaceSchemaLocation = "Kits.v1.1.0.xsd";
} }

View File

@@ -2,5 +2,5 @@
<PluginManifest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <PluginManifest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Name>Kits</Name> <Name>Kits</Name>
<Guid>d095391d-b5ec-43a9-8ba4-6c4909227e6e</Guid> <Guid>d095391d-b5ec-43a9-8ba4-6c4909227e6e</Guid>
<Version>v1.0.6</Version> <Version>v1.1.0</Version>
</PluginManifest> </PluginManifest>