Missing exclude of next WCF major release

  • My plugin upload was automatically rejected with the reason "Missing exclude of next WCF major release". As I understand, the next major release is "3.1.0 Alpha 1", which I have in my excluded packages section. Can someone point me in the direction of what I'm doing wrong?

    XML
    <requiredpackages>
        <requiredpackage minversion="2.1.11">com.woltlab.wcf</requiredpackage>
        <requiredpackage minversion="4.1.1">com.woltlab.wbb</requiredpackage>
    </requiredpackages>
    <excludedpackages>
        <excludedpackage version="3.1.0 Alpha 1">com.woltlab.wcf</excludedpackage>
    </excludedpackages>
  • If you're building a plugin for WCF 2.1, you'll need to exclude 3.0.0 Alpha 1.

    Code
    <excludedpackages>
            <excludedpackage version="3.0.0 Alpha 1">com.woltlab.wcf</excludedpackage>
        </excludedpackages>
    • Offizieller Beitrag

    It's a plugin that's compatible across both; just a simple BBCode plugin.

    That's not possible due to technical limitations in our Plugin-Store, the update servers for WCF 2.1 and WSC 3.0 are split and cannot share packages.

    Alexander Ebert
    Senior Developer WoltLab® GmbH

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!