Update version

This commit is contained in:
Sergey Chebotar 2022-12-28 16:02:41 +03:00
parent 0b952b4cf2
commit 237aee5526

View File

@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Excel AddIn for RhSolutions")] [assembly: AssemblyDescription("Excel AddIn for RhSolutions")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("RhSolutions")] [assembly: AssemblyCompany("RhSolutions")]
[assembly: AssemblyProduct("RhXlPLugin")] [assembly: AssemblyProduct("RhSolutions.AddIn")]
[assembly: AssemblyCopyright("Copyright © 2021-2023")] [assembly: AssemblyCopyright("Copyright © 2021-2023")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0.0")] [assembly: AssemblyVersion("1.2.1.0")]
[assembly: AssemblyFileVersion("1.2.0.0")] [assembly: AssemblyFileVersion("1.2.1.0")]