chore: add DalamudPackager

This commit is contained in:
Anna 2020-12-27 11:33:18 -05:00
parent 45ab636d7e
commit caf01d8773
4 changed files with 27 additions and 10 deletions

View File

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

View File

@ -36,6 +36,7 @@
</Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="DalamudPackager" Version="1.0.0" />
<PackageReference Include="YamlDotNet" Version="9.1.0" />
</ItemGroup>
<ItemGroup>

View File

@ -1,10 +0,0 @@
{
"Author": "ascclemens",
"Name": "NoSoliciting",
"Description": "Customisable chat and Party Finder filtering. In addition to letting you filter anything from chat and PF, it comes with built-in filters for the following:\n\n- RMT (both gil and content)\n- FC ads\n- RP ads\n- Phishing messages\n- Static recruitment\n- Trade ads\n- Any PF with an item level over the max\n\nNow with experimental machine learning!",
"InternalName": "NoSoliciting",
"AssemblyVersion": "1.5.0",
"RepoUrl": "https://git.sr.ht/~jkcclemens/NoSoliciting",
"ApplicableVersion": "any",
"DalamudApiLevel": 2
}

View File

@ -0,0 +1,15 @@
author: ascclemens
name: NoSoliciting
description: |-
Customisable chat and Party Finder filtering. In addition to letting you filter anything from chat and PF, it comes with built-in filters for the following:
- RMT (both gil and content)
- FC ads
- RP ads
- Phishing messages
- Static recruitment
- Trade ads
- Any PF with an item level over the max
Now with experimental machine learning!
repo_url: https://git.sr.ht/~jkcclemens/NoSoliciting