HyperstoreRX by Zenasoft

<PackageReference Include="HyperstoreRX" Version="0.9.103" />

 HyperstoreRX 0.9.103

HyperStore is a Database Oriented Model integrating many concepts of DDD and CQRS. This implementation uses Reactive Framework for event sourcing.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>HyperstoreRX</id>
    <version>0.9.103.0</version>
    <title>Hyperstore with reactive extension</title>
    <authors>Zenasoft</authors>
    <owners>Zenasoft</owners>
    <licenseUrl>http://opensource.org/licenses/gpl-3.0</licenseUrl>
    <projectUrl>http://www.zenasoft.com</projectUrl>
    <iconUrl>http://www.zenasoft.com/wp-content/uploads/2014/04/Logo-Hyperstore1.gif</iconUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>HyperStore is a Database Oriented Model integrating many concepts of DDD and CQRS. This implementation uses Reactive Framework for event sourcing.</description>
    <copyright>Copyright Zenasoft 2014</copyright>
    <language>en-US</language>
    <tags>Hyperstore,DSL,CQRS,DDD,RX</tags>
    <dependencies>
      <group targetFramework=".NETPortable0.0-net45+wp8+win8">
        <dependency id="Rx-Main" version="2.2.5" />
        <dependency id="Hyperstore" />
      </group>
    </dependencies>
  </metadata>
</package>