File tree Expand file tree Collapse file tree 7 files changed +14
-8
lines changed
Expand file tree Collapse file tree 7 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 44 <TargetFrameworks >net20;net40;netstandard2.0</TargetFrameworks >
55 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
66 <AssemblyName >DiskAccessLibrary.Win32</AssemblyName >
7- <Version >1.5.8 </Version >
7+ <Version >1.5.9 </Version >
88 <RootNamespace >DiskAccessLibrary.Win32</RootNamespace >
99 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
1010 <Authors >Tal Aloni</Authors >
Original file line number Diff line number Diff line change 3131//
3232// You can specify all the values or you can default the Revision and Build Numbers
3333// by using the '*' as shown below:
34- [ assembly: AssemblyVersion ( "1.5.8 .0" ) ]
35- [ assembly: AssemblyFileVersion ( "1.5.8 .0" ) ]
34+ [ assembly: AssemblyVersion ( "1.5.9 .0" ) ]
35+ [ assembly: AssemblyFileVersion ( "1.5.9 .0" ) ]
Original file line number Diff line number Diff line change 44 <TargetFrameworks >net20;net40;netstandard2.0</TargetFrameworks >
55 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
66 <AssemblyName >DiskAccessLibrary</AssemblyName >
7- <Version >1.5.8 </Version >
7+ <Version >1.5.9 </Version >
88 <RootNamespace >DiskAccessLibrary</RootNamespace >
99 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
1010 <Authors >Tal Aloni</Authors >
Original file line number Diff line number Diff line change 3333//
3434// You can specify all the values or you can default the Revision and Build Numbers
3535// by using the '*' as shown below:
36- [ assembly: AssemblyVersion ( "1.5.8 .0" ) ]
37- [ assembly: AssemblyFileVersion ( "1.5.8 .0" ) ]
36+ [ assembly: AssemblyVersion ( "1.5.9 .0" ) ]
37+ [ assembly: AssemblyFileVersion ( "1.5.9 .0" ) ]
Original file line number Diff line number Diff line change @@ -275,3 +275,7 @@ Revision History:
275275 NTFSLogFile: Do not throw NotSupportedException for dirty volume when mounted as readonly.
276276
2772771.5.8 - NTFS: NTFSLogClient: Skip reading restart record if volume is mounted as readonly.
278+
279+ 1.5.9 - PhysicalDiskControl: Improved serial number decoding logic.
280+ Moved capabilities useful only on Windows to DiskAccessLibrary.Win32
281+ Detect platform instead of using platform specific compilation.
Original file line number Diff line number Diff line change 2929// Build Number
3030// Revision
3131//
32- [ assembly: AssemblyVersion ( "1.5.8 .0" ) ]
33- [ assembly: AssemblyFileVersion ( "1.5.8 .0" ) ]
32+ [ assembly: AssemblyVersion ( "1.5.9 .0" ) ]
33+ [ assembly: AssemblyFileVersion ( "1.5.9 .0" ) ]
Original file line number Diff line number Diff line change @@ -133,3 +133,5 @@ Revision History:
1331331.5.7 - Mount NTFS volume as readonly when write access is not needed.
134134
1351351.5.8 - Skip reading NTFS restart record during Export.
136+
137+ 1.5.9 - Minor improvements.
You can’t perform that action at this time.
0 commit comments