forked from DiscUtils/DiscUtils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangelog.txt
More file actions
14 lines (10 loc) · 714 Bytes
/
Changelog.txt
File metadata and controls
14 lines (10 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2016-11-01
- The FileSystemManager, VirtualDiskManager can no longer auto-detect some filesystems / vdi types, as they have been separated into different assemblies (See use of SetupHelper)
- The DiscUtils.Xva library has been ported to .NET Core
- DiscUtils.Net has been reintroduced, but not ported to .NET Core
- Created Meta packages for Complete and FileSystems
- Use SetupHelper prior to using detection classes, such as PartitionTable, FileSystemManager, VirtualDisk, VolumeManager
- Meta packages ship their own SetupHelper as a convenience method
- Refactored FileSystemManager to always be static
- Moved static parts of VirtualDisk into VirtualDiskManager
- Changed codestyle from FxCop to Resharper