Organize workspace: Frontend, Backend, and Tests in one repo
This commit is contained in:
25
.nuget/packages/humanizer.core/2.14.1/humanizer.core.nuspec
vendored
Executable file
25
.nuget/packages/humanizer.core/2.14.1/humanizer.core.nuspec
vendored
Executable file
@@ -0,0 +1,25 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user