chore: add plugin manifest

This commit is contained in:
Anna 2020-07-29 12:30:44 -04:00
parent 8ba7416d89
commit 79de60b449
2 changed files with 13 additions and 0 deletions

View File

@ -56,5 +56,8 @@
<Compile Include="PluginUI.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="HudSwap.json" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

10
HudSwap/HudSwap.json Normal file
View File

@ -0,0 +1,10 @@
{
"Author": "ascclemens",
"Name": "HudSwap",
"Description": "Automatically changes your HUD layout for you. /phudswap",
"InternalName": "HudSwap",
"AssemblyVersion": "1.0.0",
"RepoUrl": "https://sr.ht/~jkcclemens/HudSwap",
"ApplicableVersion": "any",
"DalamudApiLevel": 1
}