release 118 and some changes to 119 around auth / tls and properly display message on fail to test connect
This commit is contained in:
@@ -35,7 +35,7 @@ namespace AyaNova.PlugIn.V8
|
||||
|
||||
public string PluginVersion
|
||||
{
|
||||
get { return "7.6.1-alpha.118"; }
|
||||
get { return "7.6.1-alpha.119"; }
|
||||
}
|
||||
|
||||
public string About
|
||||
@@ -278,7 +278,7 @@ namespace AyaNova.PlugIn.V8
|
||||
/// </summary>
|
||||
private async void DoExport()
|
||||
{
|
||||
|
||||
|
||||
//Show progress form
|
||||
ProgressForm progress = new ProgressForm();
|
||||
progress.Show();
|
||||
|
||||
Reference in New Issue
Block a user