Skip to content

Commit 0a72bbd

Browse files
committed
v9.1.5460-Beta
1 parent e557e23 commit 0a72bbd

File tree

138 files changed

+4198
-1408
lines changed

Some content is hidden

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

138 files changed

+4198
-1408
lines changed

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

Lines changed: 5 additions & 5 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>2CF8069A-3EC6-468B-9958-5E289E193706</ProjectGuid>
9+
<ProjectGuid>E455F2C9-2DED-4ABF-BB54-FEF2A01BED36</ProjectGuid>
1010
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
1111
<OutputType>Library</OutputType>
1212
<AppDesignerFolder>Properties</AppDesignerFolder>
@@ -124,13 +124,13 @@
124124
</ItemGroup>
125125
<ItemGroup>
126126
<Reference Include="ITHit.WebDAV.Server">
127-
<HintPath>..\packages\ITHit.WebDAV.Server.9.1.5311-Beta\lib\net451\ITHit.WebDAV.Server.dll</HintPath>
127+
<HintPath>..\packages\ITHit.WebDAV.Server.9.1.5460-Beta\lib\net451\ITHit.WebDAV.Server.dll</HintPath>
128128
</Reference>
129129
<Reference Include="ITHit.Server">
130-
<HintPath>..\packages\ITHit.Server.9.1.5311-Beta\lib\net451\ITHit.Server.dll</HintPath>
130+
<HintPath>..\packages\ITHit.Server.9.1.5460-Beta\lib\net451\ITHit.Server.dll</HintPath>
131131
</Reference>
132132
<Reference Include="ITHit.Server.Web">
133-
<HintPath>..\packages\ITHit.Server.Web.9.1.5311-Beta\lib\net451\ITHit.Server.Web.dll</HintPath>
133+
<HintPath>..\packages\ITHit.Server.Web.9.1.5460-Beta\lib\net451\ITHit.Server.Web.dll</HintPath>
134134
</Reference>
135135
</ItemGroup>
136136
<PropertyGroup>
@@ -148,7 +148,7 @@
148148
<AutoAssignPort>True</AutoAssignPort>
149149
<DevelopmentServerPort>9658</DevelopmentServerPort>
150150
<DevelopmentServerVPath>/</DevelopmentServerVPath>
151-
<IISUrl>http://localhost:15517/</IISUrl>
151+
<IISUrl>http://localhost:35865/</IISUrl>
152152
<NTLMAuthentication>True</NTLMAuthentication>
153153
<UseCustomServer>False</UseCustomServer>
154154
<CustomServerUrl>

