diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-05-04 08:03:31 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-05-04 08:03:31 +0300 |
commit | c0dd1afb188edf401acc0baf8f7a7e538b6c3928 (patch) | |
tree | f2e78a229855ba5ab0eef16a1d69f7d45cf987b6 | |
parent | b37dade3701765153edfb114fca862ca3f51029f (diff) |
Version update
-rw-r--r-- | RhSolutions.AddIn/Properties/AssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RhSolutions.AddIn/Properties/AssemblyInfo.cs b/RhSolutions.AddIn/Properties/AssemblyInfo.cs index 5bca0e8..097f799 100644 --- a/RhSolutions.AddIn/Properties/AssemblyInfo.cs +++ b/RhSolutions.AddIn/Properties/AssemblyInfo.cs @@ -31,5 +31,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.6.0.0")] -[assembly: AssemblyFileVersion("1.6.0.0")] +[assembly: AssemblyVersion("1.6.1.0")] +[assembly: AssemblyFileVersion("1.6.1.0")] |