Kephas.Model by Kephas Software SRL

<PackageReference Include="Kephas.Model" Version="8.0.0-dev.38" />

 Kephas.Model 8.0.0-dev.38

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>8.0.0-dev.38</version>
    <authors>Kephas Software SRL</authors>
    <owners>Kephas Software SRL</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
    <projectUrl>https://github.com/kephas-software/kephas</projectUrl>
    <iconUrl>https://www.kephas-software.com/wp-content/uploads/kephas.logo_.stone_.png</iconUrl>
    <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-2020</copyright>
    <tags>kephas abstract model multi-dimensional</tags>
    <repository type="github" url="https://github.com/kephas-software/kephas" commit="dbf2ea5298bee5576fcbfd9e10f4863028914b52" />
    <dependencies>
      <group targetFramework=".NETFramework4.6.1">
        <dependency id="Kephas.Collections" version="8.0.0-dev.38" exclude="Build,Analyzers" />
        <dependency id="Kephas.Core" version="8.0.0-dev.38" exclude="Build,Analyzers" />
        <dependency id="System.ValueTuple" version="4.3.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Kephas.Collections" version="8.0.0-dev.38" exclude="Build,Analyzers" />
        <dependency id="Kephas.Core" version="8.0.0-dev.38" exclude="Build,Analyzers" />
        <dependency id="System.ValueTuple" version="4.3.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.1">
        <dependency id="Kephas.Collections" version="8.0.0-dev.38" exclude="Build,Analyzers" />
        <dependency id="Kephas.Core" version="8.0.0-dev.38" exclude="Build,Analyzers" />
        <dependency id="System.ValueTuple" version="4.3.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>