Skip to content

Commit

Permalink
Updates base client library
Browse files Browse the repository at this point in the history
  • Loading branch information
ryannewington committed Jun 16, 2016
1 parent 35fab07 commit cc1605d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Lithnet.GoogleApps.MA.Setup/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Product Id="*"
Name="Lithnet GoogleApps Management Agent"
Language="1033"
Version="1.1.6006"
Version="1.1.6011"
Manufacturer="Lithnet"
UpgradeCode="3410d571b358426281edb2990ae57cae" >

Expand Down
4 changes: 2 additions & 2 deletions src/Lithnet.GoogleApps.MA/Lithnet.GoogleApps.MA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@
<HintPath>..\packages\Google.GData.Extensions.2.2.0.0\lib\Google.GData.Extensions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Lithnet.GoogleApps, Version=1.0.6011.18375, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lithnet.GoogleApps.1.0.6011.18375\lib\net452\Lithnet.GoogleApps.dll</HintPath>
<Reference Include="Lithnet.GoogleApps, Version=1.0.6011.20298, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lithnet.GoogleApps.1.0.6011.20298\lib\net452\Lithnet.GoogleApps.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Lithnet.Logging, Version=1.0.5774.20685, Culture=neutral, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion src/Lithnet.GoogleApps.MA/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<package id="Google.GData.Client" version="2.2.0.0" targetFramework="net452" />
<package id="Google.GData.Contacts" version="2.2.0.0" targetFramework="net452" />
<package id="Google.GData.Extensions" version="2.2.0.0" targetFramework="net452" />
<package id="Lithnet.GoogleApps" version="1.0.6011.18375" targetFramework="net452" />
<package id="Lithnet.GoogleApps" version="1.0.6011.20298" targetFramework="net452" />
<package id="Lithnet.Logging" version="1.0.5774.20685" targetFramework="net452" />
<package id="Lithnet.MetadirectoryServices" version="1.0.6006.11723" targetFramework="net452" />
<package id="log4net" version="2.0.5" targetFramework="net452" />
Expand Down

0 comments on commit cc1605d

Please sign in to comment.