DotNext.Reflection 2.4.0
Strongly typed reflection, concept types (type classes), fast reflection
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>DotNext.Reflection</id>
<version>2.4.0</version>
<authors>Roman Sakno</authors>
<owners>Roman Sakno</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<icon>logo.png</icon>
<projectUrl>https://sakno.github.io/dotNext/</projectUrl>
<description>Strongly typed reflection, concept types (type classes), fast reflection</description>
<releaseNotes>https://github.com/sakno/dotNext/blob/master/CHANGELOG.md</releaseNotes>
<copyright>Copyright © Roman Sakno 2019</copyright>
<tags>Concept Reflection Typeclass</tags>
<repository type="git" url="https://github.com/sakno/dotNext.git" commit="e76aeb9cd40b5ed18d36f8ba358cf9a4b3559715" />
<dependencies>
<group targetFramework=".NETStandard2.1">
<dependency id="DotNext" version="[2.4.0, 3.0.0)" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>