提交 7d431429 编写于 作者: E EisenbergEffect

Fixed up the assembly metadata.

上级 ecd78807
......@@ -2,18 +2,19 @@
using System.Runtime.InteropServices;
using System.Windows.Markup;
[assembly: AssemblyTitle("Caliburn.Micro")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyTitle("Caliburn Micro")]
[assembly: AssemblyDescription("A small, yet extremely powerful implementation of Caliburn.")]
[assembly: AssemblyProduct("Caliburn.Micro")]
[assembly: AssemblyCompany("Blue Spire Consulting, Inc.")]
[assembly: AssemblyCopyright("Copyright © 2010")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("6449e9cb-4d4d-4d79-8f73-71a2fc647109")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: XmlnsDefinition("http://www.caliburnproject.org", "Caliburn.Micro")]
[assembly: XmlnsPrefix("http://www.caliburnproject.org", "cal")]
\ No newline at end of file
[assembly: XmlnsPrefix("http://www.caliburnproject.org", "cal")]
#if !SILVERLIGHT
[assembly: CLSCompliant(true)]
#endif
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册