Skip to content

Commit

Permalink
security update of dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwm authored Jul 10, 2024
1 parent 809f115 commit bc69991
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PaymentGateway/PaymentGateway.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/ahwm/payment-gateway-client</PackageProjectUrl>
<RepositoryUrl>https://github.com/ahwm/payment-gateway-client</RepositoryUrl>
<Version>0.0.8</Version>
<Version>0.0.9</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<PackageReleaseNotes>releasing update with missing fields added</PackageReleaseNotes>
<PackageReleaseNotes>Updated dependency with security issue</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Description>Client for interacting with Transaction Gateway endpoints for multiple providers compatible with Network Merchants (NMI)</Description>
<PackageTags>nmi bottomline payment gateway processor api mastercard amex visa canyonpay cyogate epna 0merchant easypaydirect vizypay durango</PackageTags>
Expand All @@ -30,7 +30,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Text.Json" Version="8.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
Expand Down

0 comments on commit bc69991

Please sign in to comment.