-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathSimplify.String.Sources.nuspec
More file actions
34 lines (32 loc) · 1.38 KB
/
Simplify.String.Sources.nuspec
File metadata and controls
34 lines (32 loc) · 1.38 KB
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
27
28
29
30
31
32
33
34
<?xml version="1.0" ?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Simplify.String.Sources</id>
<version>$version$</version>
<title>Simplify.String.Sources</title>
<authors>Alexander Krylkov</authors>
<projectUrl>https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.String</projectUrl>
<icon>images\icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>String operations/validation functions</description>
<summary>String operations/validation functions</summary>
<releaseNotes>See CHANGELOG.md for details</releaseNotes>
<copyright>Licensed under LGPL</copyright>
<license type="file">LICENSE.txt</license>
<language>en-US</language>
<tags>.NET</tags>
<dependencies>
<group targetFramework=".NET6.0" />
<group targetFramework=".NETStandard2.1" />
<group targetFramework=".NETStandard2.0" />
<group targetFramework=".NETFramework4.8" />
</dependencies>
</metadata>
<files>
<file src="StringHelper.cs" target="content/App_Packages/Simplify.String.Sources.$version$/StringHelper.cs" />
<file src="StringHelper.cs" target="contentFiles\cs\any\App_Packages\Simplify.String.Sources.$version$\StringHelper.cs" />
<file src="..\..\images\icon.png" target="images\" />
<file src="CHANGELOG.md" target="\" />
<file src="..\..\LICENSE.txt" target="\" />
</files>
</package>