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

Tag filter support #11

Merged
merged 1 commit into from
May 8, 2024
Merged

Tag filter support #11

merged 1 commit into from
May 8, 2024

Conversation

vers-one
Copy link
Owner

@vers-one vers-one commented May 8, 2024

This pull request:

  1. Adds support for the tags optional input parameter to filter version declarations within matching files.
  2. Updates regular expressions for AssemblyInfo* plugins which now require the attributes to be at the beginning of the line (after trimming whitespaces). This allows the plugin to skip the commented lines.
  3. Adds an error message if there are two or more occurrences of the same version declaration found in a single file.
  4. Adds the backward slash (\) to forward slash (/) replacement for the file / files input because fastGlob doesn't support backward slashes.
  5. Moves test input files into separate directories (one per integration test), so the tests can be run simultaneously.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant