Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Paulius Putna 78 posts 136 karma points
    Mar 17, 2016 @ 20:14
    Paulius Putna
    1

    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

  • Jeroen Breuer 4861 posts 12138 karma points MVP 3x admin c-trib
    Mar 18, 2016 @ 11:42
    Jeroen Breuer
    0

    Hello,

    You could just reference the 7.0 dll and if the code didn't change in 7.4 it shouldn't break.

    Jeroen

  • 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.

Please Sign in or register to post replies