Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Newtonsoft] Publish new version of Batch dataplane for preview branch #4978

Merged
merged 5 commits into from
Nov 2, 2018
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/SDKs/Batch/DataPlane/Azure.Batch/Azure.Batch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<PropertyGroup>
<TargetFrameworks>net452;netstandard1.4</TargetFrameworks>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageReleaseNotes>For detailed release notes, see: https://aka.ms/batch-net-dataplane-changelog. Taking dependency on 10.0.3 version of Newtonsoft nuget package.</PackageReleaseNotes>
<PackageReleaseNotes>For detailed release notes, see: https://aka.ms/batch-net-dataplane-changelog.</PackageReleaseNotes>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor: Remove the dot? (it'd be easy to copy that into the URL since nuget doesn't do links currently)

<Authors>Microsoft</Authors>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<PackageProjectUrl>http://aka.ms/batch</PackageProjectUrl>
Expand Down
5 changes: 4 additions & 1 deletion src/SDKs/Batch/DataPlane/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Microsoft.Azure.Batch release notes

## Changes in 9.0.1
Taking dependency on 10.0.3 version of Newtonsoft nuget package.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be: "- Updating Newtonsoft.Json to 1.0.3" or something like that.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note the dash prefix (formatted as list)


## Changes in 9.0.0
### Features
- Added the ability to see what version of the Azure Batch Node Agent is running on each of the VMs in a pool, via the new `NodeAgentInformation` property on `ComputeNode`.
Expand Down Expand Up @@ -283,4 +286,4 @@ This version of the Batch .NET client library targets version 2016-02-01.3.0 of
- Removed `TaskInformation.JobScheduleId` property.

### REST API version
This version of the Batch .NET client library targets version 2016-02-01.3.0 of the Azure Batch REST API.
This version of the Batch .NET client library targets version 2016-02-01.3.0 of the Azure Batch REST API.