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

ChangeLog « Mono.Addins.CecilReflector - github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d31b22f469fb7db5fdf103c4515ba64185014939 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
2010-05-25  Lluis Sanchez Gual  <lluis@novell.com>

	* Mono.Addins.CecilReflector.csproj: Fix output directory for
	  the Release configuration.

2010-05-25  Lluis Sanchez Gual  <lluis@novell.com>

	* Mono.Addins.CecilReflector/Reflector.cs: When resolving
	  custom attribute properties and fields look it base classes.

2010-05-20  Lluis Sanchez Gual  <lluis@novell.com>

	* Mono.Addins.CecilReflector/Reflector.cs: Added methods for
	  getting resources from an assembly.

2010-03-30  Lluis Sanchez Gual  <lluis@novell.com>

	* Mono.Addins.CecilReflector.csproj: csc doesn't like iso-2.

2010-03-29  Lluis Sanchez Gual  <lluis@novell.com>

	* Mono.Addins.CecilReflector.csproj: Make sure the solution
	  builds on MS.NET 2.0.

2010-03-26  Lluis Sanchez Gual  <lluis@novell.com>

	* Mono.Addins.CecilReflector/Reflector.cs: Fix potential NRE.

2010-03-26  Lluis Sanchez Gual  <lluis@novell.com>

	* Mono.Addins.CecilReflector.csproj: Flush.

2010-03-26  Lluis Sanchez Gual  <lluis@novell.com>

	* Mono.Addins.CecilReflector/Reflector.cs: Implement
	  GetRawCustomAttributes.

2009-09-01  Lluis Sanchez Gual  <lluis@novell.com>

	* AssemblyInfo.cs: Bump Mono.Addins version.

2009-08-19  Lluis Sanchez Gual  <lluis@novell.com>

	* Mono.Addins.CecilReflector.csproj: Update target framework
	  to 2.0.

2009-05-28  Lluis Sanchez Gual  <lluis@novell.com>

	* Mono.Addins.CecilReflector.csproj: Properly sign assemblies.

2009/02/06  Lluis Sanchez Gual  <lluis@novell.com>

 * Mono.Addins.CecilReflector.csproj: Updated.

2008-11-10  Lluis Sanchez Gual  <lluis@novell.com>

	* Makefile.am: Fix building with parallel make jobs (-j8). Fixes bug
	#443206. Patch by Diego Pettenò.

2008-08-22  Lluis Sanchez Gual <lluis@novell.com> 

	* Mono.Addins.CecilReflector.csproj, Mono.Addins.CecilReflector.mdp:
	  Use msbuild file format for projects. Removed the old MD1 projects.

2008-07-30  Lluis Sanchez Gual <lluis@novell.com> 

	* Mono.Addins.CecilReflector/Reflector.cs: Properly convert attributes
	  when found an attribute which is a subclass of the required type.
	  Fixes a bug when requestion AddinAttribute, since
	  AddinRootAttribute should be returned too.

2008-06-11  Lluis Sanchez Gual <lluis@novell.com> 

	* Mono.Addins.CecilReflector/Reflector.cs: Fix retrieval of inherited
	  attributes. Fix code that get the list of base interfaces.

2008-02-15  Lluis Sanchez Gual <lluis@novell.com> 

	* Mono.Addins.CecilReflector/Reflector.cs: Fix bug in GetCustomAttribute.

2008-02-06  Lluis Sanchez Gual <lluis@novell.com> 

	* Makefile.am: Added makefile.