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")]