Skip to content

Commit

Permalink
Dynamic Disk Partitioner v1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAloni committed Oct 31, 2019
1 parent 2f4e458 commit cd3d236
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DiskAccessLibrary/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.5.6.0")]
[assembly: AssemblyFileVersion("1.5.6.0")]
[assembly: AssemblyVersion("1.5.7.0")]
[assembly: AssemblyFileVersion("1.5.7.0")]
4 changes: 4 additions & 0 deletions DiskAccessLibrary/RevisionHistory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -269,3 +269,7 @@ Revision History:
NTFS: LfsRestartPage: Added IsRestartPage method.
NTFS: NTFSVolume: Improved free space checking before creating / moving a file.
NTFS: Minor documentation improvements.

1.5.7 - PhysicalDiskControl: Decode HEX encoded disk serial number.
NTFSVolume: Ability to mount as readonly.
NTFSLogFile: Do not throw NotSupportedException for dirty volume when mounted as readonly.
4 changes: 2 additions & 2 deletions DynamicDiskPartitioner/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.5.6.0")]
[assembly: AssemblyFileVersion("1.5.6.0")]
[assembly: AssemblyVersion("1.5.7.0")]
[assembly: AssemblyFileVersion("1.5.7.0")]
2 changes: 2 additions & 0 deletions DynamicDiskPartitioner/RevisionHistory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,5 @@ Revision History:
1.5.5 - Minor improvements.

1.5.6 - Minor improvements.

1.5.7 - Mount NTFS volume as readonly when write access is not needed.

0 comments on commit cd3d236

Please sign in to comment.