The library is versioned as follows: [osfmount-binaries-version].[library-patch] where:
- osfmount-binaries-version - version of OSForensics OSFMount whose binaries are included in the release of the library
- library-patch - library patch number (bug fixes).
New object-oriented API RamDrive.OsfMount.ObjectOriented.RamDrive
and OsfMountRamDrive.New
added.
API changed: returned type of OsfMountRamDrive.Mount
was MountError
, now OneOf<MountError, Drive>
.
New OsfMountRamDrive.AllRamDrives
API added (fixed).
NOWWW package building is deterministic from CI-CD pipeline (fixed).
Readme added to nuget package. Now package building is deterministic from CI-CD pipeline.
Features:
- basic API implemented (Mount, Unmount, ForceUnmount)