You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.