Skip to content

Commit f950cb4

Browse files
committed
Fixes an issue where GData operations fail after one hour
1 parent 19842bd commit f950cb4

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

src/Lithnet.GoogleApps.MA.Setup/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Product Id="*"
44
Name="Lithnet GoogleApps Management Agent"
55
Language="1033"
6-
Version="1.1.5994"
6+
Version="1.1.5997"
77
Manufacturer="Lithnet"
88
UpgradeCode="3410d571b358426281edb2990ae57cae" >
99

src/Lithnet.GoogleApps.MA.UnitTests/Lithnet.GoogleApps.MA.UnitTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
<HintPath>..\packages\Google.GData.Extensions.2.2.0.0\lib\Google.GData.Extensions.dll</HintPath>
8686
<Private>True</Private>
8787
</Reference>
88-
<Reference Include="Lithnet.GoogleApps, Version=1.0.5994.32542, Culture=neutral, processorArchitecture=MSIL">
89-
<HintPath>..\packages\Lithnet.GoogleApps.1.0.5994.32542\lib\net452\Lithnet.GoogleApps.dll</HintPath>
88+
<Reference Include="Lithnet.GoogleApps, Version=1.0.5997.38816, Culture=neutral, processorArchitecture=MSIL">
89+
<HintPath>..\packages\Lithnet.GoogleApps.1.0.5997.38816\lib\net452\Lithnet.GoogleApps.dll</HintPath>
9090
<Private>True</Private>
9191
</Reference>
9292
<Reference Include="Lithnet.MetadirectoryServices, Version=1.0.5994.33462, Culture=neutral, processorArchitecture=MSIL">

src/Lithnet.GoogleApps.MA.UnitTests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<package id="Google.GData.Client" version="2.2.0.0" targetFramework="net452" />
1111
<package id="Google.GData.Contacts" version="2.2.0.0" targetFramework="net452" />
1212
<package id="Google.GData.Extensions" version="2.2.0.0" targetFramework="net452" />
13-
<package id="Lithnet.GoogleApps" version="1.0.5994.32542" targetFramework="net452" />
13+
<package id="Lithnet.GoogleApps" version="1.0.5997.38816" targetFramework="net452" />
1414
<package id="Lithnet.MetadirectoryServices" version="1.0.5994.33462" targetFramework="net452" />
1515
<package id="log4net" version="2.0.5" targetFramework="net452" />
1616
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="net452" />

src/Lithnet.GoogleApps.MA/Lithnet.GoogleApps.MA.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@
158158
<HintPath>..\packages\Google.GData.Extensions.2.2.0.0\lib\Google.GData.Extensions.dll</HintPath>
159159
<Private>True</Private>
160160
</Reference>
161-
<Reference Include="Lithnet.GoogleApps, Version=1.0.5994.32542, Culture=neutral, processorArchitecture=MSIL">
162-
<HintPath>..\packages\Lithnet.GoogleApps.1.0.5994.32542\lib\net452\Lithnet.GoogleApps.dll</HintPath>
161+
<Reference Include="Lithnet.GoogleApps, Version=1.0.5997.38816, Culture=neutral, processorArchitecture=MSIL">
162+
<HintPath>..\packages\Lithnet.GoogleApps.1.0.5997.38816\lib\net452\Lithnet.GoogleApps.dll</HintPath>
163163
<Private>True</Private>
164164
</Reference>
165165
<Reference Include="Lithnet.Logging, Version=1.0.5774.20685, Culture=neutral, processorArchitecture=MSIL">

src/Lithnet.GoogleApps.MA/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<package id="Google.GData.Client" version="2.2.0.0" targetFramework="net452" />
1313
<package id="Google.GData.Contacts" version="2.2.0.0" targetFramework="net452" />
1414
<package id="Google.GData.Extensions" version="2.2.0.0" targetFramework="net452" />
15-
<package id="Lithnet.GoogleApps" version="1.0.5994.32542" targetFramework="net452" />
15+
<package id="Lithnet.GoogleApps" version="1.0.5997.38816" targetFramework="net452" />
1616
<package id="Lithnet.Logging" version="1.0.5774.20685" targetFramework="net452" />
1717
<package id="Lithnet.MetadirectoryServices" version="1.0.5994.33462" targetFramework="net452" />
1818
<package id="log4net" version="2.0.5" targetFramework="net452" />

0 commit comments

Comments
 (0)