-
Notifications
You must be signed in to change notification settings - Fork 966
/
Humanizer.Core.nuspec
26 lines (26 loc) · 1.13 KB
/
Humanizer.Core.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
25
26
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata minClientVersion="2.12">
<id>Humanizer.Core</id>
<version>$version$</version>
<title>Humanizer Locale (en)</title>
<authors>Mehdi Khalili, Oren Novotny</authors>
<owners>Mehdi Khalili, onovotny</owners>
<projectUrl>https://github.com/Humanizr/Humanizer</projectUrl>
<iconUrl>https://raw.github.com/Humanizr/Humanizer/master/logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Humanizer core package that contains the library and the neutral language (English) resources</description>
<copyright>Copyright 2012-2016</copyright>
<licenseUrl>https://raw.githubusercontent.com/Humanizr/Humanizer/master/LICENSE</licenseUrl>
<language>en</language>
<dependencies>
<group targetFramework="portable-net45+win8+wpa81+wp8" />
<group targetFramework="netstandard1.0">
<dependency id="NETStandard.Library" version="1.6.1" />
</group>
</dependencies>
</metadata>
<files>
<file src="Humanizer\bin\Release\netstandard1.0\*.dll" target="lib\netstandard1.0" />
</files>
</package>