Skip to content

Commit 46f5946

Browse files
authored
Create package.xml
1 parent 877168a commit 46f5946

File tree

1 file changed

+29
-0
lines changed
  • src/Umbraco.Cms.Integrations.Automation.Zapier

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<umbPackage>
3+
<info>
4+
<package>
5+
<name>Umbraco.Cms.Integrations.Automation.Zapier</name>
6+
<version>1.0.1</version>
7+
<iconUrl></iconUrl>
8+
<licence url="https://opensource.org/licenses/MIT">MIT</licence>
9+
<url>https://github.com/umbraco/Umbraco.Cms.Integrations</url>
10+
<requirements type="strict">
11+
<major>8</major>
12+
<minor>5</minor>
13+
<patch>4</patch>
14+
</requirements>
15+
</package>
16+
<author>
17+
<name>Umbraco HQ</name>
18+
<website>https://github.com/umbraco/Umbraco.Cms.Integrations</website>
19+
</author>
20+
<contributors>
21+
<contributor>Adrian Cojocariu</contributor>
22+
</contributors>
23+
<readme><![CDATA[An extension for Umbraco CMS providing a dashboard interface allowing users to map content types with Zap triggers webhooks.]]></readme>
24+
</info>
25+
<files>
26+
<folder path="App_Plugins/UmbracoCms.Integrations/Automation/Zapier" orgPath="App_Plugins/UmbracoCms.Integrations/Automation/Zapier" />
27+
<file path="bin/release/net472/Umbraco.Cms.Integrations.Automation.Zapier.dll" orgPath="bin/Umbraco.Cms.Integrations.Automation.Zapier.dll" />
28+
</files>
29+
</umbPackage>

0 commit comments

Comments
 (0)