diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-05-16 18:10:16 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-05-16 18:10:16 +0300 |
commit | dcbf7d6d7f76ad7714d6ad2c0aefe73c14d94ef3 (patch) | |
tree | 12aafb468ff452a14d1092a6cda2e379d6cb9221 | |
parent | aca468c01596668c382c868102d28e2eb002ff57 (diff) |
Version 1.6.5.0 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 9005468..b910976 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.4.0")] -[assembly: AssemblyFileVersion("1.6.4.0")] +[assembly: AssemblyVersion("1.6.5.0")] +[assembly: AssemblyFileVersion("1.6.5.0")] |