44 lines
1.8 KiB
XML
44 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<metadata>
|
|
<id>Nuclex.Foundation</id>
|
|
<version>1.3.0</version>
|
|
<title>Nuclex Foundation Libraries</title>
|
|
<authors>Markus Ewald</authors>
|
|
<owners></owners>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<license type="expression">Apache-2.0</license>
|
|
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
|
|
<readme>ReadMe.md</readme>
|
|
<projectUrl>https://github.com/orgs/nuclex-shared-dotnet/repositories</projectUrl>
|
|
<description>
|
|
Set of basic libraries offering tools for MVVM-based UIs, storage of settings,
|
|
license keys, collections and observer/subscriber pattern helpers
|
|
</description>
|
|
<language>en-US</language>
|
|
<tags>settings,util,io,observable</tags>
|
|
<icon>nuclex-logo.png</icon>
|
|
<repository
|
|
type="git"
|
|
url="https://github.com/nuclex-shared-dotnet/Nuclex.Support.git"
|
|
commit="81f9a0acb4fe97d2be327408b94d361bc833d2a8"
|
|
/>
|
|
<dependencies>
|
|
<group targetFramework=".NETStandard2.0" />
|
|
</dependencies>
|
|
<frameworkReferences>
|
|
<group targetFramework=".NETStandard2.0" />
|
|
</frameworkReferences>
|
|
</metadata>
|
|
<files>
|
|
|
|
<file src="..\ReadMe.md" target="ReadMe.md" />
|
|
<file src="..\nuclex-logo.png" target="nuclex-logo.png" />
|
|
|
|
<!-- Feature set for .NET Standard 2.0 (available to ,NET versions from 4.6 onwards) -->
|
|
<file src="..\Nuclex.Support\bin\$Configuration$\netstandard2.0\Nuclex.Support.dll" target="lib/netstandard2.0" />
|
|
<file src="..\Nuclex.Support\bin\$Configuration$\netstandard2.0\Nuclex.Support.xml" target="lib/netstandard2.0" />
|
|
|
|
</files>
|
|
</package>
|