mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-27 23:54:02 +08:00
14 lines
536 B
Plaintext
14 lines
536 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||
|
<metadata>
|
||
|
<id>NAudio</id>
|
||
|
<version>1.7.1</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>
|
||
|
<tags>C# .NET audio sound</tags>
|
||
|
</metadata>
|
||
|
</package>
|