Skip to content

Instantly share code, notes, and snippets.

View grokify's full-sized avatar
👽
Going with it!

John Wang grokify

👽
Going with it!
View GitHub Profile
@grokify
grokify / README.md
Last active June 12, 2016 22:22 — forked from tylerlong/README.md
C# SDK 1.0.0

RingCentral C# SDK 1.0.0 has been released

This is the first major release of the C# SDK which is now available on Nuget. It contains a long list of bug fixes, improvements as well as some new features. A discussion of our Portable Class Library (PCL) support and improvements follows, while a list of bug fixes is available by viewing the GitHub closed issues list.

Improved Portable Class Library

Portable Class Libraries can help you to reduce the time and costs of developing and testing code. Use this project type to write and build portable .NET Framework assemblies, and then reference those assemblies from apps that target multiple platforms such as Windows, OS X, Xamarin.iOS and Xamarin.Android.

In earlier versions of the SDK, we had different SDK projects for different platforms. On some platforms, users even have to compile the code themselves. We turned to PCL (Portable Class Library) with th