Skip to content

Commit

Permalink
Merge pull request #2 from AsrOneSdk/neha-master
Browse files Browse the repository at this point in the history
Changing DLL Name.
  • Loading branch information
sriramvu committed Jul 17, 2015
2 parents eaabb4a + 0bbf090 commit ec0bd7c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<!--
Microsoft.Azure.Management.RecoveryServices
Microsoft.Azure.Management.RecoveryServicesARM
-->
<SdkNuGetPackage Include="Microsoft.Azure.Management.RecoveryServices">
<PackageVersion>0.6.953-preview</PackageVersion>
<SdkNuGetPackage Include="Microsoft.Azure.Management.RecoveryServicesARM">
<PackageVersion>0.0.1-preview</PackageVersion>
<Folder>$(MSBuildThisFileDirectory)</Folder>
</SdkNuGetPackage>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata minClientVersion="2.5">
<id>Microsoft.Azure.Management.RecoveryServices</id>
<id>Microsoft.Azure.Management.RecoveryServicesARM</id>
<title>Microsoft Azure Recovery Services Management Library</title>
<releaseNotes>__BASELINE_RELEASE_NOTES__</releaseNotes>
<version>$version$</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

using System.Reflection;

[assembly: AssemblyTitle("Microsoft.Azure.Management.RecoveryServices.Specification")]
[assembly: AssemblyTitle("Microsoft.Azure.Management.RecoveryServicesARM.Specification")]
[assembly: AssemblyDescription("Hydra specification for Recovery services Managmement")]
[assembly: AssemblyCompany("Microsoft Corporation")]
[assembly: AssemblyProduct("Windows Azure")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Microsoft.Azure.Management.RecoveryServices.nuget.proj">
<None Include="Microsoft.Azure.Management.RecoveryServicesARM.nuget.proj">
<SubType>Designer</SubType>
</None>
<None Include="Microsoft.Azure.Management.RecoveryServices.nuspec" />
<None Include="Microsoft.Azure.Management.RecoveryServicesARM.nuspec" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit ec0bd7c

Please sign in to comment.