forked from Handlebars-Net/Handlebars.Net
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHandlebars.Net.nuspec
More file actions
19 lines (19 loc) · 1.36 KB
/
Copy pathHandlebars.Net.nuspec
File metadata and controls
19 lines (19 loc) · 1.36 KB
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.7.1</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>Now with much closer alignment to handlebarsjs for whitespace handling (see https://git.io/vofGj for details); Fixed a bug that prevented dictionary key names from having spaces (see https://git.io/vofZv for details); Now supports the ability to disable or customize the encoding method (see https://git.io/vrgfH for details); fixed bug with whitespace control; now supports smart, case-insensitive binding and nested sub-expressions!</releaseNotes>
</metadata>
<files>
<file src="source/Handlebars/bin/Release/Handlebars.dll" target="lib/Handlebars.dll" />
</files>
</package>