From 520516499c9ebead0cdfe974c6a00cdf1c1144c0 Mon Sep 17 00:00:00 2001 From: jsakamoto Date: Sun, 10 Feb 2019 22:17:15 +0900 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f87bd0a..05884a0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is a class library that provides gamepad API access for your Blazor apps. ## Requirements -[Blazor](https://blazor.net/) v.0.6.0, or above. +[Blazor](https://blazor.net/) v.0.8.0. ## How to install and use? @@ -93,6 +93,11 @@ Sample .cshtml code is here: } ``` +## Release Note + +- **v.2.0.0** - BREAKING CHANGE: Support Blazor v.0.8.0 (not compatible with v.0.7.0 or before.) +- **v.1.0.0** - 1st release. + ## License [Mozilla Public License Version 2.0](https://github.com/jsakamoto/Toolbelt.Blazor.Gamepad/blob/master/LICENSE) \ No newline at end of file