diff --git a/sdk/datamigration/Microsoft.Azure.Management.DataMigration/src/Microsoft.Azure.Management.DataMigration.csproj b/sdk/datamigration/Microsoft.Azure.Management.DataMigration/src/Microsoft.Azure.Management.DataMigration.csproj index d3eccafe61d8b..0b75f7a1b37ae 100644 --- a/sdk/datamigration/Microsoft.Azure.Management.DataMigration/src/Microsoft.Azure.Management.DataMigration.csproj +++ b/sdk/datamigration/Microsoft.Azure.Management.DataMigration/src/Microsoft.Azure.Management.DataMigration.csproj @@ -6,7 +6,7 @@ Microsoft.Azure.Management.DataMigration 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. - 0.9.0-preview + 0.8.0-preview Microsoft.Azure.Management.DataMigration DataMigration;Data Migration;DataMigration_2018-07-15-preview; 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 diff --git a/sdk/datamigration/Microsoft.Azure.Management.DataMigration/src/Properties/AssemblyInfo.cs b/sdk/datamigration/Microsoft.Azure.Management.DataMigration/src/Properties/AssemblyInfo.cs index 6f73502df7494..0f7c02193c2d5 100644 --- a/sdk/datamigration/Microsoft.Azure.Management.DataMigration/src/Properties/AssemblyInfo.cs +++ b/sdk/datamigration/Microsoft.Azure.Management.DataMigration/src/Properties/AssemblyInfo.cs @@ -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")]