Skip to content

v5.0.14726.0-Beta

Compare
Choose a tag to compare
@ITHitBuild ITHitBuild released this 03 Jun 23:16
· 46 commits to master since this release
  • All modules are now .NET Standard 2.0 compliant. All Windows samples can now run both .NET Framework 4.8 and .NET Core.
  • Custom state provider C++ projects are replaced with C#/.NET projects.
  • Thumbnails support is now built into Engine. Thumbnails handler shell extension base class is provided. Thumbnails are now generated in IFileSystemItem.GetThumbnailAsync() method implementation. 
  • Properties support is now built into Engine. Properties handler shell extensions base class is provided. Properties are now provided in IFileSystemItem.GetPropertiesAsync() method implementation.  
  • Context menu support is now built into Engine. Context menu handler shell extensions base class is provided. Context menu is now provided in IEngine.GetMenuCommandAsync() method implementation.
  • WebDAV Drive and Virtual Drive projects now build a sparse package. Context menu is now supported when you run the WebDAV Drive and Virtual Drive projects directly from Visual Studio.
  • Debug logging is provided. Debug logging can now be enabled in samples using the 'd' console key.