adamhathcock / sharpcompress

SharpCompress is a fully managed C# library to deal with many compression types and formats.
MIT License
2.24k stars 480 forks source link

confused nuget references #2

Closed sawilde closed 10 years ago

sawilde commented 10 years ago

I am developing a 'portable' nuget package that references the sharpcompress library however I am having issues when I use my package on .NET40.

My assembly is referencing the sharpcompress.portable assembly but in a .NET40 project the sharpcompress.dll is loaded instead causing a missing reference exception. Manually changing the reference works but is definitely confusing.

Would it be possible to have all your assemblies be called SharpCompress.dll when they are packaged into the nuget package?

adamhathcock commented 10 years ago

No problem. I'll release again after I can merge the pull request. Thanks!

sawilde commented 10 years ago

Okay I'll update my nuget package to reference your new one once this is done. Can't wait.

adamhathcock commented 10 years ago

Cool. Just let me know when.

sawilde commented 10 years ago

After you've published your nuget package so I can reference the version number.


From: Adam Hathcockmailto:notifications@github.com Sent: ‎13/‎08/‎2013 8:25 PM To: adamhathcock/sharpcompressmailto:sharpcompress@noreply.github.com Cc: Shaun Wildemailto:shaun_wilde@hotmail.com Subject: Re: [sharpcompress] confused nuget references (#2)

Cool. Just let me know when.


Reply to this email directly or view it on GitHub: https://github.com/adamhathcock/sharpcompress/issues/2#issuecomment-22555576

adamhathcock commented 10 years ago

Released 0.10.1.1...hopefully this behaves better for you.