-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPackage.nuspec
More file actions
20 lines (20 loc) · 873 Bytes
/
Package.nuspec
File metadata and controls
20 lines (20 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<package>
<metadata>
<id>a2wd.UmbracoForms.ConditionalWorkflows</id>
<version>1.0.1</version>
<authors>a2wd</authors>
<owners>a2wd</owners>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/a2wd/UmbracoForms.ConditionalWorkflows</projectUrl>
<iconUrl>http://umbraco.com/media/357769/100px_transparent.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>An extension to Umbraco Forms to allow for emails to be sent conditional upon values set in a form.</description>
<releaseNotes>Initial working build</releaseNotes>
<copyright>Copyright 2016 a2wd/3chillies</copyright>
<tags>umbraco forms workflow</tags>
<dependencies>
<dependency id="UmbracoForms" version="4.3.2" />
</dependencies>
</metadata>
</package>