Displaying page
of
pages;
Items to
Title |
Test
Details
Pattern Title
|
Expression |
^[^']*?\<\s*Assembly\s*:\s*AssemblyVersion\s*\(\s*"(\*|[0-9]+.\*|[0-9]+.[0-9]+.\*|[0-9]+.[0-9]+.[0-9]+.\*|[0-9]+.[0-9]+.[0-9]+.[0-9]+)"\s*\)\s*\>.*$
|
Description |
Matches the AssemblyVersion attribute in an Assembly.vb file. The version value is captured.
|
Matches |
<Assembly: AssemblyVersion("1.0.*")> (all version formats, i.e.: * to 1.0.0.0)
|
Non-Matches |
'<Assembly: AssemblyVersion("1.0.*")> (commented lines)
|
Author |
Rating:
Not yet rated.
Paolo Mazzini
|
Displaying page
of
pages;
Items to