diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2024-11-14 23:56:21 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2024-11-14 23:56:21 +0300 |
commit | b68a2b210760076f2f763bb7d5a0b51c908b2647 (patch) | |
tree | ae50a2f9200089a8af54ba644ee67c041c60067e | |
parent | 2dd664df0a9a3f0dcd791551f58cc8041a62b325 (diff) |
Version 1.10.0.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 e74d00e..fba232b 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.9.5.1")] -[assembly: AssemblyFileVersion("1.9.5.1")] +[assembly: AssemblyVersion("1.10.0.0")] +[assembly: AssemblyFileVersion("1.10.0.0")] [assembly: UserSecretsId("d4bb704e-14a5-421f-8f2d-0ffb66d090a2")] |