forked from smith-chem-wisc/FlashLFQ
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFlashLFQ.nuspec
23 lines (23 loc) · 888 Bytes
/
FlashLFQ.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package >
<metadata>
<id>FlashLFQ</id>
<version>0.1.0</version>
<description>Ultrafast Label-free Protein/Peptide Quantification</description>
<copyright>Copyright 2017</copyright>
<title>FlashLFQ</title>
<authors>Robert M.</authors>
<owners>Robert M.</owners>
<licenseUrl>http://www.gnu.org/licenses/lgpl-3.0.txt</licenseUrl>
<projectUrl>https://github.com/smith-chem-wisc/FlashLFQ</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>Mass Spectrometry Proteomics Quantification</tags>
<dependencies>
<dependency id="mzLib" version="1.0.246"/>
</dependencies>
</metadata>
<files>
<file src="FlashLFQ\bin\Release\netstandard2.0\FlashLFQ.dll" target="lib\netstandard2.0" />
<file src="FlashLFQ\bin\Release\net461\FlashLFQ.dll" target="lib\net461" />
</files>
</package>