Skip to content

Commit

Permalink
Add license and readme to package
Browse files Browse the repository at this point in the history
  • Loading branch information
meriturva committed Sep 27, 2023
1 parent b82bb93 commit f89b59b
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,14 @@
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/meriturva/Hangfire.PerformContextAccessor</RepositoryUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="Hangfire.Core" Version="1.8.5" />
</ItemGroup>
Expand Down

0 comments on commit f89b59b

Please sign in to comment.