diff --git a/README.md b/README.md index 7d606b8..41a8b9f 100644 --- a/README.md +++ b/README.md @@ -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# @@ -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 \ No newline at end of file +MIT