I'm quite new to developing Umbraco packages, but there is one question that I can't find any answers to.
When I create package it has references to .dll files required. All of those references has their own dependencies which vary from version to version.
I've seen packages that are supported from 7 to 7.4 with one install. However Umbraco 7 to 7.4 have different dependencies.
How do I build package and reference dependencies so it safe and covers the majority of versions? And avoid conflicts when installing a package about dependency versions?
I am creating an error notifications package, but I doesn't work below 7.3.
Creating package for multiple Umbraco versions
Hi all,
I'm quite new to developing Umbraco packages, but there is one question that I can't find any answers to.
When I create package it has references to .dll files required. All of those references has their own dependencies which vary from version to version.
I've seen packages that are supported from 7 to 7.4 with one install. However Umbraco 7 to 7.4 have different dependencies.
How do I build package and reference dependencies so it safe and covers the majority of versions? And avoid conflicts when installing a package about dependency versions?
I am creating an error notifications package, but I doesn't work below 7.3.
https://github.com/konius/umbraco-starterkit/tree/dev/ErrorMonitor
Thanks,
Paulius
Hello,
You could just reference the 7.0 dll and if the code didn't change in 7.4 it shouldn't break.
Jeroen
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.