I'm validation my module-package against EVS, but I get following warnings:
Message: A file (\bin\dotnetopenauth.oauth2.clientauthorization.dll) was found in the extension that was not included in manifest.
Rule: PackageVerification.Rules.TwoWayFileChecker
This for all the DLL's I've added to the bin folder in my package.
Beneath my .dnn declaration:
<component type="Assembly">
<assembly>
<path>bin</path> <name>DotNetOpenAuth.OAuth2.ClientAuthorization.dll</name>
</assembly>
</component>