From a0fe3e66e695fdeed1285c6527cfca684892fd7f Mon Sep 17 00:00:00 2001 From: Vitaly Bibikov Date: Mon, 24 Feb 2020 22:41:05 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f1251b..35bb9e8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +- Updated to v3 Functions +- Updated to 5.0.0 Swashbuckle.AspNetCore nugets +- Merged PRs to fix issues related to RequestBodyType and Ignore attribute + + # azure-functions-extensions-swashbuckle Swagger tooling for API's built with Azure Functions. @@ -10,7 +15,7 @@ https://github.com/yuka1984/azure-functions-extensions-swashbuckle/tree/master/s # Update -Version 1.4.4 +Version 2.0.2 ### bug fix From 08d562c44aee0ee8490cb193fc4aad7c8e834915 Mon Sep 17 00:00:00 2001 From: Vitaly Bibikov Date: Mon, 24 Feb 2020 23:56:38 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 35bb9e8..21804a3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ - Updated to v3 Functions - Updated to 5.0.0 Swashbuckle.AspNetCore nugets - Merged PRs to fix issues related to RequestBodyType and Ignore attribute +- application/json is a default media type. # azure-functions-extensions-swashbuckle