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.