-
Notifications
You must be signed in to change notification settings - Fork 3
/
Nortal.Utilities.Csv.nuspec
26 lines (26 loc) · 1.11 KB
/
Nortal.Utilities.Csv.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>Nortal.Utilities.Csv</id>
<version>0.9.2</version>
<title>Nortal.Utilities.Csv</title>
<authors>Imre Pühvel</authors>
<owners>Imre Pühvel, AS Nortal</owners>
<iconUrl>http://www.nortal.com/_gfx/logo-32x32.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.txt</licenseUrl>
<description>
Library to read and write CSV format according to RFC4180. Can be used in strongly named projects.
</description>
<projectUrl>https://github.com/Nortal/Utilities.Csv</projectUrl>
<releaseNotes></releaseNotes>
<copyright>Copyright 2013 Imre Pühvel, AS Nortal. Licenced under Apache License 2.0.</copyright>
<tags>Nortal csv</tags>
</metadata>
<files>
<file src="..\..\..\LICENSE.txt" target="content\"/>
<file src="..\..\bin\Release\Nortal.Utilities.Csv.dll" target="lib\net35\"/>
<file src="..\..\bin\Release\Nortal.Utilities.Csv.xml" target="lib\net35\"/>
<file src="..\..\bin\Release\Nortal.Utilities.Csv.pdb" target="lib\net35\"/>
</files>
</package>