Skip to content

Commit 1f72a23

Browse files
committed
right include files this time
1 parent 9665b1b commit 1f72a23

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

articles/azure-relay/includes/relay-hybrid-connections-http-requests-dotnet-get-started-client.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: service-bus-relay
55
author: clemensv
66
ms.service: service-bus-relay
77
ms.topic: include
8-
ms.date: 08/16/2018
8+
ms.date: 09/27/2022
99
ms.author: clemensv
1010
ms.custom: include file
1111

@@ -26,7 +26,6 @@ In Visual Studio, create a new **Console App (.NET Framework)** project.
2626
1. Right-click the newly created project, and then select **Manage NuGet Packages**.
2727
2. Select **Include prerelease** option.
2828
3. Select **Browse**, and then search for **Microsoft.Azure.Relay**. In the search results, select **Microsoft Azure Relay**.
29-
4. For the version, select **2.0.0-preview1-20180523**.
3029
5. Select **Install** to complete the installation. Close the dialog box.
3130

3231
### Write code to send requests

articles/azure-relay/includes/relay-hybrid-connections-http-requests-dotnet-get-started-server.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: service-bus-relay
55
author: clemensv
66
ms.service: service-bus-relay
77
ms.topic: include
8-
ms.date: 05/02/2018
8+
ms.date: 09/27/2022
99
ms.author: clemensv
1010
ms.custom: include file
1111

@@ -20,7 +20,6 @@ In Visual Studio, create a new **Console App (.NET Framework)** project.
2020
1. Right-click the newly created project, and then select **Manage NuGet Packages**.
2121
2. Select **Include prerelease** option.
2222
3. Select **Browse**, and then search for **Microsoft.Azure.Relay**. In the search results, select **Microsoft Azure Relay**.
23-
4. For the version, select **2.0.0-preview1-20180523**.
2423
5. Select **Install** to complete the installation. Close the dialog box.
2524

2625
### Write code to receive messages

0 commit comments

Comments
 (0)