I don't tend to make use of packages very much so I can't offer an answer to your specific question.
However, I tend to use NuGet for most of the packages I use - there isn't always a NuGet version of a package but it's often the best way to manage plugins. It gives you the ability to just run update-package PACKAGENAME and you're away. Might be worth checking to see if your packages have a NuGet version available.
Packge update feature
I am creating a package and can see install/uninstall feature in umbraco. But I cannot see any support of updating a package in umbraco.
What if my package has new updates, How I am going to update my package without reinstalling.?
And If there is any support, is there any action available for update trigger?
Hi Iman,
I don't tend to make use of packages very much so I can't offer an answer to your specific question.
However, I tend to use NuGet for most of the packages I use - there isn't always a NuGet version of a package but it's often the best way to manage plugins. It gives you the ability to just run
update-package PACKAGENAME
and you're away. Might be worth checking to see if your packages have a NuGet version available.is working on a reply...