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

If I have a paket.template of type file, can/does paket still infer the version of any dependent packages? #1183

Closed
kurtschelfthout opened this issue Oct 31, 2015 · 4 comments

Comments

@kurtschelfthout
Copy link
Contributor

I used to have a @Dependencies tag in my nuspec template, and then the FAKE build script filled in the right dependency versions based on the installed packages. Paket Pack only seems to have CURRENTVERSION, but I need something like DEPENDENCYVERSION or some such.

Does this exist? Sorry if I completely overlooked it.

Thanks.

@forki
Copy link
Member

forki commented Nov 1, 2015

So you need something like LOCKFILEVERSION?
On Oct 31, 2015 22:35, "Kurt Schelfthout" [email protected] wrote:

I used to have a @Dependencies https://github.com/dependencies tag in
my nuspec template, and then the FAKE build script filled in the right
dependency versions based on the installed packages. Paket Pack only seems
to have CURRENTVERSION, but I need something like DEPENDENCYVERSION or some
such.

Does this exist? Sorry if I completely overlooked it.

Thanks.


Reply to this email directly or view it on GitHub
#1183.

@forki forki closed this as completed in 23f46d5 Nov 1, 2015
forki added a commit that referenced this issue Nov 1, 2015
Adding LOCKEDVERSION placeholder to templatefile - closes #1183
@forki
Copy link
Member

forki commented Nov 1, 2015

#1184 should allow you to use LOCKEDVERSION as placeholder

@kurtschelfthout
Copy link
Contributor Author

Yes.

@kurtschelfthout
Copy link
Contributor Author

Brilliant, works great. Thanks!

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

No branches or pull requests

2 participants