Skip to content

Commit 2a7b7ed

Browse files
committed
Updated prereq and packages sections
1 parent dd6c0b0 commit 2a7b7ed

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

includes/iot-hub-howto-device-twins-dotnet.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ms.date: 12/31/2024
1111
ms.custom: mqtt, devx-track-csharp, devx-track-dotnet
1212
---
1313

14+
* Requires Visual Studio
15+
1416
## Overview
1517

1618
This article describes how to use the [Azure IoT SDK for .NET](https://github.com/Azure/azure-iot-sdk-csharp/blob/main/readme.md) to create device and backend service application code for device twins.
@@ -29,7 +31,7 @@ This section describes how to use device application code to:
2931

3032
Device client applications written in C# require the **Microsoft.Azure.Devices.Client** NuGet package.
3133

32-
Add this `using` statements to use the device library.
34+
Add this `using` statement to use the device library.
3335

3436
```csharp
3537
using Microsoft.Azure.Devices.Client;

includes/iot-hub-howto-device-twins-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This section describes how to use the [azure-iot-device](/javascript/api/azure-i
2929

3030
[!INCLUDE [iot-authentication-device-connection-string.md](iot-authentication-device-connection-string.md)]
3131

32-
### Install SDK packages
32+
### Install device SDK package
3333

3434
Run this command to install the **azure-iot-device** device SDK on your development machine:
3535

@@ -262,7 +262,7 @@ This section describes how to create a backend application that:
262262
* Retrieves and updates a device twin
263263
* Creates a device twin query
264264
265-
### Install service SDK packages
265+
### Install service SDK package
266266
267267
Run this command to install **azure-iothub** on your development machine:
268268

0 commit comments

Comments
 (0)