From 1031ca7039d93ea9f5dd61af9caf477c28109050 Mon Sep 17 00:00:00 2001 From: "ACCOUNT-01\\d650261" Date: Fri, 16 Aug 2024 17:40:20 +1000 Subject: [PATCH] 3.1.2 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0539fc0..2bc18b0 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 ## Usage