Skip to content

Commit

Permalink
Update readme about the status of this project
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx authored Jul 2, 2022
1 parent f3b1c7b commit a5333fc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

**SharpYaml** is a .NET library that provides a **YAML parser and serialization engine** for .NET objects, **compatible with CoreCLR**.

> NOTICE:
>
> This project is no longer actively maintained since 2016, but it's still accepting Pull-Requests.
>
> Small improvements and fixes are welcome, but big refactoring won't likely be.
>
> Please, open an issue in case you are not sure about the changes you want to bring before working on a PR.
## Usage

```C#
Expand Down Expand Up @@ -42,4 +50,4 @@ SharpYaml is a fork of [YamlDotNet](http://www.aaubry.net/yamldotnet.aspx) and i
SharpYaml is available on [![NuGet](https://img.shields.io/nuget/v/SharpYaml.svg)](https://www.nuget.org/packages/SharpYaml/)

## License
MIT
MIT

0 comments on commit a5333fc

Please sign in to comment.