diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-05-05 08:21:48 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-05-05 08:21:48 +0300 |
commit | 4201b51511440aac385d518550aa8df478982ae1 (patch) | |
tree | 24a0b9f91c3a7fa91e6ecf589334fcf2c280f74b | |
parent | 62271e75fbc768c759fdd7a26b86dcb3bf66388f (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 097f799..290afaa 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.1.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] +[assembly: AssemblyVersion("1.6.1.5")] +[assembly: AssemblyFileVersion("1.6.1.5")] |