From 2892e289ff44d164d7ddf0ddfe0305cac9c23d33 Mon Sep 17 00:00:00 2001 From: karashiiro <49822414+karashiiro@users.noreply.github.com> Date: Fri, 14 Aug 2020 10:26:27 -0700 Subject: [PATCH] metadata file --- DalamudPluginProjectTemplate.csproj | 6 ++++++ Plugin.json | 12 ++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 Plugin.json diff --git a/DalamudPluginProjectTemplate.csproj b/DalamudPluginProjectTemplate.csproj index c096b0b..e4b0029 100644 --- a/DalamudPluginProjectTemplate.csproj +++ b/DalamudPluginProjectTemplate.csproj @@ -52,4 +52,10 @@ + + + Always + + + diff --git a/Plugin.json b/Plugin.json new file mode 100644 index 0000000..53b2ad2 --- /dev/null +++ b/Plugin.json @@ -0,0 +1,12 @@ +{ + "Author": "", + "Name": "", + "Description": "", + "InternalName": "", + "AssemblyVersion": "1.0.0.0", + "RepoUrl": "", + "ApplicableVersion": "any", + "DalamudApplicableVersion": ">=4.9.8.3", + "DalamudApiLevel": "1", + "Tags": [] +} \ No newline at end of file