File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-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.6 .0" ) ]
36- [ assembly: AssemblyFileVersion ( "1.5.6 .0" ) ]
35+ [ assembly: AssemblyVersion ( "1.5.7 .0" ) ]
36+ [ assembly: AssemblyFileVersion ( "1.5.7 .0" ) ]
Original file line number Diff line number Diff line change @@ -269,3 +269,7 @@ Revision History:
269269 NTFS: LfsRestartPage: Added IsRestartPage method.
270270 NTFS: NTFSVolume: Improved free space checking before creating / moving a file.
271271 NTFS: Minor documentation improvements.
272+
273+ 1.5.7 - PhysicalDiskControl: Decode HEX encoded disk serial number.
274+ NTFSVolume: Ability to mount as readonly.
275+ NTFSLogFile: Do not throw NotSupportedException for dirty volume when mounted as readonly.
Original file line number Diff line number Diff line change 2929// Build Number
3030// Revision
3131//
32- [ assembly: AssemblyVersion ( "1.5.6 .0" ) ]
33- [ assembly: AssemblyFileVersion ( "1.5.6 .0" ) ]
32+ [ assembly: AssemblyVersion ( "1.5.7 .0" ) ]
33+ [ assembly: AssemblyFileVersion ( "1.5.7 .0" ) ]
Original file line number Diff line number Diff line change @@ -129,3 +129,5 @@ Revision History:
1291291.5.5 - Minor improvements.
130130
1311311.5.6 - Minor improvements.
132+
133+ 1.5.7 - Mount NTFS volume as readonly when write access is not needed.
You can’t perform that action at this time.
0 commit comments