Skip to content

Commit

Permalink
initial public release
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwm authored Apr 25, 2022
1 parent 0201d31 commit 5e0237c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions PaymentGateway/PaymentGateway.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/ahwm/payment-gateway-client</PackageProjectUrl>
<RepositoryUrl>https://github.com/ahwm/payment-gateway-client</RepositoryUrl>
<Version>0.0.1-beta.5</Version>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<PackageReleaseNotes>Fixed reporting.</PackageReleaseNotes>
<Version>0.0.1</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<PackageReleaseNotes>Initial public release.</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Description>Client for interacting with Transaction Gateway endpoints for multiple providers such as Network Merchants (NMI)</Description>
<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>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<DocumentationFile>PaymentGateway.xml</DocumentationFile>
Expand Down
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ for:

deploy:
provider: NuGet
server: https://nuget.pkg.github.com/ahwm/index.json
artifact: /.nupkg/
username: ahwm
api_key:
secure: MErt1yyJNwqUUvMN8A1Um+YGisjzNLB6F2ATZ8mmnX41DqIMn9E0TnY/tDbSoBkM
secure: tas6g7o5bleaFS68B8r1Hip3nDutOGGFKZT9Gm8RETKeLioLSeB0eWSajhWAfLKf

0 comments on commit 5e0237c

Please sign in to comment.