Skip to content
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

Add link to v2 migration document and Auth nuget to Contents in README for v2 branch #2879

Merged
merged 4 commits into from
Oct 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Microsoft Azure IoT SDK for .NET

## V2 clients release notice

The [2.0.0-preview001](https://github.com/Azure/azure-iot-sdk-csharp/releases/tag/2022-10-14-v2preview) release has been published for each package in this library.
These packages simplify usage and handling of our clients, and we highly encourage you to try out these packages and share your feedback. Once we promote these
changes to `main` in the future and release the 2.x.x packages publicly, all future features will be brought only to this new major version.

If you need any help migrating your code to try out the new 2.X.X clients, please see this [migration guide](https://github.com/Azure/azure-iot-sdk-csharp/blob/previews/v2/SDK%20v2%20migration%20guide.md).

## Contents

This repository contains the following:
Expand All @@ -8,6 +16,7 @@ This repository contains the following:
- **Microsoft Azure IoT Hub service SDK for C#** to manage your IoT Hub service instance from a back-end .NET application.
- **Microsoft Azure Provisioning device SDK for C#** to provision devices to Azure IoT Hub with .NET.
- **Microsoft Azure Provisioning service SDK for C#** to manage your Provisioning service instance from a back-end .NET application.
- **Microsoft Azure IoT Devices Authentication Providers for C#** to provide authentication classes for provisioning devices and connecting to IoT hub.

## Critical Upcoming Change Notice

Expand Down