From 52d01fdafe5468e0c8bf917456f008f527c71c0a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 14:53:30 -0700 Subject: [PATCH] [main] Update dependencies from dotnet/arcade (#1891) * Update dependencies from https://github.com/dotnet/arcade build 20220715.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 7.0.0-beta.22364.1 -> To Version 7.0.0-beta.22365.4 * Update dependencies from https://github.com/dotnet/arcade build 20220717.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 7.0.0-beta.22364.1 -> To Version 7.0.0-beta.22367.1 * Fix markdown lint * Update dependencies from https://github.com/dotnet/arcade build 20220718.5 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 7.0.0-beta.22364.1 -> To Version 7.0.0-beta.22368.5 Co-authored-by: dotnet-maestro[bot] Co-authored-by: Jose Perez Rodriguez --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- global.json | 4 ++-- samples/bmp280-sensor-azure-iot-hub/Readme.md | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ae1f2734..5cfa20a9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/arcade - 22e05f347f297e09e9ee58c22e139d2f5f5ec297 + 6bf3e1d9cd29fe839be38a4c051aa307cf96f5d0 - + https://github.com/dotnet/arcade - 22e05f347f297e09e9ee58c22e139d2f5f5ec297 + 6bf3e1d9cd29fe839be38a4c051aa307cf96f5d0 - + https://github.com/dotnet/arcade - 22e05f347f297e09e9ee58c22e139d2f5f5ec297 + 6bf3e1d9cd29fe839be38a4c051aa307cf96f5d0 diff --git a/eng/Versions.props b/eng/Versions.props index 838eff73..fe3d3ceb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -4,7 +4,7 @@ false prerelease - 7.0.0-beta.22364.1 + 7.0.0-beta.22368.5 5.0.3 5.0.1 diff --git a/global.json b/global.json index 6a0a15f9..11ef8da5 100644 --- a/global.json +++ b/global.json @@ -12,7 +12,7 @@ "version": "7.0.100-preview.5.22307.18" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22364.1", - "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22364.1" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22368.5", + "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22368.5" } } diff --git a/samples/bmp280-sensor-azure-iot-hub/Readme.md b/samples/bmp280-sensor-azure-iot-hub/Readme.md index b7bf54f1..1f419716 100644 --- a/samples/bmp280-sensor-azure-iot-hub/Readme.md +++ b/samples/bmp280-sensor-azure-iot-hub/Readme.md @@ -53,7 +53,7 @@ The following are the connections from the Raspberry Pi to the BME280 breakout: Use your Azure Subscription for following steps: -1. Make sure your [Pins](#-Pins) are correctly connected. +1. Make sure your [Pins](#pins) are correctly connected. 2. Create an IoT Hub using your Azure Subscription and leave the authentication options to default (Symmetric Key, autogenerated). You'll need IoT Hub name in the next steps in your code. You can use free tier of IoT Hub as well. 3. Create a `pfx` certificate using OpenSLL following [Create test certificate using OpenSSL](create-certificate.md) documentation. -- GitLab