CS/CalDAVServer.FileSystemStorage.AspNet/DavContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
namespace CalDAVServer.FileSystemStorage.AspNet
2323
{
2424
/// <summary>
25-
/// Implementation of <see cref="DavContextBaseAsync"/>.
25+
/// Implementation of <see cref="ContextAsync{IHierarchyItemAsync}"/>.
2626
/// Resolves hierarchy items by paths.
2727
/// </summary>
2828
public class DavContext :
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="ITHit.Server" version="9.1.5311-Beta" targetFramework="net451" />
4-
<package id="ITHit.Server.Web" version="9.1.5311-Beta" targetFramework="net451" />
5-
<package id="ITHit.WebDAV.Server" version="9.1.5311-Beta" targetFramework="net451" />
3+
<package id="ITHit.Server" version="9.1.5460-Beta" targetFramework="net451" />
4+
<package id="ITHit.Server.Web" version="9.1.5460-Beta" targetFramework="net451" />
5+
<package id="ITHit.WebDAV.Server" version="9.1.5460-Beta" targetFramework="net451" />
66
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net451" />
77
<package id="ITHit.Collab" version="1.0.0.732" targetFramework="net45" />
88
</packages>
0 Bytes
Binary file not shown.
Binary file not shown.

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

Lines changed: 5 additions & 5 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>D0DF5B52-9FF6-44EF-BD57-137F3831EECE</ProjectGuid>
9+
<ProjectGuid>E931D1CB-36F4-4DC4-AD7F-B75ECB92AA80</ProjectGuid>
1010
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
1111
<OutputType>Library</OutputType>
1212
<AppDesignerFolder>Properties</AppDesignerFolder>
@@ -111,13 +111,13 @@
111111
</ItemGroup>
112112
<ItemGroup>
113113
<Reference Include="ITHit.WebDAV.Server">
114-
<HintPath>..\packages\ITHit.WebDAV.Server.9.1.5311-Beta\lib\net451\ITHit.WebDAV.Server.dll</HintPath>
114+
<HintPath>..\packages\ITHit.WebDAV.Server.9.1.5460-Beta\lib\net451\ITHit.WebDAV.Server.dll</HintPath>
115115
</Reference>
116116
<Reference Include="ITHit.Server">
117-
<HintPath>..\packages\ITHit.Server.9.1.5311-Beta\lib\net451\ITHit.Server.dll</HintPath>
117+
<HintPath>..\packages\ITHit.Server.9.1.5460-Beta\lib\net451\ITHit.Server.dll</HintPath>
118118
</Reference>
119119
<Reference Include="ITHit.Server.Web">
120-
<HintPath>..\packages\ITHit.Server.Web.9.1.5311-Beta\lib\net451\ITHit.Server.Web.dll</HintPath>
120+
<HintPath>..\packages\ITHit.Server.Web.9.1.5460-Beta\lib\net451\ITHit.Server.Web.dll</HintPath>
121121
</Reference>
122122
</ItemGroup>
123123
<PropertyGroup>
@@ -135,7 +135,7 @@
135135
<AutoAssignPort>True</AutoAssignPort>
136136
<DevelopmentServerPort>9658</DevelopmentServerPort>
137137
<DevelopmentServerVPath>/</DevelopmentServerVPath>
138-
<IISUrl>http://localhost:41652/</IISUrl>
138+
<IISUrl>http://localhost:22272/</IISUrl>
139139
<NTLMAuthentication>False</NTLMAuthentication>
140140
<UseCustomServer>False</UseCustomServer>
141141
<CustomServerUrl>

CS/CalDAVServer.SqlStorage.AspNet/DavContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace CalDAVServer.SqlStorage.AspNet
1616
{
1717
/// <summary>
1818
/// WebDAV request context. Is used by WebDAV engine to resolve path into items.
19-
/// Implements abstract methods from <see cref="DavContextBaseAsync"/>,
19+
/// Implements abstract methods from <see cref="ContextAsync{IHierarchyItemAsync}"/>,
2020
/// contains useful methods for working with transactions, connections, reading
2121
/// varios items from database.
2222
/// </summary>

CS/CalDAVServer.SqlStorage.AspNet/Provisioning.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ private async Task App_OnPostAuthenticateRequestAsync(object source, EventArgs e
3838
// Create calendars for the user during first log-in.
3939
await CreateCalendarFoldersAsync(context);
4040

41-
// Closes transaction. Calls DavContextBaseAsync.BeforeResponseAsync only first time this method is invoked.
42-
// This method must be called manually if DavContextBaseAsync is used outside of DavEngine.
41+
// Closes transaction. Calls ContextAsync{IHierarchyItemAsync}.BeforeResponseAsync only first time this method is invoked.
42+
// This method must be called manually if ContextAsync{IHierarchyItemAsync} is used outside of DavEngine.
4343
await context.EnsureBeforeResponseWasCalledAsync();
4444
}
4545
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="ITHit.Server" version="9.1.5311-Beta" targetFramework="net451" />
4-
<package id="ITHit.Server.Web" version="9.1.5311-Beta" targetFramework="net451" />
5-
<package id="ITHit.WebDAV.Server" version="9.1.5311-Beta" targetFramework="net451" />
3+
<package id="ITHit.Server" version="9.1.5460-Beta" targetFramework="net451" />
4+
<package id="ITHit.Server.Web" version="9.1.5460-Beta" targetFramework="net451" />
5+
<package id="ITHit.WebDAV.Server" version="9.1.5460-Beta" targetFramework="net451" />
66
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net451" />
77
<package id="ITHit.Collab" version="1.0.0.732" targetFramework="net45" />
88
</packages>

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

Lines changed: 5 additions & 5 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>1E9D7E99-F862-4174-BEB3-44F210645826</ProjectGuid>
9+
<ProjectGuid>81D28A17-F1C7-47A0-90D8-2106E05510A2</ProjectGuid>
1010
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
1111
<OutputType>Library</OutputType>
1212
<AppDesignerFolder>Properties</AppDesignerFolder>
@@ -121,13 +121,13 @@
121121
</ItemGroup>
122122
<ItemGroup>
123123
<Reference Include="ITHit.WebDAV.Server">
124-
<HintPath>..\packages\ITHit.WebDAV.Server.9.1.5311-Beta\lib\net451\ITHit.WebDAV.Server.dll</HintPath>
124+
<HintPath>..\packages\ITHit.WebDAV.Server.9.1.5460-Beta\lib\net451\ITHit.WebDAV.Server.dll</HintPath>
125125
</Reference>
126126
<Reference Include="ITHit.Server">
127-
<HintPath>..\packages\ITHit.Server.9.1.5311-Beta\lib\net451\ITHit.Server.dll</HintPath>
127+
<HintPath>..\packages\ITHit.Server.9.1.5460-Beta\lib\net451\ITHit.Server.dll</HintPath>
128128
</Reference>
129129
<Reference Include="ITHit.Server.Web">
130-
<HintPath>..\packages\ITHit.Server.Web.9.1.5311-Beta\lib\net451\ITHit.Server.Web.dll</HintPath>
130+
<HintPath>..\packages\ITHit.Server.Web.9.1.5460-Beta\lib\net451\ITHit.Server.Web.dll</HintPath>
131131
</Reference>
132132
</ItemGroup>
133133
<PropertyGroup>
@@ -145,7 +145,7 @@
145145
<AutoAssignPort>True</AutoAssignPort>
146146
<DevelopmentServerPort>9658</DevelopmentServerPort>
147147
<DevelopmentServerVPath>/</DevelopmentServerVPath>
148-
<IISUrl>http://localhost:39187/</IISUrl>
148+
<IISUrl>http://localhost:30199/</IISUrl>
149149
<NTLMAuthentication>True</NTLMAuthentication>
150150
<UseCustomServer>False</UseCustomServer>
151151
<CustomServerUrl>

0 commit comments

Comments
 (0)