|
|
|
@ -12,9 +12,9 @@ using System.Runtime.InteropServices;
@@ -12,9 +12,9 @@ using System.Runtime.InteropServices;
|
|
|
|
|
[assembly: AssemblyTitle("ICSharpCode.NRefactory.CSharp")] |
|
|
|
|
[assembly: AssemblyDescription("")] |
|
|
|
|
[assembly: AssemblyConfiguration("")] |
|
|
|
|
[assembly: AssemblyCompany("")] |
|
|
|
|
[assembly: AssemblyProduct("ICSharpCode.NRefactory.CSharp")] |
|
|
|
|
[assembly: AssemblyCopyright("Copyright 2011")] |
|
|
|
|
[assembly: AssemblyCompany("ICSharpCode")] |
|
|
|
|
[assembly: AssemblyProduct("SharpDevelop/MonoDevelop")] |
|
|
|
|
[assembly: AssemblyCopyright("Copyright 2010-2011 AlphaSierraPapa")] |
|
|
|
|
[assembly: AssemblyTrademark("")] |
|
|
|
|
[assembly: AssemblyCulture("")] |
|
|
|
|
|
|
|
|
@ -28,4 +28,4 @@ using System.Runtime.InteropServices;
@@ -28,4 +28,4 @@ using System.Runtime.InteropServices;
|
|
|
|
|
//
|
|
|
|
|
// You can specify all the values or you can use the default the Revision and
|
|
|
|
|
// Build Numbers by using the '*' as shown below:
|
|
|
|
|
[assembly: AssemblyVersion("1.0.*")] |
|
|
|
|
[assembly: AssemblyVersion("5.0.0.1")] |
|
|
|
|