Fix package type and add package details
This commit is contained in:
@@ -11,7 +11,16 @@
|
||||
<EnableWindowsTargeting>true</EnableWindowsTargeting>
|
||||
<RestoreAdditionalProjectSources>https://ng.zznty.ru/v3/index.json</RestoreAdditionalProjectSources>
|
||||
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||||
</PropertyGroup>
|
||||
<PackageType>CringePlugin</PackageType>
|
||||
<Authors>zznty</Authors>
|
||||
<PackageId>Plugin.ClientModLoader</PackageId>
|
||||
<AssemblyName>Plugin.ClientModLoader</AssemblyName>
|
||||
<Title>Client Mod Loader</Title>
|
||||
<Description>This plugin allows players to load client side mods when joining servers</Description>
|
||||
<PackageProjectUrl>https://git.zznty.ru/PvE/ClientModLoader</PackageProjectUrl>
|
||||
<RepositoryUrl>https://git.zznty.ru/PvE/ClientModLoader</RepositoryUrl>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="CringePlugins" Version="*" ExcludeAssets="runtime; native"/>
|
||||
|
Reference in New Issue
Block a user