Skip to content

Commit 3362e5f

Browse files
committed
v12.0.11230
1 parent 324fbbd commit 3362e5f

File tree

65 files changed

+2660
-377
lines changed

Some content is hidden

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

65 files changed

+2660
-377
lines changed

CS/CalDAVServer.FileSystemStorage.AspNetCore/CalDAVServer.FileSystemStorage.AspNetCore.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<Project Sdk="Microsoft.NET.Sdk.Web">
33
<PropertyGroup>
4-
<VersionPrefix>12.0.11051-Beta</VersionPrefix>
4+
<VersionPrefix>12.0.11230</VersionPrefix>
55
<AssemblyName>CalDAVServer.FileSystemStorage.AspNetCore</AssemblyName>
66
<TargetFramework>netcoreapp3.1</TargetFramework>
77
<LangVersion>8.0</LangVersion>
@@ -19,10 +19,10 @@
1919
</Content>
2020
</ItemGroup>
2121
<ItemGroup>
22-
<PackageReference Include="ITHit.Server" Version="12.0.11051-Beta" />
23-
<PackageReference Include="ITHit.Server.Core" Version="12.0.11051-Beta" />
24-
<PackageReference Include="ITHit.WebDAV.Server" Version="12.0.11051-Beta" />
25-
<PackageReference Include="ITHit.GSuite.Server" Version="12.0.11051-Beta" />
22+
<PackageReference Include="ITHit.Server" Version="12.0.11230" />
23+
<PackageReference Include="ITHit.Server.Core" Version="12.0.11230" />
24+
<PackageReference Include="ITHit.WebDAV.Server" Version="12.0.11230" />
25+
<PackageReference Include="ITHit.GSuite.Server" Version="12.0.11230" />
2626
<PackageReference Include="System.Data.OleDb" Version="4.7.0" />
2727
</ItemGroup>
2828
<ItemGroup>

CS/CalDAVServer.FileSystemStorage.AspNetCore/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
5151

5252
//Enables documents editing and preview in Google G Suite online editor.
5353
app.UseGSuite();
54-
app.UseWebDav(HostingEnvironment);
54+
app.UseWebDav(HostingEnvironment);
5555
}
5656
}
5757
}

CS/CalDAVServer.SqlStorage.AspNetCore/CalDAVServer.SqlStorage.AspNetCore.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<Project Sdk="Microsoft.NET.Sdk.Web">
33
<PropertyGroup>
4-
<VersionPrefix>12.0.11051-Beta</VersionPrefix>
4+
<VersionPrefix>12.0.11230</VersionPrefix>
55
<AssemblyName>CalDAVServer.SqlStorage.AspNetCore</AssemblyName>
66
<TargetFramework>netcoreapp3.1</TargetFramework>
77
<LangVersion>8.0</LangVersion>
@@ -22,10 +22,10 @@
2222
</Content>
2323
</ItemGroup>
2424
<ItemGroup>
25-
<PackageReference Include="ITHit.Server" Version="12.0.11051-Beta" />
26-
<PackageReference Include="ITHit.Server.Core" Version="12.0.11051-Beta" />
27-
<PackageReference Include="ITHit.WebDAV.Server" Version="12.0.11051-Beta" />
28-
<PackageReference Include="ITHit.GSuite.Server" Version="12.0.11051-Beta" />
25+
<PackageReference Include="ITHit.Server" Version="12.0.11230" />
26+
<PackageReference Include="ITHit.Server.Core" Version="12.0.11230" />
27+
<PackageReference Include="ITHit.WebDAV.Server" Version="12.0.11230" />
28+
<PackageReference Include="ITHit.GSuite.Server" Version="12.0.11230" />
2929
<PackageReference Include="System.Data.SqlClient" Version="4.8.1" />
3030
</ItemGroup>
3131
<ItemGroup>

CS/CalDAVServer.SqlStorage.AspNetCore/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
5151

5252
//Enables documents editing and preview in Google G Suite online editor.
5353
app.UseGSuite();
54-
app.UseWebDav(HostingEnvironment);
54+
app.UseWebDav(HostingEnvironment);
5555
}
5656
}
5757
}

CS/CardDAVServer.FileSystemStorage.AspNetCore/CardDAVServer.FileSystemStorage.AspNetCore.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<Project Sdk="Microsoft.NET.Sdk.Web">
33
<PropertyGroup>
4-
<VersionPrefix>12.0.11051-Beta</VersionPrefix>
4+
<VersionPrefix>12.0.11230</VersionPrefix>
55
<AssemblyName>CardDAVServer.FileSystemStorage.AspNetCore</AssemblyName>
66
<TargetFramework>netcoreapp3.1</TargetFramework>
77
<LangVersion>8.0</LangVersion>
@@ -19,10 +19,10 @@
1919
</Content>
2020
</ItemGroup>
2121
<ItemGroup>
22-
<PackageReference Include="ITHit.Server" Version="12.0.11051-Beta" />
23-
<PackageReference Include="ITHit.Server.Core" Version="12.0.11051-Beta" />
24-
<PackageReference Include="ITHit.WebDAV.Server" Version="12.0.11051-Beta" />
25-
<PackageReference Include="ITHit.GSuite.Server" Version="12.0.11051-Beta" />
22+
<PackageReference Include="ITHit.Server" Version="12.0.11230" />
23+
<PackageReference Include="ITHit.Server.Core" Version="12.0.11230" />
24+
<PackageReference Include="ITHit.WebDAV.Server" Version="12.0.11230" />
25+
<PackageReference Include="ITHit.GSuite.Server" Version="12.0.11230" />
2626
<PackageReference Include="System.Data.OleDb" Version="4.7.0" />
2727
</ItemGroup>
2828
<ItemGroup>

