﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Nuclex.Foundation</id>
    <version>1.4.0</version>
    <title>Nuclex Foundation Libraries</title>
    <authors>Markus Ewald</authors>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">Apache-2.0</license>
    <licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
    <icon>nuclex-logo.png</icon>
    <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>
    <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>
</package>