Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

package.nuspec

Version InfoThis topic applies to Episerver.ConnectForMarketingAutomation 4.0.0 and lower. For later versions, see Sample Connector - IMarketingConnector

<?xml version="1.0"?>
<package >
  <metadata>
    <id>DemoConnector</id>
    <title>EPiServer DemoConnector for Marketing Automation</title>
    <version>1.0.0.0000</version>
    <authors>EPiServer</authors>
    <owners>EPiServer</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Integrate EPiServer site with DemoProvider</description>
    <releaseNotes>
      Updated to support CMS 9
    </releaseNotes>
    <copyright>Copyright 2015</copyright>
    <tags>EPiServerModulePackage EPiServerAddon EPiServer MarketingAutomationIntegration MAI Connect Marketing Automation ConnectForMarketingAutomation DemoConnector</tags>
    <dependencies>
      <dependency id="EPiServer.ConnectForMarketingAutomation" version="[2.1.0.9000, 3)"  />
      <dependency id="EPiServer.CMS.Core" version="[9.0.3,10)" />
      <dependency id="EPiServer.Logging.Log4Net" version="[2,3)" />
    </dependencies>
  </metadata>
</package>

Last updated: Dec 14, 2015