EditableStream by Pawel Stroinski Credits to Paul C Smith

<PackageReference Include="EditableStream" Version="0.2.0" />

 EditableStream 0.2.0

Stream & FileStream drop-in replacement with insert-mode as opposed to override-mode and with delete operation. See example @ https://github.com/PawelStroinski/EditableStream

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>EditableStream</id>
    <version>0.2</version>
    <authors>Pawel Stroinski Credits to Paul C Smith</authors>
    <owners>Pawel Stroinski</owners>
    <licenseUrl>https://github.com/PawelStroinski/EditableStream/blob/master/COPYING.md</licenseUrl>
    <projectUrl>https://github.com/PawelStroinski/EditableStream</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Stream &amp; FileStream drop-in replacement with insert-mode as opposed to override-mode and with delete operation. See example @ https://github.com/PawelStroinski/EditableStream</description>
    <releaseNotes />
    <copyright>Copyright 2014</copyright>
    <tags>Stream FileStream Insert Mode Delete</tags>
  </metadata>
</package>