Skip to content

Commit

Permalink
Merge pull request #1 from yugangw-msft/changeNamespace
Browse files Browse the repository at this point in the history
Update to use newer version of rest common
  • Loading branch information
stankovski committed Feb 27, 2015
2 parents 67f1f3e + 1ca44a4 commit 367e2b1
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/Common.Test/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net45" />
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net45" />
<package id="Microsoft.Net.Http" version="2.2.22" targetFramework="net45" />
<package id="Microsoft.Rest.ClientRuntime" version="0.9.1" targetFramework="net45" />
<package id="Microsoft.Rest.ClientRuntime" version="0.9.2" targetFramework="net45" />
<package id="Newtonsoft.Json" version="6.0.4" targetFramework="net45" />
<package id="xunit" version="1.9.2" targetFramework="net45" />
<package id="xunit.extensions" version="1.9.2" targetFramework="net45" />
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Microsoft.Azure.Common.nuget.proj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Microsoft.Azure.Common
-->
<SdkNuGetPackage Include="Microsoft.Azure.Common">
<PackageVersion>4.0.5</PackageVersion>
<PackageVersion>4.0.6</PackageVersion>

<Folder>$(MSBuildThisFileDirectory)</Folder>
</SdkNuGetPackage>
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Microsoft.Azure.Common.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Supported Portable Library Platforms:
</references>
<dependencies>
<dependency id="Microsoft.Azure.Common.Dependencies" version="__VERSION_Microsoft.Azure.Common.Dependencies__" />
<dependency id="Microsoft.Rest.ClientRuntime" version="0.9.1" />
<dependency id="Microsoft.Rest.ClientRuntime" version="0.9.2" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[assembly: AssemblyDescription("Provides infrastructure for common error handling, tracing, configuration, and HTTP/REST-based pipeline manipulation. The package also exposes the CloudContext type, which enables centralized discovery of available Microsoft Azure libraries.")]

[assembly: AssemblyVersion("4.0.0.0")]
[assembly: AssemblyFileVersion("4.0.5.0")]
[assembly: AssemblyFileVersion("4.0.6.0")]

[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
Expand Down
2 changes: 1 addition & 1 deletion src/Common/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net45" />
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net45" />
<package id="Microsoft.Net.Http" version="2.2.22" targetFramework="net45" />
<package id="Microsoft.Rest.ClientRuntime" version="0.9.1" targetFramework="net45" />
<package id="Microsoft.Rest.ClientRuntime" version="0.9.2" targetFramework="net45" />
<package id="Newtonsoft.Json" version="6.0.4" targetFramework="net45" />
</packages>
2 changes: 1 addition & 1 deletion tools/Packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!--
The following are the public packages list needed to get the repository build wihtout internal nuget feed.
-->
<package id="Microsoft.Rest.ClientRuntime" version="0.9.1" />
<package id="Microsoft.Rest.ClientRuntime" version="0.9.2" />
<package id="Hydra.HttpRecorder" version="1.0.5417.13285-prerelease" />
<package id="Microsoft.Azure.Common" version="2.0.1" />
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion tools/references.net40.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</Reference>
<Reference Include="Microsoft.Rest.ClientRuntime">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(SolutionDir)packages\Microsoft.Rest.ClientRuntime.0.9.1\lib\net40\Microsoft.Rest.ClientRuntime.dll</HintPath>
<HintPath>$(SolutionDir)packages\Microsoft.Rest.ClientRuntime.0.9.2\lib\net40\Microsoft.Rest.ClientRuntime.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion tools/references.net45.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</Reference>
<Reference Include="Microsoft.Rest.ClientRuntime">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(SolutionDir)packages\Microsoft.Rest.ClientRuntime.0.9.1\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath>
<HintPath>$(SolutionDir)packages\Microsoft.Rest.ClientRuntime.0.9.2\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
Expand Down
2 changes: 1 addition & 1 deletion tools/references.portable.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</Reference>
<Reference Include="Microsoft.Rest.ClientRuntime">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(SolutionDir)packages\Microsoft.Rest.ClientRuntime.0.9.1\lib\portable-net403+win+wpa81\Microsoft.Rest.ClientRuntime.dll</HintPath>
<HintPath>$(SolutionDir)packages\Microsoft.Rest.ClientRuntime.0.9.2\lib\portable-net403+win+wpa81\Microsoft.Rest.ClientRuntime.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>$(SolutionDir)packages\Newtonsoft.Json.6.0.4\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion tools/references.wp80.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</Reference>
<Reference Include="Microsoft.Rest.ClientRuntime">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(SolutionDir)packages\Microsoft.Rest.ClientRuntime.0.9.1\lib\portable-net403+win+wpa81\Microsoft.Rest.ClientRuntime.dll</HintPath>
<HintPath>$(SolutionDir)packages\Microsoft.Rest.ClientRuntime.0.9.2\lib\portable-net403+win+wpa81\Microsoft.Rest.ClientRuntime.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>$(SolutionDir)packages\Newtonsoft.Json.6.0.4\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
Expand Down

0 comments on commit 367e2b1

Please sign in to comment.