Skip to content

Commit 3b2a874

Browse files
author
Darin Higgins
committed
Fix CTL tag handling
1 parent dc82391 commit 3b2a874

File tree

6 files changed

+92
-98
lines changed

6 files changed

+92
-98
lines changed

Disambiguator/DisambiguatorExt.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,8 @@ public void MatchSequence(string winName, string sequence, SequenceQueryEventArg
467467
}
468468

469469
//now check if any exeParam matches
470+
//reset match
471+
match = false;
470472
if (!string.IsNullOrEmpty(exeParam))
471473
{
472474
Debug(" Searching for EXE tag '{0}'", exeParam);

Disambiguator/DisambiguatorHelp.rtf

Lines changed: 84 additions & 95 deletions
Large diffs are not rendered by default.

Disambiguator/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
[assembly: Guid("28241D0D-62D3-43A9-9355-B4016AA2F91E")]
1919

2020
// Assembly version information
21-
[assembly: AssemblyVersion("1.0.4.0")]
21+
[assembly: AssemblyVersion("1.0.5.0")]
2222

23-
[assembly: AssemblyFileVersion("1.0.4.0")]
23+
[assembly: AssemblyFileVersion("1.0.5.0")]

Readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@ Bugs can be reported using the issue tracker, for anything else, a wiki is avail
167167

168168
Changelog
169169
--------
170+
v1.0.5.0
171+
Corrected problem with CTL tag matching.
172+
170173
v1.0.4.0
171174
Very minor release to improve one of the logging messages.
172175

905 KB
Binary file not shown.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
:
2-
The Disambiguator:1.0.4
2+
The Disambiguator:1.0.5
33
:

0 commit comments

Comments
 (0)