Cool this came to me as list member. However to completely test the real case of a non-named (in the change) list member getting this:
Could one other person verify that they received the ORIGINAL mail in the list Thanks! Thanks Dan! Drew -----Original Message----- From: Daniel Kulp (JIRA) [mailto:[email protected]] Sent: Monday, April 13, 2009 10:06 AM To: [email protected] Subject: [jira] Assigned: (STONEHENGE-17) Microsoft Copyrite shows in propoerties for DLLs [ https://issues.apache.org/jira/browse/STONEHENGE-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp reassigned STONEHENGE-17: ------------------------------------- Assignee: Andrew (Drew) Assigning to Drew mostly to test to see if the update will make it to the dev list. > Microsoft Copyrite shows in propoerties for DLLs > ------------------------------------------------ > > Key: STONEHENGE-17 > URL: https://issues.apache.org/jira/browse/STONEHENGE-17 > Project: Stonehenge > Issue Type: Task > Environment: dotnet > Reporter: Andrew (Drew) > Assignee: Andrew (Drew) > Priority: Minor > Original Estimate: 4h > Remaining Estimate: 4h > > Each CS project that produces an assembly (aka DLL) has a file called > AssemblyInfo.cs. This will show under the properties tag in the solution > explorer. This file does versioning and also stamps a copyright into the > assembly's file properties so when you right click on a DLL it will show in > the File Info properties. > The business end of this code is below: > [assembly: AssemblyTitle("Trade.BusinessServiceDataContract")] > [assembly: AssemblyDescription("")] > [assembly: AssemblyConfiguration("")] > [assembly: AssemblyCompany("Microsoft")] > [assembly: AssemblyProduct(".NET StockTrader")] > [assembly: AssemblyCopyright("Copyright ? Microsoft 2008")] > [assembly: AssemblyTrademark("")] > [assembly: AssemblyCulture("")] -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
