Closed bjarnef closed 3 years ago
Not sure if something like this is possible to specify a format of to filename?
umbpack pack .\package.xml -n {name}_{version}.zip
Thanks Bjarne and Kevin. This fix has been merged and pushed as part of v1.0.0.
It seems the specified name from package.xml isn't preserved when building the package. E.g.
Our.Umbraco.ColorPickr
seems to generateOur_Umbraco_ColorPickr_1.0.0.zip
and replacing.
with_
.while building NuGet package does keep the dot in the naming:
In v0.9.5 we can overide the name, but it would also require to add the version manually.