Skip to content

Commit

Permalink
Fix typos in version info in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tewr authored Oct 13, 2021
1 parent 6c2f0ef commit 3440775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ The code for views looks the same for both [client](src/Demo/Blazor.FileReader.W
## Version notes

Version <code>3.1.0.21158</code> Adds two new methods (.NET5 only):
[JsObjectReference](src/Blazor.FileReader/Blazor.FileReader.md#M-Tewr-Blazor-FileReader-IFileReference-GetJSObjectReferenceAsync) for files, and [CreateObjectUrl](src/Blazor.FileReader/Blazor.FileReader.md#getobjecturlasync-method) for files (built on JsObjectReference).
Adds a new overload for [IFileReaderRef.RegisterDropEventsAsync](src/Blazor.FileReader/Blazor.FileReader.md#M-Tewr-Blazor-FileReader-IFileReaderRef-RegisterDropEventsAsync-Tewr-Blazor-FileReader-DropEvents-DropEventsOptions-) that provides extensibility points for custom scripts.
[JsObjectReference](src/Blazor.FileReader/Tewr.Blazor.FileReader.md#M-Tewr-Blazor-FileReader-IFileReference-GetJSObjectReferenceAsync) for files, and [CreateObjectUrl](src/Blazor.FileReader/Tewr.Blazor.FileReader.md#getobjecturlasync-method) for files (built on JsObjectReference).
Adds a new overload for [IFileReaderRef.RegisterDropEventsAsync](src/Blazor.FileReader/Tewr.Blazor.FileReader.md#M-Tewr-Blazor-FileReader-IFileReaderRef-RegisterDropEventsAsync-Tewr-Blazor-FileReader-DropEvents-DropEventsOptions-) that provides extensibility points for custom scripts.

Version <code>3.0.0.20340</code> Add support for .NET5 and fixes a small issue with Platform detection.

Expand Down

0 comments on commit 3440775

Please sign in to comment.