Skip to content

Commit

Permalink
Reorganize csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
psyGamer committed Mar 2, 2024
1 parent a708cb8 commit e65a1a1
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions CelesteMod.Publicizer/CelesteMod.Publicizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,25 @@
</PropertyGroup>

<PropertyGroup>
<Title>Celeste Publicizer</Title>
<Description>Build task to publicize vanilla Celeste types/methods/fields.</Description>
<Authors>EverestAPI</Authors>
<Copyright>Copyright (c) 2024 EverestAPI</Copyright>
<RepositoryUrl>https://github.com/EverestAPI/CelestePublicizer</RepositoryUrl>

<PackageType>Template</PackageType>
<PackageId>CelesteMod.Publicizer</PackageId>
<Title>Celeste Mod publicizer</Title>
<Authors>EverestAPI</Authors>
<Version>1.0.1</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>publicizer;celeste;mod;game</PackageTags>
<PackageIcon>icon.png</PackageIcon>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/EverestAPI/CelestePublicizer/blob/master/CelesteMod.Publicizer</PackageProjectUrl>
<RepositoryUrl>https://github.com/EverestAPI/CelestePublicizer</RepositoryUrl>
<PackageReleaseNotes>Automated release.</PackageReleaseNotes>
<Copyright>Copyright (c) 2024 EverestAPI</Copyright>
<Description>Build task to publicize vanilla Celeste types/methods/fields.</Description>
<PackageTags>publicizer;celeste;mod;game</PackageTags>

<IncludeContentInPack>true</IncludeContentInPack>
<IncludeBuildOutput>false</IncludeBuildOutput>
<ContentTargetFolders>content</ContentTargetFolders>
<NoDefaultExcludes>true</NoDefaultExcludes>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit e65a1a1

Please sign in to comment.