-
Notifications
You must be signed in to change notification settings - Fork 587
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
Added metadata string property for AssemblyInfoReplacementParams #675
Conversation
You added a parameter but I can't see where you are using it. |
Ah now I see. Lgtm. The only issue is I'm on vacation so I can only merge it Monday |
And you still need to give the default parameter a value. |
Ok the error now is only related to github Api limits |
Actually this might need to be an array rather than a string looking at the screenshot here http://fsharp.github.io/FAKE/assemblyinfo.html |
That thing from the Screenshot is a different api
|
But Metadata needs to populate multiple values? eg |
Ah that's what you mean.
|
guess I could just do the below for now
|
I'd prefer to have it an array instead
|
Probably best you add that, I've spent the last couple of hours trying to get it to work and failed 😄 |
Will do
|
65338a7 - is this what you meant? |
Yup I tried with a seq and a string concat but couldn't get it to work! Nice work. Will pull the latest version tomorrow :) On Sunday, 8 March 2015, Steffen Forkmann [email protected] wrote:
|
Added metadata string property for AssemblyInfoReplacementParams