-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCodery.TextCount.nuspec
26 lines (26 loc) · 1.11 KB
/
Codery.TextCount.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
<?xml version="1.0"?>
<package>
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/tomvanenckevort/Codery.TextCount</projectUrl>
<iconUrl>https://raw.githubusercontent.com/tomvanenckevort/Codery.TextCount/master/TextCount.jpg</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>Fixed issue with repeatable textstring property editor.</releaseNotes>
<copyright>Copyright 2021</copyright>
<tags>umbraco editor</tags>
<dependencies>
<dependency id="UmbracoCms.Core" version="[8.1.0,9.0.0)" />
<dependency id="UmbracoCms.Web" version="[8.1.0,9.0.0)" />
<dependency id="Codery.DataTypePicker" version="[2.1.0,3.0.0)" />
</dependencies>
</metadata>
<files>
<file src="App_Plugins\*" target="content" />
</files>
</package>