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

Should be able to add custom patterns without recompiling the tool #1

Closed
ImrePyhvel opened this issue Jul 8, 2013 · 1 comment
Closed
Assignees
Milestone

Comments

@ImrePyhvel
Copy link
Collaborator

Currently the tool only supports a fixed set of patterns. Even a trivial change would require making a fork of the tool, implementing the change in c#, recompile & redeploy.

We should improve this by making configuration more flexible, for example by using some marker replacement technique in user-given input.

For example:
one should be able to state that InformationalVersion should be:
"This is my fancy thingy {major}.{minor}, release {configuration}". Curly parts would be replaced with runtime values on each build.

@ImrePyhvel ImrePyhvel self-assigned this Feb 17, 2015
@ImrePyhvel
Copy link
Collaborator Author

Done,

supports fixed custom parts and replaceable tokens (using Nortal.Utilities.TextTemplating library).

To release in 0.11.0.

@ImrePyhvel ImrePyhvel modified the milestone: v0.11.0 Mar 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant