-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFixedWidth.nuspec
More file actions
22 lines (22 loc) · 931 Bytes
/
FixedWidth.nuspec
File metadata and controls
22 lines (22 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package>
<metadata>
<id>OrangeTentacle.FixedWidth</id>
<version>$version$</version>
<title>Fixed Width Record Tools</title>
<authors>Orange Tentacle, Kian Ryan</authors>
<owners>Kian Ryan</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/OrangeT/FixedWidth</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>FixedWidthParser.Parse parses a fixed width record and populates properties on a
target object decorated with the FixedWidthColumnAttribute. Attempts are made to
convert to target types.</description>
<releaseNotes></releaseNotes>
<copyright>Copyright © Orange Tentacle.</copyright>
<tags>fixedwidth records finance bacs</tags>
</metadata>
<files>
<file src="FixedWidth\bin\$configuration$\FixedWidth.dll" target="lib\net35\" />
</files>
</package>