chore: add packager and manifest

This commit is contained in:
Anna 2021-05-03 19:43:18 -04:00
parent 458b22f4f3
commit feeec5ad9b
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<Project>
<Target Name="PackagePlugin" AfterTargets="Build" Condition="'$(Configuration)' == 'Release'">
<DalamudPackager ProjectDir="$(ProjectDir)"
OutputPath="$(OutputPath)"
AssemblyName="$(AssemblyName)"
VersionComponents="3"
MakeZip="true"
Include="NoSoliciting.Lite.json;NoSoliciting.Lite.dll;NoSoliciting.Lite.pdb"/>
</Target>
</Project>

View File

@ -37,6 +37,7 @@
</Compile>
</ItemGroup>
<ItemGroup>
<PackageReference Include="DalamudPackager" Version="1.2.1" />
<PackageReference Include="Fody" Version="6.5.1" PrivateAssets="all" />
<PackageReference Include="ResourcesMerge.Fody" Version="1.0.1" PrivateAssets="all" />
</ItemGroup>

View File

@ -0,0 +1,9 @@
author: ascclemens
name: NoSoliciting Lite
description: |-
Customisable, simple chat and Party Finder filtering.
Only filters out text that you configure.
repo_url: https://git.sr.ht/~jkcclemens/NoSoliciting
# Use higher priority to filter messages before other plugins get them.
load_priority: 100