-
Notifications
You must be signed in to change notification settings - Fork 13
/
dokas.FluentStrings.nuspec
26 lines (26 loc) · 1.48 KB
/
dokas.FluentStrings.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" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>dokas.FluentStrings</id>
<version>0.0.0</version>
<title>Fluent Strings</title>
<authors>Marsel Sayfullin</authors>
<owners>Marsel Sayfullin</owners>
<licenseUrl>https://github.com/MSayfullin/FluentStrings/blob/master/LICENSE</licenseUrl>
<projectUrl>http://msayfullin.github.io/FluentStrings/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Powerful set of utilities for any kind of string transformations with fluent interface</description>
<copyright>Copyright © 2013 - Marsel Sayfullin</copyright>
<language>en</language>
<tags>doka fluent string strings</tags>
</metadata>
<files>
<file src="FluentStrings\**\*.cs" target="src" />
<file src="bin\net35-client\dokas.FluentStrings.dll" target="lib\net35-client" />
<file src="bin\net35-client\dokas.FluentStrings.pdb" target="lib\net35-client" />
<file src="bin\net35-client\dokas.FluentStrings.xml" target="lib\net35-client" />
<file src="bin\portable\dokas.FluentStrings.dll" target="lib\portable-net4+sl4+wp7+win8" />
<file src="bin\portable\dokas.FluentStrings.pdb" target="lib\portable-net4+sl4+wp7+win8" />
<file src="bin\portable\dokas.FluentStrings.xml" target="lib\portable-net4+sl4+wp7+win8" />
</files>
</package>