-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEscapePrevention.nuspec
More file actions
23 lines (21 loc) · 972 Bytes
/
EscapePrevention.nuspec
File metadata and controls
23 lines (21 loc) · 972 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<!-- Required elements-->
<id>EscapePrevention</id>
<version>0.2.1</version>
<description>This library is to strip out any characters that would have to be escaped later:</description>
<authors>Mark Greenway</authors>
<!-- Optional elements -->
<title>Escape Prevention</title>
<licenseUrl>https://github.com/MarkKGreenway/EscapePrevention/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/MarkKGreenway/EscapePrevention/</projectUrl>
<iconUrl>http://i.imgur.com/2VWymEV.png</iconUrl>
<owners>Mark Greenway</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes></releaseNotes>
<copyright></copyright>
<tags>URL xml escaped escapeprevention</tags>
</metadata>
<!-- Optional 'files' node -->
</package>