-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathTDMSReader.nuspec
More file actions
19 lines (19 loc) · 886 Bytes
/
TDMSReader.nuspec
File metadata and controls
19 lines (19 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>TDMSReader</id>
<version>0.0.0.0</version>
<title>TDMS Reader</title>
<authors>Mike O'Brien</authors>
<description>National Instruments TDMS File Reader for .NET and Mono.</description>
<releaseNotes />
<copyright />
<language>en-US</language>
<licenseUrl>https://github.com/mikeobrien/TDMSReader/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/mikeobrien/TDMSReader</projectUrl>
<owners>Mike O'Brien</owners>
<summary>National Instruments TDMS File Reader for .NET and Mono.</summary>
<iconUrl>https://github.com/mikeobrien/TDMSReader/raw/master/misc/logo.png</iconUrl>
<tags>tdms national instruments</tags>
</metadata>
</package>