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