From 91481f65a11f84bd0e38228e1a4d066f1dceef34 Mon Sep 17 00:00:00 2001 From: Alexander Selishchev Date: Fri, 16 Jul 2021 13:13:56 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index df96282..e87dd64 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,10 @@ This package is inspired by [Simon Mourier SO post](https://stackoverflow.com/a/ #### Changelog +* 2021.7.1 + * Better error messages #PR54 (thanks [@wdcossey](https://github.com/wdcossey)) + * More asyncs #PR53 (thanks [@wdcossey](https://github.com/wdcossey)) + * Strong name for assembly #59 (thanks [@garryxiao](https://github.com/garryxiao)) * 2021.3.1 * fixed NET5 publish as single file (thanks [@jddj007-hydra](https://github.com/jddj007-hydra)) * AnonymousTypeWrapper array handling fix