MessageRouter.Reflection 1.4.1
A CQRS (event driven) message router in F#
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>MessageRouter.Reflection</id>
<version>1.4.1</version>
<authors>John Fair and Paul Blasucci</authors>
<owners>John Fair and Paul Blasucci</owners>
<licenseUrl>http://github.com/fsprojects/MessageRouter/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>http://fsprojects.github.com/MessageRouter</projectUrl>
<iconUrl>https://raw.githubusercontent.com/fsprojects/ProjectScaffold/master/docs/files/img/logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A CQRS (event driven) message router in F#</description>
<summary>A CQRS (event driven) message router in F#</summary>
<releaseNotes>Updated type-matching to treat union sub-types as the union base-type</releaseNotes>
<copyright>Copyright 2013</copyright>
<tags>cqrs event-sourcing fsharp f#</tags>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="FSharp.Core.Microsoft.Signed" version="3.1.1" />
<dependency id="MessageRouter.Interfaces" version="1.4.0" />
</group>
</dependencies>
</metadata>
</package>