Browse Source

ISCSI Console v1.5.2.1

TalAloni 4 years ago
parent
commit
f593808cfe
2 changed files with 3 additions and 3 deletions
  1. 1 1
      ISCSIConsole/ISCSIConsole.csproj
  2. 2 2
      ISCSIConsole/Properties/AssemblyInfo.cs

+ 1 - 1
ISCSIConsole/ISCSIConsole.csproj

@@ -4,7 +4,7 @@
     <OutputType>WinExe</OutputType>
     <TargetFrameworks>net20;net40;net472;netcoreapp3.1</TargetFrameworks>
     <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
-    <Version>1.5.2</Version>
+    <Version>1.5.2.1</Version>
     <UseWindowsForms>true</UseWindowsForms>
   </PropertyGroup>
   

+ 2 - 2
ISCSIConsole/Properties/AssemblyInfo.cs

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