Skip to content

Latest commit

 

History

History
68 lines (36 loc) · 2.49 KB

CHANGELOG.md

File metadata and controls

68 lines (36 loc) · 2.49 KB

Changelog

All notable changes to Cecil.XmlDocNames will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased changes

New features

Changes to existing features

Bugs fixed in this release

Known problems introduced by this release

1.3.0 (2022-04-01)

Changes to existing features

  • POTENTIALLY BREAKING CHANGE: Support for .NET 4.6 has been dropped. This is now a .NET Standard 2.0 library only.

1.2.2 (2021-09-13)

Bugs fixed in this release

  • The XML documentation file was not present in the NuGet package for v1.2.1.

1.2.1 (2021-09-11)

Changes to existing features

  • The Mono.Cecil library has been updated to version 0.11.4.

1.2.0 (2020-10-06)

New features

  • #12 - This library now supports .NET Framework v4.6 and newer.

Changes to existing features

  • The Mono.Cecil library has been updated to version 0.11.3.

1.1.1 (2020-02-27)

New features

  • DOCUMENTATION: The project now has a changelog.
  • DOCUMENTATION: Most badges in README.md are now links to relevant URLs.

1.1.0 (2020-02-26)

New features

Changes to existing features

  • Ownership of the project changed from @rdeago to @Tenacom.
  • BUILD: The external annotations file for ReSharper is now automatically generated using ReSharper.ExportAnnotations.

1.0.0 (2019-06-30) [deprecated]

Initial release, deprecated because of ownership change.

If you were using this release, you can safely update to v1.1.0.