XPlat.Storage
1.2.17125.2
See the version list below for details.
dotnet add package XPlat.Storage --version 1.2.17125.2
NuGet\Install-Package XPlat.Storage -Version 1.2.17125.2
<PackageReference Include="XPlat.Storage" Version="1.2.17125.2" />
paket add XPlat.Storage --version 1.2.17125.2
#r "nuget: XPlat.Storage, 1.2.17125.2"
// Install XPlat.Storage as a Cake Addin #addin nuget:?package=XPlat.Storage&version=1.2.17125.2 // Install XPlat.Storage as a Cake Tool #tool nuget:?package=XPlat.Storage&version=1.2.17125.2
This library contains a collection of Windows.Storage APIs built for UWP, iOS and Android built by the community on GitHub.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
MonoAndroid | monoandroid10 is compatible. |
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
Xamarin.iOS | xamarinios10 is compatible. |
-
MonoAndroid 1.0
- XPlat.Core (>= 1.2.17125.2)
-
Xamarin.iOS 1.0
- XPlat.Core (>= 1.2.17125.2)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on XPlat.Storage:
Package | Downloads |
---|---|
XPlat.Storage.Pickers
This package includes Windows.Storage like APIs cross-platform such as: - FileOpenPicker representing a UI element that lets the user choose and open files. |
|
XPlat.Device.Launcher
This package includes Windows.System.Launcher like APIs cross-platform such as: - Launcher for launching a default app associated with a specified file or URI. |
|
XPlat.Media.Capture
This package includes Windows.Media.Capture like APIs cross-platform such as: - CameraCaptureUI for providing a full window UI for capturing video and photos from a camera. |
|
XPlat.Media
This library contains a collection of Windows.Media APIs built for UWP, iOS and Android built by the community on GitHub. |
|
XPlat.ApplicationModel
This package includes Windows.ApplicationModel like APIs cross-platform such as: - Package for providing information about the installed application. - PackageId for providing package identification info, such as name, version, and publisher. - PackageVersion for providing package version info. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on XPlat.Storage:
Repository | Stars |
---|---|
MADE-Apps/MADE.NET
MADE.NET is a home to all of those bits of code that you know you'll reuse in another project. Making app development easier with .NET.
|
Version | Downloads | Last updated |
---|---|---|
1.8.1 | 9,650 | 11/6/2021 |
1.8.0 | 1,022 | 11/1/2021 |
1.8.0-preview2 | 643 | 2/9/2021 |
1.8.0-preview1 | 695 | 2/8/2021 |
1.7.20109.1 | 13,397 | 4/18/2020 |
1.7.19294.1-alpha | 917 | 10/21/2019 |
1.7.19104.1-alpha | 921 | 4/14/2019 |
1.6.19104.1 | 15,454 | 4/14/2019 |
1.6.19097.3-alpha | 896 | 4/7/2019 |
1.6.19095.1-alpha | 900 | 4/5/2019 |
1.6.19092.1-alpha | 882 | 4/2/2019 |
1.6.19074.2-alpha | 1,057 | 3/15/2019 |
1.6.19073.2-alpha | 1,031 | 3/14/2019 |
1.6.19072.5-alpha | 858 | 3/13/2019 |
1.6.19072.3-alpha | 900 | 3/13/2019 |
1.6.19072.2-alpha | 885 | 3/13/2019 |
1.6.19072.1-alpha | 875 | 3/13/2019 |
1.6.19068.2-alpha | 919 | 3/9/2019 |
1.5.19060.1 | 2,644 | 3/2/2019 |
1.5.19036.3 | 11,151 | 2/5/2019 |
1.5.19024.1 | 1,486 | 1/25/2019 |
1.4.18299.4 | 5,650 | 10/26/2018 |
1.3.18257.3 | 1,116 | 9/14/2018 |
1.3.18214.2 | 1,104 | 8/2/2018 |
1.2.18073.5 | 1,515 | 3/14/2018 |
1.2.18022.1 | 1,502 | 1/22/2018 |
1.2.17334.1 | 1,131 | 11/30/2017 |
1.2.17283.1 | 1,109 | 10/10/2017 |
1.2.17271.5 | 1,084 | 9/28/2017 |
1.2.17212.1 | 1,303 | 8/1/2017 |
1.2.17208.1 | 1,160 | 7/27/2017 |
1.2.17207.3 | 1,123 | 7/26/2017 |
1.2.17193.4 | 1,206 | 7/12/2017 |
1.2.17189.4 | 1,194 | 7/8/2017 |
1.2.17139.2 | 1,264 | 5/19/2017 |
1.2.17139.1 | 1,105 | 5/19/2017 |
1.2.17137.6 | 1,100 | 5/17/2017 |
1.2.17125.2 | 1,123 | 5/5/2017 |
1.2.17123.1 | 1,160 | 5/3/2017 |
1.2.17093.8 | 1,142 | 4/3/2017 |
Added GetBasicPropertiesAsync() method for StorageItem. Added DisplayName property for StorageItem. Added GetItemsAsync(int, int) and TryGetItemAsync(string) methods to StorageFolder. Added ContentType property to StorageFile. Added OpenReadAsync() method to StorageFile. Added more MimeTypes supported by the MimeTypeHelper for StorageFile and the FileOpenPicker.