CS/CardDAVServer.FileSystemStorage.AspNetCore/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
5151

5252
//Enables documents editing and preview in Google G Suite online editor.
5353
app.UseGSuite();
54-
app.UseWebDav(HostingEnvironment);
54+
app.UseWebDav(HostingEnvironment);
5555
}
5656
}
5757
}

CS/CardDAVServer.SqlStorage.AspNetCore/CardDAVServer.SqlStorage.AspNetCore.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<Project Sdk="Microsoft.NET.Sdk.Web">
33
<PropertyGroup>
4-
<VersionPrefix>12.0.11051-Beta</VersionPrefix>
4+
<VersionPrefix>12.0.11230</VersionPrefix>
55
<AssemblyName>CardDAVServer.SqlStorage.AspNetCore</AssemblyName>
66
<TargetFramework>netcoreapp3.1</TargetFramework>
77
<LangVersion>8.0</LangVersion>
@@ -22,10 +22,10 @@
2222
</Content>
2323
</ItemGroup>
2424
<ItemGroup>
25-
<PackageReference Include="ITHit.Server" Version="12.0.11051-Beta" />
26-
<PackageReference Include="ITHit.Server.Core" Version="12.0.11051-Beta" />
27-
<PackageReference Include="ITHit.WebDAV.Server" Version="12.0.11051-Beta" />
28-
<PackageReference Include="ITHit.GSuite.Server" Version="12.0.11051-Beta" />
25+
<PackageReference Include="ITHit.Server" Version="12.0.11230" />
26+
<PackageReference Include="ITHit.Server.Core" Version="12.0.11230" />
27+
<PackageReference Include="ITHit.WebDAV.Server" Version="12.0.11230" />
28+
<PackageReference Include="ITHit.GSuite.Server" Version="12.0.11230" />
2929
<PackageReference Include="System.Data.SqlClient" Version="4.8.1" />
3030
</ItemGroup>
3131
<ItemGroup>

CS/CardDAVServer.SqlStorage.AspNetCore/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
5151

5252
//Enables documents editing and preview in Google G Suite online editor.
5353
app.UseGSuite();
54-
app.UseWebDav(HostingEnvironment);
54+
app.UseWebDav(HostingEnvironment);
5555
}
5656
}
5757
}

CS/HttpListener/HttpListener.Android/HttpListener.Android.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252
<BundleAssemblies>false</BundleAssemblies>
5353
</PropertyGroup>
5454
<ItemGroup>
55-
<Reference Include="ITHit.WebDAV.Server, Version=12.0.11051-Beta, Culture=neutral, PublicKeyToken=d057f7b1134051b5, processorArchitecture=MSIL">
56-
<HintPath>..\packages\ITHit.WebDAV.Server.12.0.11051-Beta\lib\netstandard1.6\ITHit.WebDAV.Server.dll</HintPath>
55+
<Reference Include="ITHit.WebDAV.Server, Version=12.0.11230, Culture=neutral, PublicKeyToken=d057f7b1134051b5, processorArchitecture=MSIL">
56+
<HintPath>..\packages\ITHit.WebDAV.Server.12.0.11230\lib\netstandard1.6\ITHit.WebDAV.Server.dll</HintPath>
5757
</Reference>
58-
<Reference Include="ITHit.WebDAV.Server.HttpListener, Version=12.0.11051-Beta, Culture=neutral, PublicKeyToken=d057f7b1134051b5, processorArchitecture=MSIL">
59-
<HintPath>..\packages\ITHit.WebDAV.Server.HttpListener.12.0.11051-Beta\lib\netstandard2.0\ITHit.WebDAV.Server.HttpListener.dll</HintPath>
58+
<Reference Include="ITHit.WebDAV.Server.HttpListener, Version=12.0.11230, Culture=neutral, PublicKeyToken=d057f7b1134051b5, processorArchitecture=MSIL">
59+
<HintPath>..\packages\ITHit.WebDAV.Server.HttpListener.12.0.11230\lib\netstandard2.0\ITHit.WebDAV.Server.HttpListener.dll</HintPath>
6060
</Reference>
6161
<Reference Include="Microsoft.AspNetCore.Hosting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
6262
<HintPath>..\packages\Microsoft.AspNetCore.Hosting.2.0.0\lib\netstandard2.0\Microsoft.AspNetCore.Hosting.dll</HintPath>

CS/HttpListener/HttpListener.Android/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="ITHit.WebDAV.Server" version="12.0.11051-Beta" targetFramework="monoandroid60" />
4-
<package id="ITHit.WebDAV.Server.HttpListener" version="12.0.11051-Beta" targetFramework="monoandroid60" />
3+
<package id="ITHit.WebDAV.Server" version="12.0.11230" targetFramework="monoandroid60" />
4+
<package id="ITHit.WebDAV.Server.HttpListener" version="12.0.11230" targetFramework="monoandroid60" />
55
<package id="Microsoft.AspNetCore.Hosting" version="2.0.0" targetFramework="monoandroid71" />
66
<package id="Microsoft.AspNetCore.Hosting.Abstractions" version="2.0.0" targetFramework="monoandroid71" />
77
<package id="Microsoft.AspNetCore.Hosting.Server.Abstractions" version="2.0.0" targetFramework="monoandroid71" />

0 commit comments

Comments
 (0)