Skip to content

Commit a2f53c8

Browse files
committed
v5.7.3602
1 parent b429f35 commit a2f53c8

File tree

133 files changed

+5604
-312
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+5604
-312
lines changed

CS/CalDAVServer.FileSystemStorage.AspNet/CalDAVServer.FileSystemStorage.AspNet.csproj

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
77
<ProductVersion>9.0.30729</ProductVersion>
88
<SchemaVersion>2.0</SchemaVersion>
9-
<ProjectGuid>9C63E60E-04AF-4E65-911F-33B9741B0BDA</ProjectGuid>
9+
<ProjectGuid>971DAE2A-33BB-4419-9535-DBC2FAD4C573</ProjectGuid>
1010
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
1111
<OutputType>Library</OutputType>
1212
<AppDesignerFolder>Properties</AppDesignerFolder>
@@ -44,9 +44,6 @@
4444
<Reference Include="ITHit.Collab">
4545
<HintPath>..\packages\ITHit.Collab.dll</HintPath>
4646
</Reference>
47-
<Reference Include="Microsoft.WebSockets, Version=0.2.3.0, Culture=neutral, processorArchitecture=MSIL">
48-
<HintPath>..\packages\Microsoft.WebSockets.0.2.3.1\lib\net45\Microsoft.WebSockets.dll</HintPath>
49-
</Reference>
5047
<Reference Include="System.Runtime.InteropServices.RuntimeInformation">
5148
<HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
5249
</Reference>
@@ -126,10 +123,10 @@
126123
</ItemGroup>
127124
<ItemGroup>
128125
<Reference Include="ITHit.WebDAV.Server">
129-
<HintPath>..\packages\ITHit.WebDAV.Server.5.6.3515\lib\net451\ITHit.WebDAV.Server.dll</HintPath>
126+
<HintPath>..\packages\ITHit.WebDAV.Server.5.7.3602\lib\net451\ITHit.WebDAV.Server.dll</HintPath>
130127
</Reference>
131128
<Reference Include="ITHit.WebDAV.Server.Web">
132-
<HintPath>..\packages\ITHit.WebDAV.Server.Web.5.6.3515\lib\net451\ITHit.WebDAV.Server.Web.dll</HintPath>
129+
<HintPath>..\packages\ITHit.WebDAV.Server.Web.5.7.3602\lib\net451\ITHit.WebDAV.Server.Web.dll</HintPath>
133130
</Reference>
134131
</ItemGroup>
135132
<PropertyGroup>
@@ -147,7 +144,7 @@
147144
<AutoAssignPort>True</AutoAssignPort>
148145
<DevelopmentServerPort>9658</DevelopmentServerPort>
149146
<DevelopmentServerVPath>/</DevelopmentServerVPath>
150-
<IISUrl>http://localhost:34834/</IISUrl>
147+
<IISUrl>http://localhost:2167/</IISUrl>
151148
<NTLMAuthentication>True</NTLMAuthentication>
152149
<UseCustomServer>False</UseCustomServer>
153150
<CustomServerUrl>
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="ITHit.WebDAV.Server" version="5.6.3515" targetFramework="net451" />
4-
<package id="ITHit.WebDAV.Server.Web" version="5.6.3515" targetFramework="net451" />
5-
<package id="Microsoft.WebSockets" version="0.2.3.1" targetFramework="net46" />
6-
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net46" />
3+
<package id="ITHit.WebDAV.Server" version="5.7.3602" targetFramework="net451" />
4+
<package id="ITHit.WebDAV.Server.Web" version="5.7.3602" targetFramework="net451" />
5+
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net451" />
76
</packages>
0 Bytes
Binary file not shown.
Binary file not shown.

