Skip to content

Commit

Permalink
Fixes issue #13
Browse files Browse the repository at this point in the history
  • Loading branch information
ryannewington committed Jan 13, 2017
1 parent bd6a1f9 commit e745d24
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.6193"
Version="1.1.6222"
Manufacturer="Lithnet"
UpgradeCode="3410d571b358426281edb2990ae57cae" >

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,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.6180.29679, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lithnet.GoogleApps.1.0.6180.29679\lib\net452\Lithnet.GoogleApps.dll</HintPath>
<Reference Include="Lithnet.GoogleApps, Version=1.0.6222.20496, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lithnet.GoogleApps.1.0.6222.20496\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.UnitTests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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.6180.29679" targetFramework="net452" />
<package id="Lithnet.GoogleApps" version="1.0.6222.20496" targetFramework="net452" />
<package id="Lithnet.Logging" version="1.0.5774.20685" targetFramework="net452" />
<package id="Lithnet.MetadirectoryServices" version="1.0.6017.24789" targetFramework="net452" />
<package id="log4net" version="2.0.5" targetFramework="net452" />
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 @@ -169,8 +169,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.6193.15018, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lithnet.GoogleApps.1.0.6193.15018\lib\net452\Lithnet.GoogleApps.dll</HintPath>
<Reference Include="Lithnet.GoogleApps, Version=1.0.6222.20496, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lithnet.GoogleApps.1.0.6222.20496\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 @@ -13,7 +13,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.6193.15018" targetFramework="net452" />
<package id="Lithnet.GoogleApps" version="1.0.6222.20496" targetFramework="net452" />
<package id="Lithnet.Logging" version="1.0.5774.20685" targetFramework="net452" />
<package id="Lithnet.MetadirectoryServices" version="1.0.6017.24789" targetFramework="net452" />
<package id="log4net" version="2.0.5" targetFramework="net452" />
Expand Down

0 comments on commit e745d24

Please sign in to comment.