Skip to content

Commit fcd0a4a

Browse files
committed
rebasing and addressing review comments
1 parent 1736bac commit fcd0a4a

File tree

5 files changed

+6
-179
lines changed

5 files changed

+6
-179
lines changed

src/StackAdmin/Storage.Management/AzureRM.Storage.psd1

Lines changed: 0 additions & 132 deletions
This file was deleted.

src/StackAdmin/Storage.Management/Commands.Management.Storage/Commands.Management.Storage.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<ItemGroup>
5252
<!-- We Moved this to a project we build: Microsoft.Azure.Management.Storage.6.4.0-preview -->
5353
<Reference Include="Microsoft.Azure.KeyVault.Core">
54-
<HintPath>$(LibraryNugetPackageFolder)\packages\Microsoft.Azure.KeyVault.Core.1.0.0\lib\net40\Microsoft.Azure.KeyVault.Core.dll</HintPath>
54+
<HintPath>$(LibraryNugetPackageFolder)\Microsoft.Azure.KeyVault.Core.1.0.0\lib\net40\Microsoft.Azure.KeyVault.Core.dll</HintPath>
5555
<Private>True</Private>
5656
</Reference>
5757
<Reference Include="Microsoft.Data.Edm">

src/StackAdmin/Storage.Management/SDK/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
// You can specify all the values or you can default the Build and Revision Numbers
4747
// by using the '*' as shown below:
4848

49-
[assembly: AssemblyVersion("1.0.0")]
50-
[assembly: AssemblyFileVersion("1.0.0")]
49+
[assembly: AssemblyVersion("6.4.1")]
50+
[assembly: AssemblyFileVersion("6.4.1")]

src/StackAdmin/Storage.Management/SDK/StorageSDK.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@
4848
<ItemGroup>
4949
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
5050
<SpecificVersion>False</SpecificVersion>
51-
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
51+
<HintPath>$(LibraryNugetPackageFolder)\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
5252
</Reference>
5353
<Reference Include="System" />
5454
<Reference Include="System.Core" />
5555
<Reference Include="System.Net" />
5656
<Reference Include="System.Net.Http" />
5757
<Reference Include="System.Runtime.Serialization" />
5858
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
59-
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.2.3.11\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath>
59+
<HintPath>$(LibraryNugetPackageFolder)\Microsoft.Rest.ClientRuntime.2.3.11\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath>
6060
</Reference>
6161
<Reference Include="Microsoft.Rest.ClientRuntime.Azure, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
62-
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.12\lib\net452\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath>
62+
<HintPath>$(LibraryNugetPackageFolder)\Microsoft.Rest.ClientRuntime.Azure.3.3.12\lib\net452\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath>
6363
</Reference>
6464
</ItemGroup>
6565
<ItemGroup>

src/StackAdmin/Storage.Management/Storage.sln_

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)