Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
## Ion Object Mapper for .NET
## Ion Object Mapper for .NET (Deprecated)

This is the Ion Object Mapper for .NET, which is a convenience library built to assist
developers when dealing with data that's in the format of [Amazon Ion](https://amzn.github.io/ion-docs/).
It is used to easily transform C# classes and objects into Ion format and vice-versa.

[![codecov](https://codecov.io/gh/amzn/ion-object-mapper-dotnet/branch/main/graph/badge.svg?token=w6PsKN4xZ3)](https://codecov.io/gh/amzn/ion-object-mapper-dotnet)

As of 8/20/2024, this library is deprecated and will not receive further updates. Users should consider migrating to [other Ion solutions](https://amazon-ion.github.io/ion-docs/libs.html).

## Requirements

### .NET
Expand Down
Loading