Skip to content

Commit b4e4694

Browse files
committed
Add badges for NuGet version and GitHub Actions status to README
1 parent 979e219 commit b4e4694

File tree

2 files changed

+5
-91
lines changed

2 files changed

+5
-91
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# BlazorLocalTime
22

3+
[![NuGet Version](https://img.shields.io/nuget/v/BlazorLocalTime?style=for-the-badge&logo=NuGet&color=%2308C)](https://www.nuget.org/packages/BlazorLocalTime/)
4+
5+
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/arika0093/BlazorLocalTime/test.yaml?branch=main&label=Testing&style=flat-square) ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/arika0093/BlazorLocalTime/release.yaml?branch=main&label=Release&style=flat-square) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/arika0093/BlazorLocalTime?style=flat-square)
6+
37
`BlazorLocalTime` provides functionality to convert `DateTime` values to the user's local time zone in Blazor applications.
48

59
## Usage
610

711
### Installation
8-
Install `BlazorLocalTime` from NuGet:
12+
Install `BlazorLocalTime` from [NuGet](https://www.nuget.org/packages/BlazorLocalTime):
913

1014
```bash
1115
dotnet add package BlazorLocalTime

README_ja.md

Lines changed: 0 additions & 90 deletions
This file was deleted.

0 commit comments

Comments
 (0)