d - How to define a package's version in a DUB project -


I understand that the version requirements for the imported package in the D / DUB project using the list of dependencies in the dub.json file How to specify.

But: How can I define a package version in the first place?

It is automatically managed if you publish your Github repo in the DUB registry, This will get all your version tags from it. See:


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

asp.net mvc - How to attach sql database to a javascript graph -

c# - How to know the number of Threads created and limit the Tasks accordingly -