-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathCase.nuspec
More file actions
18 lines (18 loc) · 735 Bytes
/
Case.nuspec
File metadata and controls
18 lines (18 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Case</id>
<title>Case (Javascript)</title>
<version>$version$</version>
<authors>Nathan Bubna</authors>
<owners>nbubna</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>2020</copyright>
<projectUrl>https://github.com/nbubna/Case</projectUrl>
<description>An extensible utility to convert, identify, and flip string case.</description>
<tags>case string typescript javascript snake constant header kebab flip sentence title camel pascal upper lower capital</tags>
</metadata>
<files>
<file src="dist/*.js" target="dist" />
</files>
</package>