blob: 5c82ef2dce3e167f374655be296e208c8e891636 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>NAudio</id>
<version>1.7.3</version>
<authors>Mark Heath</authors>
<owners>Mark Heath</owners>
<licenseUrl>http://naudio.codeplex.com/license</licenseUrl>
<projectUrl>http://naudio.codeplex.com/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>NAudio, an audio library for .NET</description>
<summary />
<tags>C# .NET audio sound</tags>
</metadata>
</package>
|