25 lines
1.2 KiB
XML
Executable File
25 lines
1.2 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
|
<metadata minClientVersion="2.12">
|
|
<id>Humanizer.Core</id>
|
|
<version>2.14.1</version>
|
|
<title>Humanizer Locale (en)</title>
|
|
<authors>Mehdi Khalili, Claire Novotny</authors>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<license type="expression">MIT</license>
|
|
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
|
<icon>logo.png</icon>
|
|
<projectUrl>https://github.com/Humanizr/Humanizer</projectUrl>
|
|
<description>Humanizer core package that contains the library and the neutral language (English) resources</description>
|
|
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
|
|
<language>en</language>
|
|
<repository type="git" url="https://github.com/Humanizr/Humanizer" commit="3ebc38de585fc641a04b0e78ed69468453b0f8a1" />
|
|
<dependencies>
|
|
<group targetFramework=".NETStandard1.0">
|
|
<dependency id="NETStandard.Library" version="1.6.1" />
|
|
</group>
|
|
<group targetFramework=".NETStandard2.0" />
|
|
<group targetFramework="net6.0" />
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |