Skip to content

v6.0.4012

Compare
Choose a tag to compare
@ITHitBuild ITHitBuild released this 16 Nov 23:17
· 97 commits to master since this release
  • Tested with .NET Framework 4.7.1.
  • PUT now returns ETag in response readers. Microsoft Office applications submit outdated ETag after machine wakes up from sleep mode, causing file update failure. Now PUT returns an updated ETag in the response, so the client-side ETag is always properly updated.
  • Add WebDAV Server Implementation wizard did not download WebDAV Ajax Library (webdav.client) from NPM. Now this bug is fixed.
  • All WebDAV wizards for Visual Studio now download WebDAV Ajax Library (webdav.client) from NPM during wizard completion. Before it was downloaded during build only.  
  • Mime-types list updated. Now it contains all most recent list of all registered mime-types.
  • VS 2015 + .NET Framework 4.7 + Add WebDAV Server Implementation wizard throw exception: "Multiple assemblies with equivalent identity have been imported: System.Reflection.dll". Now this bug is fixed.