Dnn.Platform
Dnn.Platform copied to clipboard
[Enhancement]: Sync version number of system packages
Is there an existing issue for this?
- [x] I have searched the existing issues
Description of problem
It would be nice if packages for e.g. skin objects showed the current version number instead of being stuck at 9.3.2.
Description of solution
On upgrades, run UPDATE Packages SET Version = @currentVersion WHERE IsSystemPackage = 1
Description of alternatives considered
Create real packages with manifests for these extensions
Anything else?
No response
Do you be plan to contribute code for this enhancement?
- [ ] Yes
Would you be interested in sponsoring this enhancement?
- [ ] Yes
Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Yes, but I think "some" system packages are libraries where we don't want to use the current DNN version. We did in the past fix all those with a manifest, so what is left is probably without a manifest. And currently most SkinObjects are not even IsSystemPackage = 1