Skip to content

Commit

Permalink
Version correction (Azure#6994)
Browse files Browse the repository at this point in the history
  • Loading branch information
tezhangmsvan authored and erich-wang committed Jul 23, 2019
1 parent 7c9fbd8 commit 2990ed9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PropertyGroup>
<PackageId>Microsoft.Azure.Management.DataMigration</PackageId>
<Description>Provides developers with libraries for the Database Migration Service (DMS) under Azure Resource manager to deploy an instance of DMS. Create, Delete, Read Projects, Files and Tasks and more.</Description>
<Version>0.9.0-preview</Version>
<Version>0.8.0-preview</Version>
<AssemblyName>Microsoft.Azure.Management.DataMigration</AssemblyName>
<PackageTags>DataMigration;Data Migration;DataMigration_2018-07-15-preview;</PackageTags>
<PackageReleaseNotes>Preview release of the Database Migration Service (DMS) SDK to Create, Delete, Read Projects, Files and Database Migration Tasks. The SDK now supports multiple online scenarios for targets like Azure SQL Managed Instance, Azure PostgreSQL and Azure MySQL</PackageReleaseNotes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
[assembly: AssemblyTitle("Microsoft Azure Data Migration Management Library")]
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Data Migration Resources.")]

[assembly: AssemblyVersion("0.9.0.0")]
[assembly: AssemblyFileVersion("0.9.0.0")]
[assembly: AssemblyVersion("0.8.0.0")]
[assembly: AssemblyFileVersion("0.8.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
Expand Down

0 comments on commit 2990ed9

Please sign in to comment.