Skip to content

Commit

Permalink
+ README Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rainxh11 committed Jul 13, 2022
1 parent ff98d1f commit 7587ebc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 216 deletions.
10 changes: 5 additions & 5 deletions Chargily.EpayGateway.NET/Chargily.EpayGateway.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<OutputType>Library</OutputType>
<Version>1.0.10</Version>
<Version>1.0.11</Version>
<StartupObject />
<Authors>Chakhoum Ahmed (github.com/rainxh11)</Authors>
<Description>C# .NET Library to use Chargily Epay Payment Gateway</Description>
Expand All @@ -22,18 +22,18 @@
</PropertyGroup>
<ItemGroup>
<None Include="..\assets\chargily.png" Pack="true" PackagePath="\" />
<None Include="readme.md" Pack="true" PackagePath="\" />
<None Include="..\readme.md" Pack="true" PackagePath="\" />
<None Include="..\LICENSE" Pack="true" PackagePath="" />

<PackageReference Include="FluentValidation" Version="11.0.2" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.0.2" />
<PackageReference Include="FluentValidation" Version="11.1.0" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.1" />
<PackageReference Include="Refit" Version="6.3.2" />
<PackageReference Include="Refit.HttpClientFactory" Version="6.3.2" />
<PackageReference Include="System.Text.Json" Version="6.0.4" />
<PackageReference Include="System.Text.Json" Version="6.0.5" />
</ItemGroup>
<Target DependsOnTargets="ResolveReferences" Name="CopyProjectReferencesToPackage">
<ItemGroup>
Expand Down
209 changes: 0 additions & 209 deletions Chargily.EpayGateway.NET/README.md

This file was deleted.

17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,21 @@

[![Latest version](https://img.shields.io/nuget/v/Chargily.EpayGateway.NET.svg)](https://www.nuget.org/packages/Chargily.EpayGateway.NET/)

# Chargily ePay Gateway C\#.NET Plugin, supports ASP.NET Core, Xamarin, .NET MAUI

# Chargily ePay Gateway C\#.NET Plugin
## This package supports the following frameowrks and platforms:
| Framework | Support | Platform |
|-|-|-|
| Console ||Windows, Linux, macOS|
| ASP.NET Core ||Windows, Linux, macOS|
|.NET MAUI ||Windows, Linux, macOS, Android, iOS, Tizen|
| Xamarin || Android, iOS |
| ASP.NET ||Windows|
| WPF ||Windows|
| UWP || Windows, Xbox OS |
| WinForm || Windows |

Any C# application that uses `Microsoft.Extensions.DependencyInjection` can use this package
#
![Chargily ePay Gateway](https://raw.githubusercontent.com/Chargily/epay-gateway-php/main/assets/banner-1544x500.png "Chargily ePay Gateway")

Integrate ePayment gateway with Chargily easily.
Expand Down

0 comments on commit 7587ebc

Please sign in to comment.