Skip to content

Commit f5e2c4d

Browse files
committed
Merge branch 'master' of https://github.com/twilio/twilio-csharp into alpha
2 parents d77c084 + 24d2575 commit f5e2c4d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ Console.WriteLine(response);
6363
```
6464

6565
## Migrating from earlier versions
66-
See the migration guide [here][3]
66+
See the migration guide [here][3]. Also, if you were using the Twilio.Mvc package, that has been replaced by the [Twilio.AspNet.Mvc][4]
67+
package which is compatible with this version of the library.
6768

6869
## Alpha Version
6970
The alpha version of the Twilio .NET library is available on nuget. This version is a superset of the mainline version that includes all of the Twilio Products that are currently in beta. To install the alpha version from the NuGet Package manager console, add the *-prerelease* flag to the *Install-Package* command:
@@ -82,4 +83,5 @@ If you've instead found a bug in the library or would like new features added, g
8283
[0]: http://www.twilio.com
8384
[1]: http://www.twilio.com/docs/api/rest
8485
[2]: http://www.twilio.com/docs/api/twiml
85-
[3]: https://www.twilio.com/docs/libraries/csharp/migrating-your-csharp-dot-net-application-twilio-sdk-4x-5x
86+
[3]: https://www.twilio.com/docs/libraries/csharp/migrating-your-csharp-dot-net-application-twilio-sdk-4x-5x
87+
[4]: https://github.com/twilio/twilio-aspnet

0 commit comments

Comments
 (0)