From baf181798fade26606d5e294caadce2902268086 Mon Sep 17 00:00:00 2001 From: Tewr Date: Sun, 14 Jun 2020 21:33:54 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6290c5..635ba70 100644 --- a/README.md +++ b/README.md @@ -117,9 +117,9 @@ The code for views looks the same for both [client](src/Demo/Blazor.FileReader.W ### Version notes Version 1.6.0.20166 Fixes a [a memory allocation bug](https://github.com/Tewr/BlazorFileReader/issues/124) (before this fix, the browser would allocate the whole file in ram). -Also, introduces a new collection property on File for non-standard properties +Also, introduces a new collection property on File for non-standard properties (thanks to [@DouglasDwyer](https://github.com/DouglasDwyer/) for idea and implementation) -
Version 1.5.0.20109 Fixes a [a minor bug](https://github.com/Tewr/BlazorFileReader/issues/124) in drag and drop (before this fix, could not drop on child elements)
+
Version 1.5.0.20109 Fixes a [a minor bug](https://github.com/Tewr/BlazorFileReader/issues/124) in drag and drop (before this fix, could not drop on child elements)
Version 1.5.0.20093 reverts a dependency to latest stable version of Microsoft.AspNetCore.Components (5.0.0-preview.1.20124.5 -> 3.1.3)