Skip to content

v6.0.4185

Choose a tag to compare

@ITHitBuild ITHitBuild released this 08 Feb 00:41
· 106 commits to master since this release
  • Ajax tests did not not work. This bug is now fixed.
  • Requests to static files were not processed correctly in samples. Installers content broken after downloading from sample WebDAV servers. Static files processing in samples is now refactored. .NET Core projects now use static files middleware.
  • If web browser do not close web sockets connection properly the ObjectDisposedException is thrown during file updates in samples. Web sockets code refactored to close socket and remove from the list reliably if client crushed and did no close socket.
  • .NET Core projects are configured to use .NET Core 2.0. References to all assemblies updated to use latest versions.