File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed
Expand file tree Collapse file tree 4 files changed +17
-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.3 .0" ) ]
36- [ assembly: AssemblyFileVersion ( "1.5.3 .0" ) ]
35+ [ assembly: AssemblyVersion ( "1.5.4 .0" ) ]
36+ [ assembly: AssemblyFileVersion ( "1.5.4 .0" ) ]
Original file line number Diff line number Diff line change @@ -225,3 +225,14 @@ Revision History:
225225 NTFSFileSystem: SetDates: Bugfix: Directory index was not updated.
226226 NTFSVolume: MoveFile: Use the dates and FileAttributes in $Standard_Information instead $File_Name.
227227 IFileSystem: Added ListDataStreams method.
228+
229+ 1.5.4 - NTFS: NTFSFileSystem: Added support for accessing Alternate Data Streams.
230+ NTFS: AttributeRecord: The value of Instance can now be set at any point and is no longer set during class instantiation.
231+ NTFS: FileRecordSegment: Added AddAttributeRecord method.
232+ NTFS: FileRecord: UpdateSegments: Set AttributeRecord's Instance valu using NextAttributeInstance of the FileRecordSegment containing it.
233+ NTFS: AttributeRecord: Added Clone method.
234+ NTFS: Clone attributes when assembled from and splitted to FileRecordSegments.
235+ NTFS: FileRecord: Use Segments for logging purposes.
236+ NTFS: NTFSVolume: Added ContentType enum to help identify the content of volume clusters being accessed.
237+ NTFS: AttributeData: Bugfix: Attribute sorting rules were not applied when converting a resident attribute to non-resident.
238+ NTFS: IndexData: RemoveEntry: Bugfix: IndexOutOfRangeException was thrown in some cases.
Original file line number Diff line number Diff line change 2929// Build Number
3030// Revision
3131//
32- [ assembly: AssemblyVersion ( "1.5.3 .0" ) ]
33- [ assembly: AssemblyFileVersion ( "1.5.3 .0" ) ]
32+ [ assembly: AssemblyVersion ( "1.5.4 .0" ) ]
33+ [ assembly: AssemblyFileVersion ( "1.5.4 .0" ) ]
Original file line number Diff line number Diff line change @@ -123,3 +123,5 @@ Revision History:
1231231.5.2 - Minor improvements.
124124
1251251.5.3 - Minor improvements.
126+
127+ 1.5.4 - Minor improvements.
You can’t perform that action at this time.
0 commit comments