This repository has been archived by the owner on Sep 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Optimizely.Labs.MarketingAutomationIntegration.ODP.nuspec
30 lines (30 loc) · 2.09 KB
/
Optimizely.Labs.MarketingAutomationIntegration.ODP.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Optimizely.Labs.MarketingAutomationIntegration.ODP</id>
<version>0.0.8</version>
<title>Optimizely.Labs.MarketingAutomationIntegration.ODP</title>
<authors>EPiServer Labs,Joshua Folkerts</authors>
<owners>EPiServer Labs</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://www.optimizely.com/legal/end-user-licence-agreement/</licenseUrl>
<icon>images\icon.png</icon>
<projectUrl>https://github.com/optimizely/marketingautomationintegration-odp</projectUrl>
<description>ODP integration for Optimizely Forms that retrieves its settings from AppSettings config</description>
<summary>ODP integration for Optimizely Forms that retrieves its settings from AppSettings config</summary>
<releaseNotes>Adding support for optimizely odp forms integration to retrieve its settings from AppSettings.config. Added in config transform for app settings</releaseNotes>
<language></language>
<tags>Forms, ODP</tags>
<dependencies>
<dependency id="EPiServer.ConnectForMarketingAutomation" version="5.6.3" />
<dependency id="EPiServer.CMS.Core" version="[11.1.0,12.0)" />
</dependencies>
</metadata>
<files>
<file src="web.config.transform" target="content\web.config.transform" />
<file src="Optimizely.Labs.MarketingAutomationIntegration.ODP\lang\Optimizely.Labs.MarketingAutomationIntegration.ODP.Forms_EN.xml" target="content\lang\Optimizely.Labs.MarketingAutomationIntegration.ODP.Forms_EN.xml" />
<file src="Optimizely.Labs.MarketingAutomationIntegration.ODP\Views\Shared\ElementBlocks\ODPListConsentFormBlock.cshtml" target="content\Views\Shared\ElementBlocks\ODPListConsentFormBlock.cshtml" />
<file src="images\icon.png" target="images\icon.png" />
<file src="Optimizely.Labs.MarketingAutomationIntegration.ODP\bin\Release\Optimizely.Labs.MarketingAutomationIntegration.ODP.dll" target="lib\net47\Optimizely.Labs.MarketingAutomationIntegration.ODP.dll" />
</files>
</package>