-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update AssemblyInfo.cs #1985
Update AssemblyInfo.cs #1985
Conversation
Added assembly Company Info: [assembly: AssemblyCompany("MahApps Metro")]
@@ -18,5 +18,5 @@ | |||
[assembly: AssemblyTitleAttribute("MahApps.Metro")] | |||
[assembly: AssemblyDescriptionAttribute("Toolkit for creating Metro styled WPF apps")] | |||
[assembly: AssemblyProductAttribute("MahApps.Metro 1.1.3-ALPHA")] | |||
|
|||
[assembly: AssemblyCompany("MahApps Metro")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@punker76 I think this could be simplified to MahApps
or even MahApps Team
- let me know what your thoughts are on this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me!MahApps Team sounds good.
/Andreas
On Tue, Jun 16, 2015 at 6:28 AM -0700, "Brendan Forster" notifications@github.com wrote:
In MahApps.Metro/Properties/AssemblyInfo.cs:
@@ -18,5 +18,5 @@
[assembly: AssemblyTitleAttribute("MahApps.Metro")]
[assembly: AssemblyDescriptionAttribute("Toolkit for creating Metro styled WPF apps")][assembly: AssemblyProductAttribute("MahApps.Metro 1.1.3-ALPHA")]
+[assembly: AssemblyCompany("MahApps Metro")]
@punker76 I think this could be simplified to MahApps or even MahApps Team - let me know what your thoughts are on this.
—
Reply to this email directly or view it on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shiftkey MahApps
sounds good, cause https://github.com/MahApps
/cc @DaCheeseMan
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think just MahApps
sounds good!
maybe add this too?: |
@Jyrka98 why? |
@punker76 why not? :P |
@shiftkey yepp, I share your opinion, so @DaCheeseMan can you update this PR? thx |
Done? i updated the Company name to only "MahApps". |
@DaCheeseMan yepp, thx |
Added assembly Company Info:
[assembly: AssemblyCompany("MahApps Metro")]