Skip to content

Commit

Permalink
Add package README.md #223
Browse files Browse the repository at this point in the history
  • Loading branch information
khellang committed Sep 25, 2024
1 parent 32f5b8b commit 5221bff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Scrutor/Scrutor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<PackageTags>Dependency;Injection;DI;Scanning;Conventions;Decoration</PackageTags>
<PackageProjectUrl>https://github.com/khellang/Scrutor</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/khellang/Scrutor</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand All @@ -26,6 +27,10 @@
<AssemblyVersion>5.0.0.0</AssemblyVersion>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2024.2.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
Expand Down

0 comments on commit 5221bff

Please sign in to comment.