From a875b99048aab925265f0705c022301f1ebc1ee0 Mon Sep 17 00:00:00 2001 From: Rasul Date: Thu, 31 Oct 2024 21:38:34 +0400 Subject: [PATCH] fixed readme file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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