CS/CalDAVServer.SqlStorage.AspNet/CalDAVServer.SqlStorage.AspNet.csproj

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
77
<ProductVersion>9.0.30729</ProductVersion>
88
<SchemaVersion>2.0</SchemaVersion>
9-
<ProjectGuid>B773E414-4DBB-4AAD-9846-1714D069E176</ProjectGuid>
9+
<ProjectGuid>6497C8BA-7F4D-4F00-B319-FA3AEC5D1059</ProjectGuid>
1010
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
1111
<OutputType>Library</OutputType>
1212
<AppDesignerFolder>Properties</AppDesignerFolder>
@@ -44,9 +44,6 @@
4444
<Reference Include="ITHit.Collab">
4545
<HintPath>..\packages\ITHit.Collab.dll</HintPath>
4646
</Reference>
47-
<Reference Include="Microsoft.WebSockets, Version=0.2.3.0, Culture=neutral, processorArchitecture=MSIL">
48-
<HintPath>..\packages\Microsoft.WebSockets.0.2.3.1\lib\net45\Microsoft.WebSockets.dll</HintPath>
49-
</Reference>
5047
<Reference Include="System.Runtime.InteropServices.RuntimeInformation">
5148
<HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
5249
</Reference>
@@ -114,10 +111,10 @@
114111
</ItemGroup>
115112
<ItemGroup>
116113
<Reference Include="ITHit.WebDAV.Server">
117-
<HintPath>..\packages\ITHit.WebDAV.Server.5.6.3515\lib\net451\ITHit.WebDAV.Server.dll</HintPath>
114+
<HintPath>..\packages\ITHit.WebDAV.Server.5.7.3602\lib\net451\ITHit.WebDAV.Server.dll</HintPath>
118115
</Reference>
119116
<Reference Include="ITHit.WebDAV.Server.Web">
120-
<HintPath>..\packages\ITHit.WebDAV.Server.Web.5.6.3515\lib\net451\ITHit.WebDAV.Server.Web.dll</HintPath>
117+
<HintPath>..\packages\ITHit.WebDAV.Server.Web.5.7.3602\lib\net451\ITHit.WebDAV.Server.Web.dll</HintPath>
121118
</Reference>
122119
</ItemGroup>
123120
<PropertyGroup>
@@ -135,7 +132,7 @@
135132
<AutoAssignPort>True</AutoAssignPort>
136133
<DevelopmentServerPort>9658</DevelopmentServerPort>
137134
<DevelopmentServerVPath>/</DevelopmentServerVPath>
138-
<IISUrl>http://localhost:41026/</IISUrl>
135+
<IISUrl>http://localhost:15233/</IISUrl>
139136
<NTLMAuthentication>False</NTLMAuthentication>
140137
<UseCustomServer>False</UseCustomServer>
141138
<CustomServerUrl>
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="ITHit.WebDAV.Server" version="5.6.3515" targetFramework="net451" />
4-
<package id="ITHit.WebDAV.Server.Web" version="5.6.3515" targetFramework="net451" />
5-
<package id="Microsoft.WebSockets" version="0.2.3.1" targetFramework="net46" />
6-
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net46" />
3+
<package id="ITHit.WebDAV.Server" version="5.7.3602" targetFramework="net451" />
4+
<package id="ITHit.WebDAV.Server.Web" version="5.7.3602" targetFramework="net451" />
5+
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net451" />
76
</packages>

CS/CardDAVServer.FileSystemStorage.AspNet/CardDAVServer.FileSystemStorage.AspNet.csproj

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
77
<ProductVersion>9.0.30729</ProductVersion>
88
<SchemaVersion>2.0</SchemaVersion>
9-
<ProjectGuid>3E0CF92D-19D1-4F4D-8FAB-42E5A44893F4</ProjectGuid>
9+
<ProjectGuid>0B63E777-D125-42D3-821B-C616C62E3B6E</ProjectGuid>
1010
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
1111
<OutputType>Library</OutputType>
1212
<AppDesignerFolder>Properties</AppDesignerFolder>
@@ -44,9 +44,6 @@
4444
<Reference Include="ITHit.Collab">
4545
<HintPath>..\packages\ITHit.Collab.dll</HintPath>
4646
</Reference>
47-
<Reference Include="Microsoft.WebSockets, Version=0.2.3.0, Culture=neutral, processorArchitecture=MSIL">
48-
<HintPath>..\packages\Microsoft.WebSockets.0.2.3.1\lib\net45\Microsoft.WebSockets.dll</HintPath>
49-
</Reference>
5047
<Reference Include="System.Runtime.InteropServices.RuntimeInformation">
5148
<HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
5249
</Reference>
@@ -123,10 +120,10 @@
123120
</ItemGroup>
124121
<ItemGroup>
125122
<Reference Include="ITHit.WebDAV.Server">
126-
<HintPath>..\packages\ITHit.WebDAV.Server.5.6.3515\lib\net451\ITHit.WebDAV.Server.dll</HintPath>
123+
<HintPath>..\packages\ITHit.WebDAV.Server.5.7.3602\lib\net451\ITHit.WebDAV.Server.dll</HintPath>
127124
</Reference>
128125
<Reference Include="ITHit.WebDAV.Server.Web">
129-
<HintPath>..\packages\ITHit.WebDAV.Server.Web.5.6.3515\lib\net451\ITHit.WebDAV.Server.Web.dll</HintPath>
126+
<HintPath>..\packages\ITHit.WebDAV.Server.Web.5.7.3602\lib\net451\ITHit.WebDAV.Server.Web.dll</HintPath>
130127
</Reference>
131128
</ItemGroup>
132129
<PropertyGroup>
@@ -144,7 +141,7 @@
144141
<AutoAssignPort>True</AutoAssignPort>
145142
<DevelopmentServerPort>9658</DevelopmentServerPort>
146143
<DevelopmentServerVPath>/</DevelopmentServerVPath>
147-
<IISUrl>http://localhost:16416/</IISUrl>
144+
<IISUrl>http://localhost:24679/</IISUrl>
148145
<NTLMAuthentication>True</NTLMAuthentication>
149146
<UseCustomServer>False</UseCustomServer>
150147
<CustomServerUrl>
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="ITHit.WebDAV.Server" version="5.6.3515" targetFramework="net451" />
4-
<package id="ITHit.WebDAV.Server.Web" version="5.6.3515" targetFramework="net451" />
5-
<package id="Microsoft.WebSockets" version="0.2.3.1" targetFramework="net46" />
6-
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net46" />
3+
<package id="ITHit.WebDAV.Server" version="5.7.3602" targetFramework="net451" />
4+
<package id="ITHit.WebDAV.Server.Web" version="5.7.3602" targetFramework="net451" />
5+
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net451" />
76
</packages>
0 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)