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
28 lines (28 loc) · 1.59 KB
/
Handlebars.Net.nuspec
File metadata and controls
28 lines (28 loc) · 1.59 KB
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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Handlebars.Net</id>
<version>1.8.0</version>
<title>Handlebars.Net</title>
<authors>Rex Morgan</authors>
<projectUrl>https://github.com/rexm/Handlebars.Net</projectUrl>
<iconUrl>https://github.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 supports "dotnet core" / net standard 1.5! Also added support for inline partials. Also includes fixes for more complicated scenarios with hash parameters, and improved support for literals.</releaseNotes>
<dependencies>
<group targetFramework=".NETStandard1.5">
<dependency id="System.Dynamic.Runtime" version="4.0.11" />
<dependency id="System.Reflection.Extensions" version="4.0.1" />
<dependency id="Microsoft.CSharp" version="4.0.1" />
<dependency id="NETStandard.Library" version="1.6.0" />
</group>
</dependencies>
</metadata>
<files>
<file src="source/Handlebars/bin/Release/Handlebars.dll" target="lib/portable-net45+sl5+wp8+win8/Handlebars.dll" />
<file src="source/Handlebars.NetStandard/bin/Release/netstandard1.5/Handlebars.dll" target="lib/netstandard1.5/Handlebars.dll" />
</files>
</package>