rc.1 actual
This commit is contained in:
5
TODO.txt
5
TODO.txt
@@ -7,8 +7,3 @@
|
|||||||
//////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////
|
||||||
//DONE STUFF
|
//DONE STUFF
|
||||||
|
|
||||||
case 4017 AyaNova Generatore SMTP / TLS compatibility fix
|
|
||||||
|
|
||||||
|
|
||||||
AyaNova & GZTW.AyaNova.BLL.dll 7.6 patch 14
|
|
||||||
case 4017 - Fixed issue with Generator failing to deliver notifications via SMTP in TLS mode when mail server enforces TLS 1.2 or newer
|
|
||||||
@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
|
|||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("Ground Zero Tech-Works Inc.")]
|
[assembly: AssemblyCompany("Ground Zero Tech-Works Inc.")]
|
||||||
[assembly: AssemblyProduct("AyaNova.PlugIn.V8")]
|
[assembly: AssemblyProduct("AyaNova.PlugIn.V8")]
|
||||||
[assembly: AssemblyCopyright("Copyright © 2017-2020 Ground Zero Tech-Works Inc.")]
|
[assembly: AssemblyCopyright("Copyright © 2022 Ground Zero Tech-Works Inc.")]
|
||||||
[assembly: AssemblyTrademark("AyaNova is a registered trademark of Ground Zero Tech-Works Inc.")]
|
[assembly: AssemblyTrademark("AyaNova is a registered trademark of Ground Zero Tech-Works Inc.")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
|
|
||||||
public string PluginVersion
|
public string PluginVersion
|
||||||
{
|
{
|
||||||
get { return "7.6.1-alpha.1"; }
|
get { return "7.6.1-RC.1"; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public string About
|
public string About
|
||||||
|
|||||||
Reference in New Issue
Block a user