Devio 1.0.6
.NET binding for Devio protocol. Devio protocol is used by ImDisk to forward I/O requests to its virtual drives to third-party format handlers or servrices. Basically it allows you to write a logical disk driver in .NET
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Devio</id>
<version>1.0.6</version>
<title>Devio</title>
<authors>Olof Lagerkvist; lost (package)</authors>
<owners>lost</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>.NET binding for Devio protocol. Devio protocol is used by ImDisk to forward I/O requests to its virtual drives to third-party format handlers or servrices. Basically it allows you to write a logical disk driver in .NET</description>
<tags>disk</tags>
<dependencies>
<dependency id="ImDisk" version="1.0.7" />
</dependencies>
</metadata>
</package>