Skip to content
This repository has been archived by the owner on Jul 11, 2021. It is now read-only.

Commit

Permalink
Update MpesaLib.nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ayiemba committed Nov 3, 2018
1 parent ff6fb25 commit 5283fb5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/MpesaLib.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,24 @@
<id>MpesaLib</id>

<version>$version$</version>
<title>Mpesa C# API Library</title>
<title>Mpesa API Library for .NET Developers</title>
<authors>Elvis Ayiemba</authors>
<owners>Elvis Ayiemba</owners>
<licenseUrl>https://github.com/ayiemba/MpesaLib/blob/master/LICENSE</licenseUrl>
<projectUrl>https://ayiemba.github.io/MpesaLib/</projectUrl>
<iconUrl>https://github.com/ayiemba/MpesaLib/blob/master/screenshots/mlib.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>MpesaLib provides a simple way for C# developers to integrate Mpesa API's into their C# projetcs.</description>
<releaseNotes></releaseNotes>
<releaseNotes>removed support for .NET FRAMEWORK 40</releaseNotes>
<copyright>Copyright (C) Geospartan tech. All rights reserved.</copyright>
<tags>mpesa payment billing c2b b2c lipanampesa</tags>
<dependencies>
<group targetFramework="netstandard20">
<dependency id="Newtonsoft.Json" version="11.0.2" />
</group>
<group targetFramework="net45">
<dependency id="Newtonsoft.Json" version="11.0.2" />
</group>

</dependencies>

Expand Down

0 comments on commit 5283fb5

Please sign in to comment.