Projac.Redis 0.0.120
Projac.Redis provides lightweight infrastructure for producing Redis based projections.
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Projac.Redis</id>
<version>0.0.120</version>
<title>Projac.Redis</title>
<authors>Yves Reynhout</authors>
<owners>Yves Reynhout</owners>
<licenseUrl>https://raw.github.com/yreynhout/Projac/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/yreynhout/Projac</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Projac.Redis provides lightweight infrastructure for producing Redis based projections.</description>
<releaseNotes>Initial release.</releaseNotes>
<copyright>Copyright 2015, BitTacklr. All rights reserved.</copyright>
<tags>eventsourcing DDDesign</tags>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="StackExchange.Redis" version="1.0.414" />
</group>
</dependencies>
</metadata>
</package>