yavsc/build/approot/packages/Ix-Async/1.2.5/Ix-Async.nuspec

23 lines
1.2 KiB
Plaintext

8 years ago
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Ix-Async</id>
<version>1.2.5</version>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<licenseUrl>http://go.microsoft.com/fwlink/?LinkID=261272</licenseUrl>
<projectUrl>http://go.microsoft.com/fwlink/?LinkId=261273</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkId=261274</iconUrl>
<description>Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.</description>
<copyright>Copyright (C) Microsoft Corporation</copyright>
<language>en-US</language>
<tags>Ix Interactive Extensions Enumerable Asynchronous</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.0" />
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.5" />
<frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.0" />
<frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.5" />
</frameworkAssemblies>
</metadata>
</package>