diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fc5676..a09282a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ These are the changes to each version that has been released on the [nuget](https://www.nuget.org/packages/Unchase.Swashbuckle.AspNetCore.Extensions/). +## v2.3.1 `(2020-03-25)` + +- [x] Fix bug with `System.MissingMethodException` + ## v2.3.0 `(2020-03-23)` - [x] Add feature: add configured options to `AddEnumsWithValuesFixFilters` diff --git a/src/Unchase.Swashbuckle.AspNetCore.Extensions/Extensions/EnumTypeExtensions.cs b/src/Unchase.Swashbuckle.AspNetCore.Extensions/Extensions/EnumTypeExtensions.cs index 4d13115..ab52a7c 100644 --- a/src/Unchase.Swashbuckle.AspNetCore.Extensions/Extensions/EnumTypeExtensions.cs +++ b/src/Unchase.Swashbuckle.AspNetCore.Extensions/Extensions/EnumTypeExtensions.cs @@ -50,12 +50,19 @@ private static string TryGetMemberComments(MemberInfo memberInfo, IEnumerable 7.3 https://github.com/unchase/Unchase.Swashbuckle.AspNetCore.Extensions/blob/master/assets/icon.png?raw=true - 2.3.0 - 2.3.0.0 - 2.3.0.0 + 2.3.1 + 2.3.1.0 + 2.3.1.0 false Unchase.Swashbuckle.AspNetCore.Extensions.xml