Skip to content

v6.1.4325

Compare
Choose a tag to compare
@ITHitBuild ITHitBuild released this 28 Jun 01:14
· 91 commits to master since this release
  • "Only .NET 4.5.1 and higher is supported." error is displayed in Visual Studio 2017. Now the latest installed .NET Framework version is selected automatically.
  • Microsoft Office Mobile on Android is now supported.
  • Microsoft Office Mobile on Windows 10 is now supported.
  • When a file is copied or moved, the destination file contained source file locks. Now this bug is fixed. All sample servers copy and move implementation code is updated to remove source file locks from destination file after copying.
  • Default handler page in samples and code generated by WebDAV wizards now uses Bootstrap 4.
  • HTML on a default handler page is refactored to support IE 11.
  • Code generated by WebDAV wizards does not compile in Visual Studio 2013, C# 6 code is used: string parentPath = $"/{path.Trim('/')}"; Now the code is refactored to support Visual Studio 2013.