Skip to content

Commit a875b99

Browse files
committed
fixed readme file
1 parent dcb1f5d commit a875b99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## DynamicVNET - Overview
2-
[![NuGet](https://img.shields.io/badge/nuget-1.4.0-blue.svg)](https://www.nuget.org/packages/DynamicVNET/1.4.0)
2+
[![NuGet](https://img.shields.io/badge/nuget-1.4.1-blue.svg)](https://www.nuget.org/packages/DynamicVNET/1.4.0)
33
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/rasulhsn/DynamicVNET/blob/master/LICENSE)
44

55
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 <strong>Fluent API</strong> in runtime, wrapped over <strong>DataAnnotation</strong> attributes and supports a cross-platform environment.
@@ -127,7 +127,7 @@ Employee emp = new Employee()
127127
Install [DynamicVNET](https://www.nuget.org/packages/DynamicVNET/) from the package manager console:
128128

129129
```
130-
PM> Install-Package DynamicVNET -Version 1.4.0
130+
PM> Install-Package DynamicVNET -Version 1.4.1
131131
```
132132

133133
### Copyright

0 commit comments

Comments
 (0)