-
Notifications
You must be signed in to change notification settings - Fork 0
/
Angular-Template-Bundler.nuspec
24 lines (24 loc) · 1.23 KB
/
Angular-Template-Bundler.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Angular-Template-Bundler</id>
<version>0.0.3.0</version>
<title>Angular Template Bundler</title>
<authors>William Wood</authors>
<owners>wwood</owners>
<licenseUrl>https://raw.githubusercontent.com/wmwood/Angular-Template-Bundler/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/wmwood/Angular-Template-Bundler</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A simple ASP.NET MVC bundle that helps you combine all of your angular html templates into one file and add to your app's template cache.</description>
<summary />
<copyright>2015</copyright>
<language>en-US</language>
<tags>angularjs templates bundling System.Web.Optimization</tags>
<dependencies>
<dependency id="Microsoft.AspNet.Web.Optimization" version="1.1.3" />
</dependencies>
</metadata>
<files>
<file src="wmwood.AngularTemplateBundler\bin\Release\wmwood.AngularTemplateBundler.dll" target="lib\wmwood.AngularTemplateBundler.dll" />
</files>
</package>