diff --git a/README.md b/README.md index 6541a35..f52c66f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## DynamicVNET - Overview -[![NuGet](https://img.shields.io/badge/nuget-1.4.0-blue.svg)](https://www.nuget.org/packages/DynamicVNET/1.4.0) +[![NuGet](https://img.shields.io/badge/nuget-1.4.1-blue.svg)](https://www.nuget.org/packages/DynamicVNET/1.4.0) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/rasulhsn/DynamicVNET/blob/master/LICENSE) DynamicVNET is .NET Standard library that was created help to develop reuse dynamic validation. It helps to build some rules on POCO and own blackbox libs. It has rich conveniences and features as a Fluent API in runtime, wrapped over DataAnnotation attributes and supports a cross-platform environment. @@ -127,7 +127,7 @@ Employee emp = new Employee() Install [DynamicVNET](https://www.nuget.org/packages/DynamicVNET/) from the package manager console: ``` -PM> Install-Package DynamicVNET -Version 1.4.0 +PM> Install-Package DynamicVNET -Version 1.4.1 ``` ### Copyright