This commit is contained in:
2019-10-07 21:43:30 +00:00
parent 56d37f0fd9
commit 036d77bbc7
5 changed files with 25 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("7.5.0.0")]
[assembly: AssemblyVersion("7.6.0.0")]
//
// In order to sign your assembly you must specify a key to use. Refer to the
@@ -62,4 +62,4 @@ using System.Runtime.InteropServices;
[assembly: log4net.Config.XmlConfigurator(ConfigFile="Log4Net.config",Watch=true)]
//[assembly: log4net.Config.XmlConfigurator(Watch=true)]
[assembly: ComVisibleAttribute(false)]
[assembly: AssemblyFileVersionAttribute("7.5.9.0")]
[assembly: AssemblyFileVersionAttribute("7.6.0.0")]