Skip to content

Commit

Permalink
Merge pull request #231 from earloc/fix/package
Browse files Browse the repository at this point in the history
fix: add missing readme
  • Loading branch information
earloc authored Oct 25, 2024
2 parents 29e6082 + 9da713c commit 2020398
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
<IncludeBuildOutput>false</IncludeBuildOutput>
</PropertyGroup>

<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" />
</ItemGroup>
Expand Down
4 changes: 4 additions & 0 deletions src/TypealizeR.Analyzers/TypealizeR.Analyzers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
<None Remove="AnalyzerReleases.Shipped.md" />
</ItemGroup>

<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 2020398

Please sign in to comment.