Browse Source

iSCSI Console v1.5.1

Tal Aloni 5 years ago
parent
commit
f887612927
2 changed files with 4 additions and 2 deletions
  1. 2 2
      ISCSIConsole/Properties/AssemblyInfo.cs
  2. 2 0
      ISCSIConsole/RevisionHistory.txt

+ 2 - 2
ISCSIConsole/Properties/AssemblyInfo.cs

@@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
 //      Build Number
 //      Revision
 //
-[assembly: AssemblyVersion("1.5.0.0")]
-[assembly: AssemblyFileVersion("1.5.0.0")]
+[assembly: AssemblyVersion("1.5.1.0")]
+[assembly: AssemblyFileVersion("1.5.1.0")]

+ 2 - 0
ISCSIConsole/RevisionHistory.txt

@@ -107,3 +107,5 @@ Revision History:
 
 1.5.0 - Writing to a Dynamic VHD is now supported.
         Updates to the ISCSI library.
+
+1.5.1 - Bugfix: 'Read only' checkbox was ignored.