File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 3232//
3333// You can specify all the values or you can default the Revision and Build Numbers
3434// by using the '*' as shown below:
35- [ assembly: AssemblyVersion ( "1.5.7 .0" ) ]
36- [ assembly: AssemblyFileVersion ( "1.5.7 .0" ) ]
35+ [ assembly: AssemblyVersion ( "1.5.8 .0" ) ]
36+ [ assembly: AssemblyFileVersion ( "1.5.8 .0" ) ]
Original file line number Diff line number Diff line change @@ -273,3 +273,5 @@ Revision History:
2732731.5.7 - PhysicalDiskControl: Decode HEX encoded disk serial number.
274274 NTFSVolume: Ability to mount as readonly.
275275 NTFSLogFile: Do not throw NotSupportedException for dirty volume when mounted as readonly.
276+
277+ 1.5.8 - NTFS: NTFSLogClient: Skip reading restart record if volume is mounted as readonly.
Original file line number Diff line number Diff line change 2929// Build Number
3030// Revision
3131//
32- [ assembly: AssemblyVersion ( "1.5.7 .0" ) ]
33- [ assembly: AssemblyFileVersion ( "1.5.7 .0" ) ]
32+ [ assembly: AssemblyVersion ( "1.5.8 .0" ) ]
33+ [ assembly: AssemblyFileVersion ( "1.5.8 .0" ) ]
Original file line number Diff line number Diff line change @@ -131,3 +131,5 @@ Revision History:
1311311.5.6 - Minor improvements.
132132
1331331.5.7 - Mount NTFS volume as readonly when write access is not needed.
134+
135+ 1.5.8 - Skip reading NTFS restart record during Export.
You can’t perform that action at this time.
0 commit comments