Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbevain <jbevain@gmail.com>2010-04-19 16:22:07 +0400
committerjbevain <jbevain@gmail.com>2010-04-19 16:22:07 +0400
commitc3df2968de2d0fcbf8fdda2c4ca4da62c692b051 (patch)
tree19c74cabd4999cd837e201804d368b9edc1ec29e /Test/Mono.Cecil.Tests/AssemblyInfo.cs
parent8e50e2477319d3ed0fc20c320328890511d3d7e6 (diff)
bump version to 0.9.10.9.1
Diffstat (limited to 'Test/Mono.Cecil.Tests/AssemblyInfo.cs')
-rw-r--r--Test/Mono.Cecil.Tests/AssemblyInfo.cs26
1 files changed, 2 insertions, 24 deletions
diff --git a/Test/Mono.Cecil.Tests/AssemblyInfo.cs b/Test/Mono.Cecil.Tests/AssemblyInfo.cs
index 40f10b1..07d2e0b 100644
--- a/Test/Mono.Cecil.Tests/AssemblyInfo.cs
+++ b/Test/Mono.Cecil.Tests/AssemblyInfo.cs
@@ -2,35 +2,13 @@ using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
[assembly: AssemblyTitle ("Mono.Cecil.Tests")]
-[assembly: AssemblyDescription ("")]
-[assembly: AssemblyConfiguration ("")]
-[assembly: AssemblyCompany ("")]
-[assembly: AssemblyProduct ("Mono.Cecil.Tests")]
-[assembly: AssemblyCopyright ("Copyright © 2008")]
-[assembly: AssemblyTrademark ("")]
-[assembly: AssemblyCulture ("")]
+[assembly: AssemblyProduct ("Mono.Cecil")]
+[assembly: AssemblyCopyright ("Copyright © 2008 - 2010 Jb Evain")]
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible (false)]
-// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid ("da96c202-696a-457e-89af-5fa74e6bda0d")]
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("1.0.0.0")]
[assembly: AssemblyFileVersion ("1.0.0.0")]