aboutsummaryrefslogtreecommitdiff
path: root/src/Properties
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2022-12-20 12:57:44 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2022-12-20 12:57:44 +0300
commit64d0abd00603cb9de22896a57db1b48421da1b38 (patch)
tree8c82139cf846461b987004257a9dd0eb16885253 /src/Properties
parent6137433aefde1257fa42e0823242e66f5bd57e22 (diff)
Version change
Diffstat (limited to 'src/Properties')
-rw-r--r--src/Properties/AssemblyInfo.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs
index afa623f..174f128 100644
--- a/src/Properties/AssemblyInfo.cs
+++ b/src/Properties/AssemblyInfo.cs
@@ -5,10 +5,10 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
-[assembly: AssemblyTitle("RhXlPLugin")]
-[assembly: AssemblyDescription("")]
+[assembly: AssemblyTitle("RhSolutions.AddIn")]
+[assembly: AssemblyDescription("Excel AddIn for RhSolutions")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
+[assembly: AssemblyCompany("RhSolutions")]
[assembly: AssemblyProduct("RhXlPLugin")]
[assembly: AssemblyCopyright("Copyright © 2021-2023")]
[assembly: AssemblyTrademark("")]
@@ -32,5 +32,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.0.5.0")]
-[assembly: AssemblyFileVersion("1.0.5.0")]
+[assembly: AssemblyVersion("1.2.0.0")]
+[assembly: AssemblyFileVersion("1.2.0.0")]