From 1eb294f17d27b7566cc625a04bd51f25ca398036 Mon Sep 17 00:00:00 2001 From: Xing Wu Date: Mon, 26 Mar 2018 14:10:59 -0700 Subject: [PATCH] Update package information --- src/SDKs/Batch/DataPlane/Azure.Batch/Azure.Batch.csproj | 9 ++++++++- src/SDKs/Batch/DataPlane/changelog.md | 3 +++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/SDKs/Batch/DataPlane/Azure.Batch/Azure.Batch.csproj b/src/SDKs/Batch/DataPlane/Azure.Batch/Azure.Batch.csproj index 1f18d20bb6f2..6879029282e5 100644 --- a/src/SDKs/Batch/DataPlane/Azure.Batch/Azure.Batch.csproj +++ b/src/SDKs/Batch/DataPlane/Azure.Batch/Azure.Batch.csproj @@ -25,10 +25,13 @@ $(LibraryToolsFolder)\MSSharedLibKey.snk - + net452;netstandard1.4 True For detailed release notes, see: https://aka.ms/batch-net-dataplane-changelog + Microsoft + © Microsoft Corporation. All rights reserved. + http://aka.ms/batch @@ -60,4 +63,8 @@ --> + + + + diff --git a/src/SDKs/Batch/DataPlane/changelog.md b/src/SDKs/Batch/DataPlane/changelog.md index ca03ba99b960..63dbe3080299 100644 --- a/src/SDKs/Batch/DataPlane/changelog.md +++ b/src/SDKs/Batch/DataPlane/changelog.md @@ -9,6 +9,9 @@ ### REST API version This version of the Batch .NET client library targets version 2018-02-01.6.1 of the Azure Batch REST API. +### Import Note +The package will be renamed to Microsoft.Azure.Batch in future release. + ## Changes in 8.0.1 ### Bug fixes - Fixed a bug where deserializing some enum properties could fail if using Newtonsoft 10.