diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2024-05-27 23:46:45 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2024-05-27 23:46:45 +0300 |
commit | a6e5ed1476d2058f5aba98b91fd506a7fe703a45 (patch) | |
tree | efaf27661c946e4d29f306c55cb97588d52f9688 | |
parent | dfe4ef7b5bb5d920c8a01311a63cbdc472601589 (diff) |
Version 1.9.5.0
-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 301945b..419c7f7 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.9.3.0")] -[assembly: AssemblyFileVersion("1.9.3.0")] +[assembly: AssemblyVersion("1.9.5.0")] +[assembly: AssemblyFileVersion("1.9.5.0")] |