Skip to content

Commit

Permalink
Update Portable.Licensing to version 1.1.0, refs #135
Browse files Browse the repository at this point in the history
  • Loading branch information
dnauck committed Apr 19, 2013
1 parent f129ba2 commit 4d9bbca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/License.Manager/Client/Client.csproj
Expand Up @@ -123,8 +123,9 @@
<HintPath>$(WCFDATASERVICESInstallPath)\bin\Silverlight\Microsoft.Data.Services.Client.SL.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Portable.Licensing">
<HintPath>..\..\..\packages\Portable.Licensing.0.0.0-devel\lib\portable-net40+sl4+wp7+win8\Portable.Licensing.dll</HintPath>
<Reference Include="Portable.Licensing, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\Portable.Licensing.1.1.0\lib\portable-net40+sl4+wp7+win8\Portable.Licensing.dll</HintPath>
</Reference>
<Reference Include="System.ComponentModel.Composition">
<SpecificVersion>False</SpecificVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/License.Manager/Client/packages.config
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Portable.Licensing" version="0.0.0-devel" targetFramework="sl50" />
<package id="Portable.Licensing" version="1.1.0" targetFramework="sl50" />
</packages>
Binary file modified src/License.Manager/Server/Web/License.Manager.Client.xap
Binary file not shown.

0 comments on commit 4d9bbca

Please sign in to comment.