Skip to content

Commit

Permalink
fixed readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
rasulhsn committed Oct 31, 2024
1 parent dcb1f5d commit a875b99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 <strong>Fluent API</strong> in runtime, wrapped over <strong>DataAnnotation</strong> attributes and supports a cross-platform environment.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a875b99

Please sign in to comment.