Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions SamplePlugin/SamplePlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
<Project Sdk="Dalamud.NET.Sdk/14.0.2">
<PropertyGroup>
<Version>0.0.0.1</Version>
<PackageProjectUrl>https://github.com/goatcorp/SamplePlugin</PackageProjectUrl>
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
<IsPackable>false</IsPackable>
<!-- Manifest fields (see https://github.com/goatcorp/DalamudPackager/#csproj-manifests) -->
<Author>your name here</Author>
<Name>Sample Plugin</Name>
<Punchline>A short one-liner that shows up in /xlplugins.</Punchline>
<Description>A description that shows up in /xlplugins.
List any major slash-command(s).</Description>
<RepoUrl>https://github.com/goatcorp/SamplePlugin</RepoUrl>
<Tags>sample;plugin;goats</Tags>
</PropertyGroup>

<ItemGroup>
Expand Down
12 changes: 0 additions & 12 deletions SamplePlugin/SamplePlugin.json

This file was deleted.

Loading