From 37e41a67fde1a0b62a6302228e6146486bd1e327 Mon Sep 17 00:00:00 2001 From: Hovsep Date: Mon, 5 Mar 2018 15:13:58 -0800 Subject: [PATCH] Fixed a typo in README.md (#202) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d66fc4b42..91feb693e 100644 --- a/README.md +++ b/README.md @@ -564,9 +564,9 @@ var database = sqlServer.Databases.Define(databaseName) ### Latest stable release -**1.6** release builds are available on NuGet: +**1.7** release builds are available on NuGet: -|Azure Management Library | Package name | Stable (1.6 release) | +|Azure Management Library | Package name | Stable (1.7 release) | |---------------------------------------------|-----------------------------------------------------|------------------------| |Azure Management Client (wrapper package) | `Microsoft.Azure.Management.Fluent` | [![NuGet](https://img.shields.io/nuget/v/Microsoft.Azure.Management.Fluent.svg?style=flat-square&label=nuget)](https://www.nuget.org/packages/Microsoft.Azure.Management.Fluent/) | |App Service (Web Apps and Functions) | `Microsoft.Azure.Management.AppService.Fluent` | [![NuGet](https://img.shields.io/nuget/v/Microsoft.Azure.Management.AppService.Fluent.svg?style=flat-square&label=nuget)](https://www.nuget.org/packages/Microsoft.Azure.Management.AppService.Fluent/) |