Skip to content

Commit

Permalink
Merge pull request #1297 from hovsepm/AutoRest
Browse files Browse the repository at this point in the history
Fixed dependency for Authentication package.
  • Loading branch information
Hovsep committed Jul 27, 2015
2 parents a167e16 + d7d6d26 commit 7536c1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Microsoft.Azure.Common.Authentication
-->
<SdkNuGetPackage Include="Microsoft.Azure.Common.Authentication">
<PackageVersion>1.1.1-preview</PackageVersion>
<PackageVersion>1.1.2-preview</PackageVersion>
<Folder>$(MSBuildThisFileDirectory)</Folder>
</SdkNuGetPackage>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<dependencies>
<dependency id="Microsoft.Azure.Common" version="[2.1.0,3.0)" />
<dependency id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="3.5.207081303-alpha" />
<dependency id="Microsoft.Rest.ClientRuntime.Azure" version="[1.0.18-preview,2.0)" />
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("4f3ab2e4-cc7a-43ac-bb15-f481fcf94d58")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]

#if CODESIGN
[assembly: InternalsVisibleTo("Common.Authentication.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
Expand Down

0 comments on commit 7536c1d

Please sign in to comment.