Skip to content

Commit

Permalink
Merge pull request #7 from telstra/maintain/msg-v3
Browse files Browse the repository at this point in the history
3.1.2
  • Loading branch information
zhanganderson authored Aug 16, 2024
2 parents e57d1f7 + 1031ca7 commit 27855ec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# com.telstra.messaging - the C# library for the Messaging API v3.1.1
# com.telstra.messaging - the C# library for the Messaging API v3.1.2

Send and receive SMS & MMS programmatically, leveraging Australia's leading mobile network.
With Telstra's Messaging API, we take out the complexity to allow seamless messaging integration into your app, with just a few lines of code.
Expand Down Expand Up @@ -51,7 +51,9 @@ nuget pack -Build -OutputDirectory out com.telstra.messaging.csproj

Then, publish to a [local feed](https://docs.microsoft.com/en-us/nuget/hosting-packages/local-feeds) or [other host](https://docs.microsoft.com/en-us/nuget/hosting-packages/overview) and consume the new package via Nuget as usual.

The nuget package for Messaging V3 is published in https://www.nuget.org/packages/TelstraMessaging/, please install nuget package TelstraMessaging v3.1.1 for developing.
The nuget package for Messaging V3 is published in https://www.nuget.org/packages/TelstraMessaging/, please install nuget package TelstraMessaging v3.1.2 for developing.

Install-Package TelstraMessaging -Version 3.1.2

<a id="usage"></a>
## Usage
Expand Down

0 comments on commit 27855ec

Please sign in to comment.