forked from Humanizr/Humanizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHumanizer.Core.hr.nuspec
24 lines (24 loc) · 1023 Bytes
/
Humanizer.Core.hr.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>
<metadata>
<id>Humanizer.Core.hr</id>
<version>$version$</version>
<title>Humanizer Locale (hr)</title>
<authors>Mehdi Khalili, Oren Novotny</authors>
<owners>Mehdi Khalili, onovotny</owners>
<projectUrl>https://github.com/MehdiK/Humanizer</projectUrl>
<iconUrl>https://raw.github.com/MehdiK/Humanizer/master/logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Humanizer Locale (hr)</description>
<copyright>Copyright 2012-2015 Mehdi Khalili</copyright>
<licenseUrl>https://raw.githubusercontent.com/MehdiK/Humanizer/master/LICENSE</licenseUrl>
<language>hr</language>
<dependencies>
<dependency id="Humanizer.Core" version="[$version$]" />
</dependencies>
</metadata>
<files>
<file src="Humanizer\bin\Release\hr\*.*" target="lib\portable-win+net45+wp8+wpa81\hr" />
<file src="Humanizer\bin\Release\hr\*.*" target="lib\dotnet\hr" />
</files>
</package>