Skip to content

Commit 1dc1565

Browse files
authored
First part of the new REAMDE
1 parent 94d04d7 commit 1dc1565

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
**Mono Latest:** | **Windows .NET 4.5:** | **NuGet**
22
------------ | ------------- | -------------
3-
| | [![nugetpkg](https://img.shields.io/badge/nuget-PCLExt.FileStorage-orange.svg)](https://www.nuget.org/packages/PCLExt.FileStorage)
3+
| | | [![nugetpkg](https://img.shields.io/badge/nuget-PCLExt.FileStorage-orange.svg)](https://www.nuget.org/packages/PCLExt.FileStorage)
44

55
# PCLExt.FileStorage
66

7-
![PCL Extension](https://raw.githubusercontent.com/Aragas/PCLExt.FileStorage/master/common/sushi_64.png)
8-
9-
7+
![PCLExt.FileStorage](https://raw.githubusercontent.com/Aragas/PCLExt.FileStorage/master/common/sushi_64.png)
8+
9+
PCLExt.FileStorage is a [bait-and-switch](http://ericsink.com/entries/pcl_bait_and_switch.html) library that was designed to implement a storage API in portable(PCL) projects.
10+
It was formely a basic fork of [PCL Storage](https://github.com/dsplaisted/PCLStorage), but later formed it's own set of API's designed to ease use of files and folders in managed code. It has a more "OOP" approach.
1011

11-
This is kinda a fork of https://github.com/dsplaisted/PCLStorage
12-
Added Xamarin.Mac support and changed Android LocalStorage path.
12+
PCLExt.FileStorage supports .NET Framework (4.5), .NET Standard (2.0), Xamarin.iOS, Xamarin.Android, Xamarin.Mac and UWP.
13+
This makes it easier to create cross-platform .NET libraries and apps.

0 commit comments

Comments
 (0)