CQELight.Buses.InMemory by Christophe Mommer

<PackageReference Include="CQELight.Buses.InMemory" Version="1.2.1" />

 CQELight.Buses.InMemory 1.2.1

CQELight.Buses.InMemory provides two buses, one for command and one for events, use to dispatch events and commands in the same in-memory process.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>CQELight.Buses.InMemory</id>
    <version>1.2.1</version>
    <authors>Christophe Mommer</authors>
    <owners>Christophe Mommer</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>CQELight.png</icon>
    <projectUrl>https://www.hybrid-technologies-solutions.com/</projectUrl>
    <description>CQELight.Buses.InMemory provides two buses, one for command and one for events, use to dispatch events and commands in the same in-memory process.</description>
    <releaseNotes>See concerned milestone on GitHub</releaseNotes>
    <copyright>Christophe Mommer, Hybrid Technologies</copyright>
    <tags>bus events commands in-memory</tags>
    <repository url="https://github.com/cdie/CQELight" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="CQELight" version="1.2.1" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.1">
        <dependency id="CQELight" version="1.2.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>