Changelog History
Page 1
-
v0.11.3 Changes
September 15, 2020๐ Cecil
0.11.3
is a minor fix release.Companies using Cecil are now encouraged to sponsor Cecil's development.
๐ This release closes the following issues:
Contributors:
Thanks to them!
-
v0.11.2 Changes
February 19, 2020๐ Cecil
0.11.2
is a minor fix release.Companies using Cecil are now encouraged to sponsor Cecil's development.
๐ This release closes the following issues:
Contributors:
-
v0.11.1 Changes
November 04, 2019๐ Cecil
0.11.1
is a minor fix release.Cecil
0.11.1
replaces the code used inMono.Cecil.Pdb
from https://github.com/microsoft/cci under theMS/PL
to its version under theMIT/X11
. The entire Cecil code-base is nowMIT/X11
licensed.๐ท Cecilโs CI is now running on GitHub Actions.
Companies using Cecil are now encouraged to sponsor Cecil's development.
๐ This release closes the following issues:
Contributors:
-
v0.11 Changes
August 30, 2019Cecil 0.11 now ships for
.NET 4.0
and.NET Standard 2.0
.๐ โ ๏ธ There's one breaking API change between 0.10 and 0.11 that is easy to address. C# 8 uses custom attributes on the
GenericParamConstraint
metadata table. Cecil introduces 0.11 a new typeGenericParameterConstraint
to represent that relationship.If previously you had code that looked like:
foreach (var type in genericParameter.Constraints) { // ...}
You need to write:
foreach (var constraint in genericParameter.Constraints) { var type = constraint.ConstraintType; // ...}
๐ This releases closes:
Contributors:
-
v0.10.4
July 29, 2019 -
v0.10.3
January 31, 2019 -
v0.10.2
January 29, 2019 -
v0.10.1
September 21, 2018 -
v0.10
March 19, 2018 -
v0.10-beta7
November 03, 2017