Browse Source

iSCSI Console v1.4.4

Tal Aloni 7 years ago
parent
commit
0d96411ca8

+ 2 - 2
ISCSI/Properties/AssemblyInfo.cs

@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
 //
 // You can specify all the values or you can default the Revision and Build Numbers 
 // by using the '*' as shown below:
-[assembly: AssemblyVersion("1.4.3.0")]
-[assembly: AssemblyFileVersion("1.4.3.0")]
+[assembly: AssemblyVersion("1.4.4.0")]
+[assembly: AssemblyFileVersion("1.4.4.0")]

+ 3 - 0
ISCSI/RevisionHistory.txt

@@ -123,3 +123,6 @@ Revision History:
         Trace logging is now disabled in Release build.
 
 1.4.3 - Bugfix: Wrong sender parameter was dispatched to ISCSITarget inquiry event handlers.
+
+1.4.4 - ISCSITarget: Event notification related bugfixes.
+

+ 2 - 2
ISCSIConsole/Properties/AssemblyInfo.cs

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

+ 3 - 0
ISCSIConsole/RevisionHistory.txt

@@ -92,3 +92,6 @@ Revision History:
 1.4.2 - Updates to the ISCSI library.
 
 1.4.3 - .bin files will now be listed when opening a virtual disk image.
+
+1.4.4 - Updates to the ISCSI library.
+