Skip to content

Commit

Permalink
2022-24-12 Version 2
Browse files Browse the repository at this point in the history
* Bump dotnet version to 6.0 as 3.x and 5.x are now out of support.
* Add standard Methods and Properties (big thanks to https://github.com/JPVenson) and Async versions (for Server/WASM). (Issues #17 #9)
* Include video element id ("Id") and component object ref ("Video") in VideoState and VideoEventData (Issue #19) for identifying which component triggered an event.
* Updated Samples
  • Loading branch information
SQL-MisterMagoo committed Jan 2, 2023
1 parent 5d0ff43 commit 59e998b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The easiest html5 `video` implementation for [Blazor](https://blazor.net) applic
![Screenshot of the component in action](screenshot.png)

## Changelog
### 2022-24-12 Version 1.2.0-beta
### 2022-24-12 Version 1.1
- Bump dotnet version to 6.0 as 3.x and 5.x are now out of support.
- Add standard Methods and Properties (big thanks to https://github.com/JPVenson) and Async versions (for Server/WASM). (Issues #17 #9)
- Include video element id ("Id") and component object ref ("Video") in VideoState and VideoEventData (Issue #19) for identifying which component triggered an event.
Expand Down

0 comments on commit 59e998b

Please sign in to comment.