Skip to content

Commit

Permalink
Fix StyleChecker.csproj file (#181)
Browse files Browse the repository at this point in the history
- Add PackageReadmeFile and PackageLicenseFile elements
  • Loading branch information
maroontress-tomohisa authored May 11, 2024
1 parent ee99854 commit 2faf286
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions StyleChecker/StyleChecker/StyleChecker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
<Version>2.0.0-alpha</Version>
<RepositoryType />
<Company>Maroontress Fast Software</Company>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>COPYRIGHT.txt</PackageLicenseFile>
<AnnotationsVersion>1.0.1</AnnotationsVersion>
<OxbindVersion>1.0.3</OxbindVersion>
</PropertyGroup>
Expand Down Expand Up @@ -362,7 +364,7 @@
<EmbeddedResource Include="Refactoring\IneffectiveReadByte\FixTemplate.txt" />
</ItemGroup>

<PropertyGroup>
<PackageLicenseFile>COPYRIGHT.txt</PackageLicenseFile>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>

0 comments on commit 2faf286

Please sign in to comment.