diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2025-01-28 05:22:13 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2025-01-28 05:22:13 +0300 |
commit | 8c39336787b06271f1053f27fc6ee680d3e5551a (patch) | |
tree | 3e14e7d9b39c6ee0d78d28393dca96ce51598d58 | |
parent | 28c472364ba6a84641f68d07192b7777a313d588 (diff) |
Version 1.10.1.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 fba232b..77dd608 100644 --- a/RhSolutions.AddIn/Properties/AssemblyInfo.cs +++ b/RhSolutions.AddIn/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ using Microsoft.Extensions.Configuration.UserSecrets; // 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.10.0.0")] -[assembly: AssemblyFileVersion("1.10.0.0")] +[assembly: AssemblyVersion("1.10.1.0")] +[assembly: AssemblyFileVersion("1.10.1.0")] [assembly: UserSecretsId("d4bb704e-14a5-421f-8f2d-0ffb66d090a2")] |