Kephas.Model by Kephas Software SRL

<PackageReference Include="Kephas.Model" Version="10.0.0-dev.3" />

 Kephas.Model 10.0.0-dev.3

Provides an abstract multi-dimensional modeling infrastructure, containing extensible model elements like dimensions, classifiers, and value types. Typically used areas and classes/interfaces/services: - IModelSpace, IClassifier, IAnnotation, IProperty, IMethod, IParameter. - AttributedModel: AbstractAttribute, AspectAttribute, AspectForAttribute, MixinAttribute, ValueTypeAttribute. Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and application ecosystems.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Kephas.Model</id>
    <version>10.0.0-dev.3</version>
    <authors>Kephas Software SRL</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>kephas.logo.stone.png</icon>
    <projectUrl>https://github.com/kephas-software/kephas</projectUrl>
    <description>Provides an abstract multi-dimensional modeling infrastructure, containing extensible model elements like dimensions, classifiers, and value types.
            Typically used areas and classes/interfaces/services:
            - IModelSpace, IClassifier, IAnnotation, IProperty, IMethod, IParameter.
            - AttributedModel: AbstractAttribute, AspectAttribute, AspectForAttribute, MixinAttribute, ValueTypeAttribute.

            Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and application ecosystems.</description>
    <releaseNotes>Please check https://github.com/kephas-software/kephas/releases for the change log.
            Also check the documentation and the samples from https://github.com/kephas-software/kephas/wiki and https://github.com/kephas-software/kephas/tree/master/Samples.</releaseNotes>
    <copyright>Copyright © Kephas Software SRL 2010-2021</copyright>
    <tags>kephas abstract model multi-dimensional</tags>
    <repository type="github" url="https://github.com/kephas-software/kephas" commit="574db55793756f20c3707d14b768e055b606d929" />
    <dependencies>
      <group targetFramework="net5.0">
        <dependency id="Kephas.Collections" version="10.0.0-dev.3" exclude="Build,Analyzers" />
        <dependency id="Kephas.Core" version="10.0.0-dev.3" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.1">
        <dependency id="Kephas.Collections" version="10.0.0-dev.3" exclude="Build,Analyzers" />
        <dependency id="Kephas.Core" version="10.0.0-dev.3" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>