forked from Handlebars-Net/Handlebars.Net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Handlebars.Net.nuspec
19 lines (19 loc) · 1.04 KB
/
Handlebars.Net.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Handlebars.Net</id>
<version>1.2.2</version>
<title>Handlebars.Net</title>
<authors>Rex Morgan</authors>
<projectUrl>https://github.com/rexm/Handlebars.Net</projectUrl>
<iconUrl>https://raw.githubusercontent.com/rexm/Handlebars.Net/master/hbnet-icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Blistering-fast Handlebars.js templates in your .NET application.</description>
<summary>Blistering-fast Handlebars.js templates in your .NET application.</summary>
<tags>handlebars mustache templating engine compiler</tags>
<releaseNotes>Added ability to pass a model into a partial. See http://bit.ly/1DPC04X for details on the changes.</releaseNotes>
</metadata>
<files>
<file src="source/Handlebars/bin/Release/Handlebars.dll" target="lib/Handlebars.dll" />
</files>
</package>