Skip to content

Commit

Permalink
Merge pull request #2 from hosunmsft/update-version-in-csproj
Browse files Browse the repository at this point in the history
update the version and changelog.md
  • Loading branch information
hosunmsft authored Sep 24, 2018
2 parents 100acdd + b3bedab commit 433aab5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PropertyGroup>
<PackageId>Microsoft.Azure.Management.DataLake.Analytics</PackageId>
<Description>Provides Data Lake Analytics account, job and catalog management capabilities for Microsoft Azure.</Description>
<Version>3.5.0-preview</Version>
<Version>3.5.1-preview</Version>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<PackageTags>Microsoft Azure Data Lake Analytics management;DataLakeAnalytics;Data Lake Analytics;</PackageTags>
<PackageReleaseNotes>See https://aka.ms/adladotnetsdkchangelog for release notes.</PackageReleaseNotes>
Expand Down
7 changes: 7 additions & 0 deletions src/SDKs/DataLake.Analytics/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Microsoft.Azure.Management.DataLake.Analytics release notes

### Changes in 3.5.1-preview

**Notes**

- Added a property, degreeOfParallelismPercent of type double to CreateJobParameters and UpdateJobParameters classes
- Added two fields, DegreeOfParallelismPercent of type double and HierarchyQueueNode of type string to JobInformationBasic class

### Changes in 3.5.0-preview

**Notes**
Expand Down

0 comments on commit 433aab5

Please sign in to comment.