Skip to content

Releases: PCLExt/PCLExt.FileStorage

1.4.1.1

Choose a tag to compare

@Aragas Aragas released this 08 Jul 22:20
e56ea38
Update PCLExt.FileStorage.nuspec

1.4.1: Latest changes sync (#30)

Choose a tag to compare

@Aragas Aragas released this 08 Jul 22:18
255eeca

Added UWP back

1.4.0

Choose a tag to compare

@Aragas Aragas released this 26 Jun 11:01
2662d7e

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

Choose a tag to compare

@Aragas Aragas released this 27 Nov 21:02
Small fixes

Added inheritdoc to ToString
Fixed UWP nuget
contents typo

1.3.1: Added TempRootFolder and DocumentsFolder

Choose a tag to compare

@Aragas Aragas released this 06 Nov 21:59
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

Choose a tag to compare

@Aragas Aragas released this 06 Nov 22:01
Updated version, corrected nuspec, fixes

1.2.0.1: Added .NET Standard support

Choose a tag to compare

@Aragas Aragas released this 06 Nov 22:37
Removed IFileSystem and everything related to it, using different concept of already established classes for specific files/folder

1.1.3

Choose a tag to compare

@Aragas Aragas released this 06 Nov 22:37
Fixed GetFiles

1.0.9.1

Choose a tag to compare

@Aragas Aragas released this 06 Nov 22:37
Added new methods in FileExtensions

1.0.9: Removed Storage.cs

Choose a tag to compare

@Aragas Aragas released this 06 Nov 22:37
Aded non async operations, this isn't bad amrite?