Skip to content

Commit 47854e1

Browse files
committed
Dynamic Disk Partitioner v1.5.9
1 parent 78d028d commit 47854e1

File tree

7 files changed

+14
-8
lines changed

7 files changed

+14
-8
lines changed

DiskAccessLibrary.Win32/DiskAccessLibrary.Win32.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

DiskAccessLibrary.Win32/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
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")]

DiskAccessLibrary/DiskAccessLibrary.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

DiskAccessLibrary/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
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")]

DiskAccessLibrary/RevisionHistory.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,3 +275,7 @@ Revision History:
275275
NTFSLogFile: Do not throw NotSupportedException for dirty volume when mounted as readonly.
276276

277277
1.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.

DynamicDiskPartitioner/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
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")]

DynamicDiskPartitioner/RevisionHistory.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,5 @@ Revision History:
133133
1.5.7 - Mount NTFS volume as readonly when write access is not needed.
134134

135135
1.5.8 - Skip reading NTFS restart record during Export.
136+
137+
1.5.9 - Minor improvements.

0 commit comments

Comments
 (0)