Skip to content

v5.7.3602

Choose a tag to compare

@ITHitBuild ITHitBuild released this 02 Aug 22:54
· 116 commits to master since this release
  • iOS and Android HttpListener WebDAV server sample on .NET Standard 2.0 Preview is provided.
  • ITHit.WebDAV.Server.HttpListener package now supports .NET Standard 2.0 Preview. 
  • Default Engine logging logic changed. If logger path was not specified, the WebDAVLog.txt was created in calling assembly folder (typically \bin\), which caused ASP.NET web server to restart when log file is updated. Now the Engine does not create any log file if log path is not specified.
  • Web Sockets did not work if WebDAV code is added using 'Add WebDAV Server Implementation' wizard. Now this bug is fixed.