Closed code-for-coffee closed 8 years ago
@code-for-coffee heya! thanks for this PR.
Question - why is this important? (just curious)....
@PureKrome - Microsoft requires any DLLs included in your application to have the "Company" name filled out in the assembly when having the application certified. I thought to submit this PR because it'd help anyone who uses this library from Nuget.
@freeranger buddy - I agree with the PR in principle - I don't really agree with the value of the AssemblyCompany
.
Any thoughts what should be put in here, instead?
[assembly: AssemblyCompany("Open Source Software")]
?
i really don't have a quick answer on this :frowning:
@PureKrome I think "Open Source Software" works just fine. I only attributed your name and Yahoo's because I wasn't sure what else to put. :)
You could put "(none)"? The PureRanger Partnership? :) I don't have any strong views either way tbh....
@code-for-coffee can u change it to The PureRanger Partnership
please?
@PureKrome done. Thanks for taking the time to address this.
Microsoft Certification requires all referenced DLLs to have a provided "Company" name. Added one to pass this check.