Skip to content

Commit cc0a605

Browse files
authored
Update README.md to include v2.3.1 change.
1 parent 93398a4 commit cc0a605

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dotnet add package GiscusBlazor
1717
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 `<head>` element.
1818

1919
```html
20-
<!-- Use esm.sh, using bundled module, recommended -->
20+
<!-- Use esm.sh, bundled module, recommended -->
2121
<script type="module" src="https://cdn.esm.sh/giscus?bundle"></script>
2222

2323
<!-- or jsDelivr -->
@@ -33,18 +33,18 @@ Then add **either one** of the following tag to your `wwwroot/index.html` (Blazo
3333
You might need to fix the version when publish your website. For example:
3434

3535
```html
36-
<!-- Use esm.sh, using bundled module -->
37-
<script type="module" src="https://cdn.esm.sh/giscus@1.1.1?bundle"></script>
36+
<!-- Use esm.sh, bundled module, recommended -->
37+
<script type="module" src="https://cdn.esm.sh/giscus@1.2.6?bundle"></script>
3838

3939
<!-- or jsDelivr -->
40-
<script type="module" src="https://cdn.jsdelivr.net/npm/giscus@1.1.1/+esm"></script>
40+
<script type="module" src="https://cdn.jsdelivr.net/npm/giscus@1.2.6/+esm"></script>
4141

4242
<!-- or Skypack, and get the pinned URL as in https://docs.skypack.dev/skypack-cdn/api-reference/pinned-urls-optimized -->
4343
<script type="module"
44-
src="https://cdn.skypack.dev/pin/giscus@v1.1.1-pMHE0mo1rPPSOZMcMNip/mode=imports,min/optimized/giscus.js"></script>
44+
src="https://cdn.skypack.dev/pin/giscus@v1.2.6-2WANIcmI2aizozaoK5tr/mode=imports,min/optimized/giscus.js"></script>
4545

4646
<!-- or unpkg -->
47-
<script type="module" src="https://unpkg.com/giscus@1.1.1?module"></script>
47+
<script type="module" src="https://unpkg.com/giscus@1.2.6?module"></script>
4848
```
4949

5050
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
8181

8282
## Changelog
8383

84+
### v2.3.1
85+
86+
- Drop .NET Core 3.1 support since it reached EOL.
87+
8488
### v2.3.0
8589

8690
- Add host support.

0 commit comments

Comments
 (0)