Skip to content

Commit

Permalink
Merge pull request #4978 from maddieclayton/batchdppreviewupdate
Browse files Browse the repository at this point in the history
[Newtonsoft] Publish new version of Batch dataplane for preview branch
  • Loading branch information
Maddie Clayton authored Nov 2, 2018
2 parents 650003c + 8786cca commit 91af88d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/SDKs/Batch/DataPlane/Azure.Batch/AssemblyAttributes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyDescription("Client library for interacting with the Azure Batch service.")]

[assembly: AssemblyVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.1.0")]
[assembly: AssemblyCompany("Microsoft Corporation")]
[assembly: AssemblyProduct("Microsoft Azure")]
[assembly: CLSCompliant(false)]
Expand Down
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 @@ -10,7 +10,7 @@
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<PackageId>Microsoft.Azure.Batch</PackageId>
<Description>This client library provides access to the Microsoft Azure Batch service.</Description>
<Version>9.0.0</Version>
<Version>9.0.1</Version>
<DefineConstants>$(DefineConstants);CODESIGN</DefineConstants>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AssemblyName>Microsoft.Azure.Batch</AssemblyName>
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
- Updating Newtonsoft.Json to 10.0.3

## 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.

0 comments on commit 91af88d

Please sign in to comment.