Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit f8f22ba

Browse files
committed
v1.8.0
1 parent d86dbf5 commit f8f22ba

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

3PA/MainFeatures/Pro/ProExecution.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,9 @@ public ProExecution(ProEnvironment.ProEnvironmentObject proEnv) {
203203
{"NotificationOutputPath", "\"\""},
204204
{"PreExecutionProgram", "\"\""},
205205
{"PostExecutionProgram", "\"\""},
206-
{"dbExtractCandoTblType", "\"\""},
207-
{"dbExtractCandoTblName", "\"\""},
206+
{"DatabaseExtractCandoTblType", "\"\""},
207+
{"DatabaseExtractCandoTblName", "\"\""},
208+
{"DatabaseAliasList", "\"\""},
208209
};
209210
}
210211

3PA/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@
5454
// by using the '*' as shown below:
5555
// [assembly: AssemblyVersion("1.0.*")]
5656

57-
[assembly: AssemblyVersion("1.7.7.0")]
57+
[assembly: AssemblyVersion("1.8.0.1")]
5858
//[assembly: AssemblyFileVersion("1.5.3.1")]

0 commit comments

Comments
 (0)