Using Nuget package explorer i'm creating nuget packages. There i'm directly adding the lib folder and adding the dll's.
can i add config, XML, lic, pdb directly to the package? or is there any way to add these files while creating package?
And there is one file with extension .AseClient. how can i add this file to the package?
we can nuspec for package the assemblies. If i use this process can i add the above mentioned files while creating the package?