ENode by tangxuehua

<PackageReference Include="ENode" Version="2.2.1" />

 ENode 2.2.1

An open-source framework which provide the ability to develop ddd+cqrs+event sourcing+in memory style applications.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>ENode</id>
    <version>2.2.1</version>
    <title>ENode</title>
    <authors>tangxuehua</authors>
    <owners>tangxuehua</owners>
    <licenseUrl>https://github.com/tangxuehua/enode/blob/master/license.txt</licenseUrl>
    <projectUrl>https://github.com/tangxuehua/enode</projectUrl>
    <iconUrl>https://raw.github.com/tangxuehua/enode/master/doc/logo.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>An open-source framework which provide the ability to develop ddd+cqrs+event sourcing+in memory style applications.</description>
    <copyright>2014</copyright>
    <language>zh-CN</language>
    <tags>DDD EDA EventSourcing CQRS in-memory</tags>
    <dependencies>
      <dependency id="ECommon" version="1.2.4" />
    </dependencies>
  </metadata>
</package>