Skip to content

Commit

Permalink
metadata file
Browse files Browse the repository at this point in the history
  • Loading branch information
karashiiro committed Aug 14, 2020
1 parent 8227119 commit 2892e28
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions DalamudPluginProjectTemplate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,10 @@
</Reference>
</ItemGroup>

<ItemGroup>
<None Update="Plugin.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>
12 changes: 12 additions & 0 deletions Plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"Author": "",
"Name": "",
"Description": "",
"InternalName": "",
"AssemblyVersion": "1.0.0.0",
"RepoUrl": "",
"ApplicableVersion": "any",
"DalamudApplicableVersion": ">=4.9.8.3",
"DalamudApiLevel": "1",
"Tags": []
}

0 comments on commit 2892e28

Please sign in to comment.