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

Active Directory Authenticated Proxy Server with Squid or CNTLM -

java - @PluginTarget(Node.class) not registering as neo4j plugin -

python - Calculate STD manually using Groupby Pandas DataFrame -