v6.0.3890-Beta
ITHitBuild
released this
17 Oct 22:13
·
100 commits
to master
since this release
- Microsoft Office merging is now supported. If a document is opened by 2 users simultaneously Microsoft Office will offer merging when saving a second user copy.
- WebDAV Ajax Library files are now referenced from local server from '/wwwroot/node_modules/webdav.client/' folder (previously were referenced from ajaxbrowser.com). WebDAV Ajax Library files used in samples and code generated by WebDAV wizards for Visual Studio are now automatically downloaded from NPM using a pre-build step.
- Microsoft.WebSockets package replaced with System.Net.WebSocketsin in all samples and code generated by Visual Studio. Web Sockets sample code refactored.
- ‘Add WebDAV Server Implementation’ wizard failed in Visual Studio 2015 with “System.InvalidOperationException: Failed to add reference. The package 'ITHit.WebDAV.Server' tried to add a framework reference to 'System.Reflection' which was not found in the GAC.“ message. Now this bug is fixed.
- Mobile HttpListener sample now sends notifications to web browser using Server Sent Events (SSE).
- Mobile HttpListener sample refactored. Interfaces missing in Xamarin are provided: IWebHost and IWebHostBuilder.
- License check performance optimized.
- Generic error is displayed in Set License application if any errors when setting license occurred. Now a proper error message is displayed.
- Port 3335 is was hardcodedwhen using ASP.NET Core WebDAV Server Application Wizard. Now port is randomly selected.