From 58b27086c02710da147c208c710fe76f632bfaa9 Mon Sep 17 00:00:00 2001 From: Riley McKenna Date: Tue, 16 Jul 2019 11:02:07 -0700 Subject: [PATCH] Updated Docs updated release Notes updated versioning --- Documentation/sdk-for-net-packages.md | 1 + .../src/Microsoft.Azure.Management.Peering.csproj | 3 ++- .../src/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Documentation/sdk-for-net-packages.md b/Documentation/sdk-for-net-packages.md index 0759a86c087d9..33ddaec722fb0 100644 --- a/Documentation/sdk-for-net-packages.md +++ b/Documentation/sdk-for-net-packages.md @@ -48,6 +48,7 @@ Below are the packages maintained in this repository. | Monitor | `Microsoft.Azure.Management.Monitor` | [![Monitor](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Monitor.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.Monitor) | | Network | `Microsoft.Azure.Management.Network` | [![Network](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Network.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.Network) | | Notification Hubs | `Microsoft.Azure.Management.NotificationHubs` | [![Notification Hubs](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.NotificationHubs.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.NotificationHubs) | +| Peering | `Microsoft.Azure.Management.Peering` | [![Peering](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Peering.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.Peering) | | Policy Insights | `Microsoft.Azure.Management.PolicyInsights` | [![Policy Insights](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.PolicyInsights.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.PolicyInsights) | | Operational Insights | `Microsoft.Azure.Management.OperationalInsights` | [![Operational Insights](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.OperationalInsights.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.OperationalInsights) | | Power BI Embedded | `Microsoft.Azure.Management.PowerBIEmbedded` | [![Power BI Embedded](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.PowerBIEmbedded.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.PowerBIEmbedded) | diff --git a/sdk/peering/Microsoft.Azure.Management.Peering/src/Microsoft.Azure.Management.Peering.csproj b/sdk/peering/Microsoft.Azure.Management.Peering/src/Microsoft.Azure.Management.Peering.csproj index 6dbba31059511..906bc87921f37 100644 --- a/sdk/peering/Microsoft.Azure.Management.Peering/src/Microsoft.Azure.Management.Peering.csproj +++ b/sdk/peering/Microsoft.Azure.Management.Peering/src/Microsoft.Azure.Management.Peering.csproj @@ -7,9 +7,10 @@ Microsoft.Azure.Management.Peering Microsoft Azure Management Peering library Microsoft.Azure.Management.Peering - 1.0.1-preview + 0.10.0-preview Azure Peering; + diff --git a/sdk/peering/Microsoft.Azure.Management.Peering/src/Properties/AssemblyInfo.cs b/sdk/peering/Microsoft.Azure.Management.Peering/src/Properties/AssemblyInfo.cs index 49de2dfd6818e..3c87f02a708a6 100644 --- a/sdk/peering/Microsoft.Azure.Management.Peering/src/Properties/AssemblyInfo.cs +++ b/sdk/peering/Microsoft.Azure.Management.Peering/src/Properties/AssemblyInfo.cs @@ -7,8 +7,8 @@ [assembly: AssemblyTitle("Microsoft Azure Peering Management Library")] [assembly: AssemblyDescription("Provides Microsoft Azure Peering management functions for managing the Microsoft Azure Peering service.")] -[assembly: AssemblyVersion("0.10.0")] -[assembly: AssemblyFileVersion("0.10.0")] +[assembly: AssemblyVersion("0.10.0.0")] +[assembly: AssemblyFileVersion("0.10.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")]