-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNestPayDotNet.csproj
27 lines (23 loc) · 1.1 KB
/
NestPayDotNet.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>1.0.1</Version>
<Authors>Haitham Basim</Authors>
<Company></Company>
<PackageId>NestPayDotNet</PackageId>
<Description>A lightweight and easy-to-use .NET SDK for integrating with the **NestPay API**, enabling secure and efficient payment processing. This SDK supports various transaction types, including sales, refunds, preauthorization.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/haithambasim/NestPayDotNet</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Copyright>© 2024 Haitham Basim. All rights reserved.</Copyright>
<PackageTags>NestPay;Payment;PaymentGateway;Integration;DotNet;Banking;Transaction;PaymentProcessing</PackageTags>
</PropertyGroup>
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>