Commit ec2a678
committed
AssemblyInfo attributes regex fix
The current regex used to replace the AssemblyInformationalVersion attribute
does not capture the value GitVersion actually puts there, so successive
invocations of GitVersion don't overwrite that attribute.
Changed the regexes to be more permissive: anything between the quotes is
OK.1 parent 6276276 commit ec2a678
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments