From cc0a60595c6ccf6fc9d269bedbce44b43e587718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=81=E9=80=9F=E8=9C=97=E7=89=9B?= <31986081+Jisu-Woniu@users.noreply.github.com> Date: Fri, 24 Feb 2023 12:31:17 +0800 Subject: [PATCH] Update README.md to include v2.3.1 change. --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9dc3a4e..5b3fd6c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ dotnet add package GiscusBlazor Then add **either one** of the following tag to your `wwwroot/index.html` (Blazor WebAssembly) or `Pages/_Layout.cshtml` (Blazor Server) as the last child of `
` element. ```html - + @@ -33,18 +33,18 @@ Then add **either one** of the following tag to your `wwwroot/index.html` (Blazo You might need to fix the version when publish your website. For example: ```html - - + + - + + src="https://cdn.skypack.dev/pin/giscus@v1.2.6-2WANIcmI2aizozaoK5tr/mode=imports,min/optimized/giscus.js"> - + ``` You can also install giscus in your `wwwroot` folder with npm or other Node.js package manager, and include it like above. @@ -81,6 +81,10 @@ You can get some sample apps from the [samples](samples) directory, in both Blaz ## Changelog +### v2.3.1 + +- Drop .NET Core 3.1 support since it reached EOL. + ### v2.3.0 - Add host support.