Decimal Numbers

Gary Willoughby via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue Jul 8 03:20:08 PDT 2014


   On Monday, 7 July 2014 at 21:15:33 UTC, Paul D Anderson wrote:
> On Monday, 7 July 2014 at 03:26:54 UTC, Poyeyo wrote:
>> Can you add a dub.json and submit it to the dub registry?
>
> etcimon generated a dub.json file which I've merged into 
> github. Thanks.
>
> However, I am unable to register the package because it 
> requires a version number, which I don't know how to add. I've 
> used git tag and edited dub.selections.json, but neither seems 
> to be the answer. Can someone enlighten me?
>
> Paul

If you want to do this in github just click the releases tab on
your repo and create a new release with the tag and name
formatted as a SemVer[1] tag.

[1]: http://semver.org/


More information about the Digitalmars-d-announce mailing list