Browse Source

Update AssemblyInfo for ICSharpCode.NRefactory.CSharp

newNRvisualizers
Daniel Grunwald 14 years ago
parent
commit
0c03236b95
  1. 8
      ICSharpCode.NRefactory.CSharp/Properties/AssemblyInfo.cs

8
ICSharpCode.NRefactory.CSharp/Properties/AssemblyInfo.cs

@ -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")]

Loading…
Cancel
Save