diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2022-03-24 06:59:31 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2022-03-24 06:59:31 +0300 |
commit | eaf3ebaa9489462e3d663c93df7a9bc34011464c (patch) | |
tree | 57353886c323aa86d43d8770f486e362be087593 /src/Properties | |
parent | 68d2b4e2fb8a3e7903d63f6bc461307e746bf163 (diff) |
Turn off save as file dialog at the end of tool process. Version update.
Diffstat (limited to 'src/Properties')
-rw-r--r-- | src/Properties/AssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs index 5f1731a..1493351 100644 --- a/src/Properties/AssemblyInfo.cs +++ b/src/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.4.1")] -[assembly: AssemblyFileVersion("1.0.4.1")] +[assembly: AssemblyVersion("1.0.4.2")] +[assembly: AssemblyFileVersion("1.0.4.2")] |