Skip to content

Commit adb5480

Browse files
committed
v3.1.1248
1 parent 559a4a9 commit adb5480

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

iOS/WebDavCommon/WebDavCommon.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
</MtouchVerbosity>
4747
</PropertyGroup>
4848
<ItemGroup>
49-
<Reference Include="ITHit.WebDAV.Client, Version=3.1.1109.0, Culture=neutral, PublicKeyToken=2ed2d3f88a9114ce, processorArchitecture=MSIL">
50-
<HintPath>..\packages\ITHitWebDAVClient.3.1.1109\lib\Xamarin.iOS10\ITHit.WebDAV.Client.dll</HintPath>
49+
<Reference Include="ITHit.WebDAV.Client, Version=3.1.1248.0, Culture=neutral, PublicKeyToken=2ed2d3f88a9114ce, processorArchitecture=MSIL">
50+
<HintPath>..\packages\ITHitWebDAVClient.3.1.1248\lib\Xamarin.iOS10\ITHit.WebDAV.Client.dll</HintPath>
5151
</Reference>
5252
<Reference Include="System" />
5353
<Reference Include="System.Xml" />

iOS/WebDavCommon/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="ITHitWebDAVClient" version="3.1.1109" targetFramework="xamarinios10" />
3+
<package id="ITHitWebDAVClient" version="3.1.1248" targetFramework="xamarinios10" />
44
</packages>

iOS/WebDavContainerExtension/WebDavContainerExtension.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@
139139
<AppExtensionDebugBundleId />
140140
</PropertyGroup>
141141
<ItemGroup>
142-
<Reference Include="ITHit.WebDAV.Client, Version=3.1.1109.0, Culture=neutral, PublicKeyToken=2ed2d3f88a9114ce, processorArchitecture=MSIL">
143-
<HintPath>..\packages\ITHitWebDAVClient.3.1.1109\lib\Xamarin.iOS10\ITHit.WebDAV.Client.dll</HintPath>
142+
<Reference Include="ITHit.WebDAV.Client, Version=3.1.1248.0, Culture=neutral, PublicKeyToken=2ed2d3f88a9114ce, processorArchitecture=MSIL">
143+
<HintPath>..\packages\ITHitWebDAVClient.3.1.1248\lib\Xamarin.iOS10\ITHit.WebDAV.Client.dll</HintPath>
144144
</Reference>
145145
<Reference Include="System" />
146146
<Reference Include="System.Core" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="ITHitWebDAVClient" version="3.1.1109" targetFramework="xamarinios10" />
3+
<package id="ITHitWebDAVClient" version="3.1.1248" targetFramework="xamarinios10" />
44
</packages>

0 commit comments

Comments
 (0)