Releases: PCLExt/PCLExt.FileStorage
Releases · PCLExt/PCLExt.FileStorage
1.4.1.1
1.4.1: Latest changes sync (#30)
Added UWP back
1.4.0
Added PCL Profile259 library.
Added new class NonExistingFile to better manage, well non existing files.
DefaultFileImplementation.Size won't return -1 now if file does not exist, instead, it should throw an exception, check Exist property first.
Renamed PCLExt.FileStorage.Standard.Abstractions to PCLExt.FileStorage.Abstractions
Removed UWP for further investigation. Will be restored with 1.4.1
1.3.2: Fixed UWP and added DateTime properties
Small fixes Added inheritdoc to ToString Fixed UWP nuget contents typo
1.3.1: Added TempRootFolder and DocumentsFolder
Added UWP and Test project Replaced Storage word with Root in folders ToString() returns the full path now Fixed iOS test Did something with Android project
1.3.0: Preparations for release
Updated version, corrected nuspec, fixes
1.2.0.1: Added .NET Standard support
Removed IFileSystem and everything related to it, using different concept of already established classes for specific files/folder
1.1.3
1.0.9.1
1.0.9: Removed Storage.cs
Aded non async operations, this isn't bad amrite?