Skip to content

Releases: PCLExt/PCLExt.FileStorage

1.4.1.1

08 Jul 22:20
e56ea38
Compare
Choose a tag to compare
Update PCLExt.FileStorage.nuspec

1.4.1: Latest changes sync (#30)

08 Jul 22:18
255eeca
Compare
Choose a tag to compare

1.4.0

26 Jun 11:01
2662d7e
Compare
Choose a tag to compare

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

27 Nov 21:02
Compare
Choose a tag to compare
Small fixes

Added inheritdoc to ToString
Fixed UWP nuget
contents typo

1.3.1: Added TempRootFolder and DocumentsFolder

06 Nov 21:59
Compare
Choose a tag to compare
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

06 Nov 22:01
Compare
Choose a tag to compare
Updated version, corrected nuspec, fixes

1.2.0.1: Added .NET Standard support

06 Nov 22:37
Compare
Choose a tag to compare
Removed IFileSystem and everything related to it, using different concept of already established classes for specific files/folder

1.1.3

06 Nov 22:37
Compare
Choose a tag to compare
Fixed GetFiles

1.0.9.1

06 Nov 22:37
Compare
Choose a tag to compare
Added new methods in FileExtensions

1.0.9: Removed Storage.cs

06 Nov 22:37
Compare
Choose a tag to compare
Aded non async operations, this isn't bad amrite?