Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
meriturva committed Sep 27, 2023
2 parents 722a501 + 7a8613d commit 2b47b57
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,23 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<DebugType>portable</DebugType>
<AssemblyVersion>1.3.1.0</AssemblyVersion>
<Version>1.3.1</Version>
<PackageVersion>1.3.1</PackageVersion>
<AssemblyVersion>1.3.2.0</AssemblyVersion>
<Version>1.3.2</Version>
<PackageVersion>1.3.2</PackageVersion>
<PackageId>Bonura.Hangfire.PerformContextAccessor</PackageId>
<Authors>Diego Bonura</Authors>
<Description>PerformContextAccessor for Hangfire</Description>
<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 2b47b57

Please sign in to comment.