diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-10-17 22:19:32 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-10-17 22:19:32 +0300 |
commit | d999a0b98a6923a8027eead46a43bcd50ca8d713 (patch) | |
tree | 8a5c788dba1df8f63db0fc89ac7e6821400cc760 | |
parent | 24dcec3039e6f74fe9c4eee396dcbd680e800a6c (diff) |
Version 1.8.5.4
-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 5292a62..bdac7d6 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.8.5.2")] -[assembly: AssemblyFileVersion("1.8.5.2")] +[assembly: AssemblyVersion("1.8.5.4")] +[assembly: AssemblyFileVersion("1.8.5.4")] |