Skip to content

Commit

Permalink
Nuspec actualized.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaliszko committed Jun 29, 2015
1 parent 722d151 commit 8368e9c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions src/ExpressiveAnnotations.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
<title>ExpressiveAnnotations for ASP.NET MVC</title>
<authors>Jaroslaw Waliszko</authors>
<owners>Jaroslaw Waliszko</owners>
<iconUrl>https://raw.githubusercontent.com/JaroslawWaliszko/ExpressiveAnnotations/master/logo.png</iconUrl>
<licenseUrl>https://github.com/JaroslawWaliszko/ExpressiveAnnotations/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/JaroslawWaliszko/ExpressiveAnnotations</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>ExpressiveAnnotations is a small .NET and JavaScript library which provides annotation-based conditional validation mechanisms. Given attributes allow to forget about imperative way of step-by-step verification of validation conditions in many cases. Since fields validation requirements are applied as metadata, domain-related code is more condensed.

This package contains 3 components: ExpressiveAnnotations.dll core annotations assembly, ExpressiveAnnotations.MvcUnobtrusiveValidatorProvider.dll MVC validators assembly and expressive.annotations.validate.js unobtrusive validation script.</description>
This package contains 3 components: ExpressiveAnnotations.dll core annotations assembly, ExpressiveAnnotations.MvcUnobtrusive.dll MVC validators assembly and expressive.annotations.validate.js unobtrusive validation script.</description>
<releaseNotes>https://github.com/JaroslawWaliszko/ExpressiveAnnotations/releases</releaseNotes>
<language>en-US</language>
<tags>DataAnnotations Validation Mvc AspNetMvc jQuery Unobtrusive</tags>
Expand All @@ -28,18 +29,18 @@ This package contains 3 components: ExpressiveAnnotations.dll core annotations a
<file src="bin\Release-Net40\ExpressiveAnnotations.dll" target="lib\net40\ExpressiveAnnotations.dll" />
<file src="bin\Release-Net40\ExpressiveAnnotations.pdb" target="lib\net40\ExpressiveAnnotations.pdb" />
<file src="bin\Release-Net40\ExpressiveAnnotations.xml" target="lib\net40\ExpressiveAnnotations.xml" />
<file src="bin\Release-Net40\ExpressiveAnnotations.MvcUnobtrusiveValidatorProvider.dll" target="lib\net40\ExpressiveAnnotations.MvcUnobtrusiveValidatorProvider.dll" />
<file src="bin\Release-Net40\ExpressiveAnnotations.MvcUnobtrusiveValidatorProvider.pdb" target="lib\net40\ExpressiveAnnotations.MvcUnobtrusiveValidatorProvider.pdb" />
<file src="bin\Release-Net40\ExpressiveAnnotations.MvcUnobtrusiveValidatorProvider.xml" target="lib\net40\ExpressiveAnnotations.MvcUnobtrusiveValidatorProvider.xml" />
<file src="bin\Release-Net40\ExpressiveAnnotations.MvcUnobtrusive.dll" target="lib\net40\ExpressiveAnnotations.MvcUnobtrusive.dll" />
<file src="bin\Release-Net40\ExpressiveAnnotations.MvcUnobtrusive.pdb" target="lib\net40\ExpressiveAnnotations.MvcUnobtrusive.pdb" />
<file src="bin\Release-Net40\ExpressiveAnnotations.MvcUnobtrusive.xml" target="lib\net40\ExpressiveAnnotations.MvcUnobtrusive.xml" />

<file src="bin\Release-Net45\ExpressiveAnnotations.dll" target="lib\net45\ExpressiveAnnotations.dll" />
<file src="bin\Release-Net45\ExpressiveAnnotations.pdb" target="lib\net45\ExpressiveAnnotations.pdb" />
<file src="bin\Release-Net45\ExpressiveAnnotations.xml" target="lib\net45\ExpressiveAnnotations.xml" />
<file src="bin\Release-Net45\ExpressiveAnnotations.MvcUnobtrusiveValidatorProvider.dll" target="lib\net45\ExpressiveAnnotations.MvcUnobtrusiveValidatorProvider.dll" />
<file src="bin\Release-Net45\ExpressiveAnnotations.MvcUnobtrusiveValidatorProvider.pdb" target="lib\net45\ExpressiveAnnotations.MvcUnobtrusiveValidatorProvider.pdb" />
<file src="bin\Release-Net45\ExpressiveAnnotations.MvcUnobtrusiveValidatorProvider.xml" target="lib\net45\ExpressiveAnnotations.MvcUnobtrusiveValidatorProvider.xml" />
<file src="bin\Release-Net45\ExpressiveAnnotations.MvcUnobtrusive.dll" target="lib\net45\ExpressiveAnnotations.MvcUnobtrusive.dll" />
<file src="bin\Release-Net45\ExpressiveAnnotations.MvcUnobtrusive.pdb" target="lib\net45\ExpressiveAnnotations.MvcUnobtrusive.pdb" />
<file src="bin\Release-Net45\ExpressiveAnnotations.MvcUnobtrusive.xml" target="lib\net45\ExpressiveAnnotations.MvcUnobtrusive.xml" />

<file src="ExpressiveAnnotations\**\*.cs" target="src\ExpressiveAnnotations" exclude="ExpressiveAnnotations\obj\**" />
<file src="ExpressiveAnnotations.MvcUnobtrusiveValidatorProvider\**\*.cs" target="src\ExpressiveAnnotations.MvcUnobtrusiveValidatorProvider" exclude="ExpressiveAnnotations.MvcUnobtrusiveValidatorProvider\obj\**" />
<file src="ExpressiveAnnotations.MvcUnobtrusive\**\*.cs" target="src\ExpressiveAnnotations.MvcUnobtrusive" exclude="ExpressiveAnnotations.MvcUnobtrusive\obj\**" />
</files>
</package>

0 comments on commit 8368e9c

Please sign in to comment.