diff --git a/README.md b/README.md index c901e77..b37b0dc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -## Introduction +[![Nuget](https://img.shields.io/nuget/v/EFCore.NamingConverter)](https://www.nuget.org/packages/EFCore.NamingConverter/) + + ## Introduction This project provides a naming converter for Entity Framework Core to convert table and column names to specified naming conventions. The source code refers to the naming strategy implementation in the System.Text.Json library. It is currently in preview and may have some issues. We welcome suggestions to help us improve it.