diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2022-03-30 12:26:18 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2022-03-30 12:26:18 +0300 |
commit | 1e91c34e465dd8a7f4f44307c874883b3569053d (patch) | |
tree | 9624805ec5c69f16295008e56c79cec63a34c97b /src/Properties | |
parent | 443364e66c5b010197dd4d62a65af716d09fdab9 (diff) |
Revert "Turn off save as file dialog at the end of tool process. Version update."
This reverts commit eaf3ebaa9489462e3d663c93df7a9bc34011464c.
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 1493351..5f1731a 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.2")] -[assembly: AssemblyFileVersion("1.0.4.2")] +[assembly: AssemblyVersion("1.0.4.1")] +[assembly: AssemblyFileVersion("1.0.4.1")] |