๐Ÿ“ฆ XVincentX / JsAction

๐Ÿ“„ JsAction.WebApi.nuspec ยท 40 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <version>0.5</version>
    <authors>Vincenzo Chianese</authors>
    <owners>Vincenzo Chianese</owners>
    <licenseUrl>http://jsaction.codeplex.com/license</licenseUrl>
    <projectUrl>http://jsaction.codeplex.com</projectUrl>
    <iconUrl>http://download.codeplex.com/Download?ProjectName=jsaction&amp;DownloadId=306778&amp;Build=18301</iconUrl>
    <dependencies>
      <dependency id="jQuery" version="1.7.1" />
      <dependency id="WebActivator" version="1.5" />
      <dependency id="System.Json" version="4.0.20126.16343" />
      <dependency id="AspNetWebApi.Core" version="4.0.20126.16343" />
      <dependency id="AspNetWebApi" version="4.0.20126.16343" />
      <dependency id="System.Net.Http" version="2.0.20126.16343" />
      <dependency id="System.Net.Http.Formatting" version="4.0.20126.16343" />
      <dependency id="System.Web.Http.Common" version="4.0.20126.16343" />
    </dependencies>
    <id>JsAction.WebApi</id>
    <title>JsAction.WebApi</title>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>JsAction is a simple and lightweight RouteHandler for ASP.NET MVC and WEBAPI that will generate automatic jQuery based Javascript and provide a direct way to call MVC and WEBAPI Action Methods using a single data annotation.
You will no longer have to write custom ajax calls to retrieve data, but just use this library.</description>
    <summary>JsAction is a simple and lightweight RouteHandler for ASP.NET MVC and WEBAPI that will generate automatic jQuery based Javascript and provide a direct way to call MVC and WEBAPI Action Methods using a data annotation</summary>
    <releaseNotes>This version introduces a breaking change. Be sure to visit the Project Page and check the changelog!</releaseNotes>
    <copyright>Vincenzo Chianese</copyright>
    <language>en-US</language>
    <tags>jQuery MVC WEBAPI Routehandler</tags>
  </metadata>
  <files>
    <file src="JsAction.WEBAPI\App_Start\RegJsWebApi.cs.pp" target="content\App_Start\RegJsWebApi.cs.pp" />
    <file src="JsAction.WEBAPI\bin\Release\JsAction.BASE.dll" target="lib\net40\JsAction.BASE.dll" />
    <file src="JsAction.WEBAPI\bin\Release\JsAction.WEBAPI.dll" target="lib\net40\JsAction.WEBAPI.dll" />
    <file src="JsAction.WEBAPI\bin\Release\JsAction.WEBAPI.XML" target="lib\net40\JsAction.WEBAPI.XML" />
    <file src="JsAction.BASE\PSScripts\init.ps1" target="tools\init.ps1" />
    <file src="JsAction.BASE\PSScripts\JsAction-GenDoc.psd1" target="tools\JsAction-GenDoc.psd1" />
    <file src="JsAction.BASE\PSScripts\JsAction-GenDoc.psm1" target="tools\JsAction-GenDoc.psm1" />
  </files>
</package>