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

Commit

Permalink
v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcaillon committed Feb 15, 2018
1 parent d86dbf5 commit f8f22ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions 3PA/MainFeatures/Pro/ProExecution.cs
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,9 @@ public ProExecution(ProEnvironment.ProEnvironmentObject proEnv) {
{"NotificationOutputPath", "\"\""},
{"PreExecutionProgram", "\"\""},
{"PostExecutionProgram", "\"\""},
{"dbExtractCandoTblType", "\"\""},
{"dbExtractCandoTblName", "\"\""},
{"DatabaseExtractCandoTblType", "\"\""},
{"DatabaseExtractCandoTblName", "\"\""},
{"DatabaseAliasList", "\"\""},
};
}

Expand Down
2 changes: 1 addition & 1 deletion 3PA/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.7.7.0")]
[assembly: AssemblyVersion("1.8.0.1")]
//[assembly: AssemblyFileVersion("1.5.3.1")]

0 comments on commit f8f22ba

Please sign in to comment.