Skip to content

v3.2.8901.0

Choose a tag to compare

@ITHitBuild ITHitBuild released this 30 Jun 23:03
· 68 commits to master since this release
  • msix packaging is now supported. The packaging project is added to the Virtual Dive sample.
  • The thumbnails provider in the Virtual Drive sample now runs as a surrogate COM and can be installed/removed without admin privileges as part of the packaged installation. The thumbnails handler can now be debugged running the project directly from Visual Studio.
  • Virtual File System sample refactored. The file/folder ID is now used to link user file system file with remote storage. Mapping.MapPath() function is removed from the sample project.
  • targetParentItemId parameter, representing a new parent folder ID, added to IFileSystemItem.MoveToAsync() method.
  • Item ID is now returned by the IFolder.CreateFileAsync() and IFolder.CreateFolderAsync() methods.
  • Placeholder creation performance improved.
  • Selecting "Always keep on this devise" on a folder that was never enumerated does not load file content. Now, this bug is fixed.
    Virtual File System for macOS sample refactored.