Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AssemblyInfo attributes regex fix #438

Merged
merged 1 commit into from
May 27, 2015
Merged

AssemblyInfo attributes regex fix #438

merged 1 commit into from
May 27, 2015

Conversation

roji
Copy link
Contributor

@roji roji commented May 8, 2015

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.

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.
JakeGinnivan added a commit that referenced this pull request May 27, 2015
AssemblyInfo attributes regex fix
@JakeGinnivan JakeGinnivan merged commit 1a55091 into GitTools:master May 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants