Browse Source

iSCSI Console v1.5.0

Tal Aloni 6 years ago
parent
commit
ed88b490a7

+ 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.9.0")]
-[assembly: AssemblyFileVersion("1.4.9.0")]
+[assembly: AssemblyVersion("1.5.0.0")]
+[assembly: AssemblyFileVersion("1.5.0.0")]

+ 2 - 0
ISCSI/RevisionHistory.txt

@@ -141,3 +141,5 @@ Revision History:
         Minor logging and documentation improvements.
 
 1.4.9 - Corrected handling of unsolicited Data Out PDU when InitialR2T=No.
+
+1.5.0 - Corrected logging typo.

+ 4 - 0
ISCSIConsole/ISCSIConsole.csproj

@@ -147,4 +147,8 @@
   <Target Name="AfterBuild">
   </Target>
   -->
+  <PropertyGroup>
+    <PostBuildEvent>if $(ConfigurationName) == Release CD "$(ProjectDir)ILMerge\"
+if $(ConfigurationName) == Release "$(ProjectDir)ILMerge\ILMerge.bat"</PostBuildEvent>
+  </PropertyGroup>
 </Project>

+ 2 - 2
ISCSIConsole/Properties/AssemblyInfo.cs

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

+ 3 - 0
ISCSIConsole/RevisionHistory.txt

@@ -104,3 +104,6 @@ Revision History:
 1.4.8 - Updates to the ISCSI library.
 
 1.4.9 - Updates to the ISCSI library.
+
+1.5.0 - Writing to a Dynamic VHD is now supported.
+        Updates to the ISCSI library.