Fix package type and add package details
All checks were successful
Build / Compute Version (push) Successful in 5s
Build / Build Nuget package (push) Successful in 34s

This commit is contained in:
2025-05-11 16:48:51 -04:00
parent ac5530e786
commit f04de5080e

View File

@@ -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"/>