Skip to content

Commit

Permalink
Merge branch 'develop2'
Browse files Browse the repository at this point in the history
  • Loading branch information
yar229 committed Nov 3, 2017
2 parents 9094fe4 + 20bd40b commit b88b571
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions NWebDav/NWebDav.Server/Handlers/PropFindHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,6 @@ public async Task<bool> HandleRequestAsync(IHttpContext httpContext, IStore stor
{
foreach (var propertyName in propertyList)
await AddPropertyAsync(httpContext, xResponse, xProp, propertyManager, entry.Entry, propertyName, addedProperties).ConfigureAwait(false);

//TODO: dirty fix!
// some clients reqire collection property
await AddPropertyAsync(httpContext, xResponse, xProp, propertyManager, entry.Entry, "collection", addedProperties).ConfigureAwait(false);
}

// Add the values (if any)
Expand Down
4 changes: 2 additions & 2 deletions WDMRC.Console/WDMRC.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<Copyright>[email protected]</Copyright>
<Description>WebDAV emulator for Cloud.mail.ru</Description>
<PackageId>WebDAVCloudMailRu</PackageId>
<AssemblyVersion>1.8.0.0</AssemblyVersion>
<FileVersion>1.8.0.0</FileVersion>
<AssemblyVersion>1.8.0.1</AssemblyVersion>
<FileVersion>1.8.0.1</FileVersion>
<AssemblyName>wdmrc</AssemblyName>
<RootNamespace>YaR.CloudMailRu.Console</RootNamespace>
<StartupObject></StartupObject>
Expand Down
4 changes: 2 additions & 2 deletions WDMRC.Console/WDMRC.Console.netcoreapp.publish.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<Copyright>[email protected]</Copyright>
<Description>WebDAV emulator for Cloud.mail.ru</Description>
<PackageId>WebDAVCloudMailRu</PackageId>
<AssemblyVersion>1.7.0.5</AssemblyVersion>
<FileVersion>1.7.0.5</FileVersion>
<AssemblyVersion>1.8.0.1</AssemblyVersion>
<FileVersion>1.8.0.1</FileVersion>
<AssemblyName>wdmrc</AssemblyName>
</PropertyGroup>

Expand Down

0 comments on commit b88b571

Please sign in to comment.