danieleteti / delphimvcframework

DMVCFramework (for short) is a popular and powerful framework for WEB API in Delphi. Supports RESTful and JSON-RPC WEB APIs development.
Apache License 2.0
1.23k stars 354 forks source link

Integrate Boss support #615

Open arvanus opened 1 year ago

arvanus commented 1 year ago

Boss is an open source dependency manager inspired by npm for projects developed in Delphi and Lazarus.

It would make DMVC easier to install and to run a different versions of DMVC per each project

Basically it needs a boss.json file and semantic versioning to specify updates

More about the project can be read here: Boss Thanks

ricardosalvi commented 1 week ago

If I'm not wrong you just need create a tag only with semanthic version name like: v1.0.0 .

As it is today, the boss cannot assign a version number to the release. Look:

image