Releases: Printavo/SmbAbstraction
Releases · Printavo/SmbAbstraction
v3.0.0, published 2025-11-21
- SmbFileStreamFactory / FileStream.New fixes
- Potential fix for Dispose() thread exhaustion and locking issue
- NuGet package dependency updates
- Constructor signature changes
- Added .Net 10 target
v2.3.0
- SmbFile async fixes
- Path.Combine fixes/changes
- Null static analysis improvements
- PathExtensions breaking changes
- Removed NotImplemented overrides
- SmbFile.Exists() and SmbDirectory.Exists() refactor
- Misc. SmbDriveInfo changes
- System.IO.Abstractions version 22.0.11
Full Changelog: v2.2.0...v2.3.0
v2.2.0
Library dependency updates, mostly for compatibility with System.IO.Abstractions version 22.0.10 and the related Testably.Abstractions.FileSystem.Interface change.
Full Changelog: v2.1.0...v2.2.0
v2.1.0
.Net9 support and default implementation of FileVersionInfo.
Full Changelog: v2.0.0...v2.1.0
v2.0.0, published 9/19/2024
v0.1.0, published 9/16/2024
What's Changed
- Initial functional version. by @AMeyerInkSoft in #1
- Support for SMBLibrary v1.5.3.5
- Support for System.IO.Abstractions v21.0.29
- .Net Standard 2.0 support by @AMeyerInkSoft in #2
New Contributors
- @AMeyerInkSoft made their first contribution in #1
Full Changelog: https://github.com/Printavo/SmbAbstraction/commits/v0.1.0