Skip to content

Commit 5b07c74

Browse files
committed
Update README
1 parent 941f9b7 commit 5b07c74

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,20 @@
33
[![Nuget](https://img.shields.io/nuget/dt/Scarlet.System.Text.Json.DateTimeConverter?color=ff4081&label=nuget%20downloads&logo=nuget)](https://www.nuget.org/packages/Scarlet.System.Text.Json.DateTimeConverter)
44
[![GitHub](https://img.shields.io/github/license/ScarletKuro/Scarlet.System.Text.Json.DateTimeConverter?color=594ae2&logo=github)](https://github.com/ScarletKuro/Scarlet.System.Text.Json.DateTimeConverter/blob/master/LICENSE)
55

6-
The `JsonDateTimeConverterAttribute` allows you to specify a custom date format for `DateTime`, `DateTimeOffset`, and their nullable counterparts when serializing and deserializing JSON using `System.Text.Json`. This ensures consistency in how date and time values are handled across your application.
6+
This package allows you to specify a custom date format for `DateTime`, `DateTimeOffset`, and their nullable counterparts when serializing and deserializing JSON using `System.Text.Json`.
77

88
## Installation
9+
10+
To install the **Scarlet.System.Text.Json.DateTimeConverter** package, run the following command in your terminal:
11+
912
```bash
1013
dotnet add package Scarlet.System.Text.Json.DateTimeConverter
1114
```
1215

13-
Ensure you have the necessary .NET target framework installed. This attribute is compatible with:
16+
### Prerequisites
17+
18+
Make sure you have the appropriate .NET target framework installed. This package is compatible with the following versions:
19+
1420
- .NET 6
1521
- .NET 7
1622
- .NET 8

0 commit comments

Comments
 (0)