-
Notifications
You must be signed in to change notification settings - Fork 623
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C# client sdk doc update #892
Conversation
@@ -1,16 +1,19 @@ | |||
# Prepare your development environment | |||
|
|||
This document describes how to prepare your development environment to use the *Microsoft Azure IoT device SDK for C#*. | |||
This document describes how to prepare your development environment to build and use the **Microsoft .NET Device SDK for Azure IoT Devices** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to be consistent across the document (and across the different languages) with the name for the client SDK. I suggest we align to:
Azure IoT device client SDK for C#
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed to Azure IoT device client SDK for .NET
Install [Visual Studio 2015][visual-studio]. You can use any version of Visual Studio 2015, including the Community edition. | ||
- Install [Visual Studio 2015][visual-studio]. You can use the **Visual Studio Community** Free download if you meet the licensing requirements. | ||
|
||
Be sure to include [NuGet Package Manager][NuGet-Package-Manager]. | ||
|
||
<a name="azuresdk"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really need the full Azure SDK?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple comments to be addressed before we can merge
Use Microsoft Azure IoT device SDK for .NET for name consitency and remove Azure SDK reference
Covers in detail on how to build and use Azure IoT .NET Device SDK