forked from pglazkov/MvvmValidation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPackage.nuspec
22 lines (22 loc) · 1.42 KB
/
Package.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>MvvmValidation</id>
<title>MVVM Validation Helpers</title>
<version>3.1.2</version>
<authors>Pavlo Glazkov</authors>
<owners>Pavlo Glazkov</owners>
<licenseUrl>https://raw.githubusercontent.com/pglazkov/MvvmValidation/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/pglazkov/MvvmValidation</projectUrl>
<repository url="https://github.com/pglazkov/MvvmValidation" />
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>MVVM Validation is a lightweight framework that makes it easier for developers to implement validation in MVVM applications.</summary>
<description>A lightweight framework that saves you from all the boilerplate of maintaining error list for each of the validation targets (properties). It allows you to keep all your validation rules conveniently in one place. You just define a set of validation rules that need to be checked for each of the targets and later, when appropriate, it is easy to just validate a target and get the validation result back without worrying what rules need to be checked.</description>
<releaseNotes></releaseNotes>
<copyright>Copyright 2017 Pavlo Glazkov</copyright>
<tags>mvvm validation wpf netstandard uwp xamarin</tags>
<references>
<reference file="MvvmValidation.dll" />
</references>
</metadata>
</package>