luck perms discord initial

This commit is contained in:
zznty
2023-12-17 02:20:50 +07:00
parent 630cbdd14c
commit f259936874
28 changed files with 1337 additions and 47 deletions

View File

@@ -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.1.0.xsd";
public string noNamespaceSchemaLocation = "Kits.v1.1.2.xsd";
}

View File

@@ -14,7 +14,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LuckPerms.Torch.Api" Version="5.4.2" />
<PackageReference Include="LuckPerms.Torch.Api" Version="5.4.4" />
<PackageReference Include="PetaPoco.Compiled" Version="6.0.480" />
<PackageReference Include="PropertyChanged.Fody" Version="4.1.0" PrivateAssets="all" />
<PackageReference Include="Torch.Server.ReferenceAssemblies" Version="1.3.1.260-master" PrivateAssets="all" IncludeAssets="compile" />

View File

@@ -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.1.1</Version>
<Version>v1.1.2</Version>
</PluginManifest>