In #103 the default <PropertyGroup> tag where we look for the version was changed, which breaks the functionality for everyone who used this before. Since the PR does not seem to contain any discussing about it, I believe this to be a mistake.
The PR did hint at adding a CLI option to be able to control it, but that was not added.
I am currently changing the default back to being <Version> and also adding the CLI option.
In #103 the default
<PropertyGroup>tag where we look for the version was changed, which breaks the functionality for everyone who used this before. Since the PR does not seem to contain any discussing about it, I believe this to be a mistake.The PR did hint at adding a CLI option to be able to control it, but that was not added.
I am currently changing the default back to being
<Version>and also adding the CLI option.