OwlCore.Storage.Uwp 0.2.0

dotnet add package OwlCore.Storage.Uwp --version 0.2.0
NuGet\Install-Package OwlCore.Storage.Uwp -Version 0.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OwlCore.Storage.Uwp" Version="0.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OwlCore.Storage.Uwp --version 0.2.0
#r "nuget: OwlCore.Storage.Uwp, 0.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OwlCore.Storage.Uwp as a Cake Addin
#addin nuget:?package=OwlCore.Storage.Uwp&version=0.2.0

// Install OwlCore.Storage.Uwp as a Cake Tool
#tool nuget:?package=OwlCore.Storage.Uwp&version=0.2.0

Provides a Windows.Storage implementation of the OwlCore.Storage APIs.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-android33.0 is compatible.  net7.0-ios was computed.  net7.0-ios16.1 is compatible.  net7.0-maccatalyst was computed.  net7.0-maccatalyst16.1 is compatible.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Universal Windows Platform uap10.0.17763 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on OwlCore.Storage.Uwp:

Repository Stars
Arlodotexe/strix-music
Combine any music sources into a single library. It's your music. Play it your way.
Version Downloads Last updated
0.2.0 94 3/18/2024
0.1.0 297 2/22/2023
0.0.1 344 11/9/2022
0.0.0 433 9/14/2022

--- 0.2.0 ---
[Breaking]
Updated to OwlCore.Storage 0.10.0. Inherited and implemented breaking changes and new features for storage interfaces.

--- 0.1.0 ---
[Breaking]
Updated to OwlCore.Storage 0.8.0.
Inherited and implemented breaking changes and new features for storage interfaces.

--- 0.0.1 ---
[Fix]
Uno.UI is no longer a dependency when running under native UWP.
Fixed an issue with UWP targeting.

--- 0.0.0 ---
[New]
Initial release of OwlCore.Storage.Uwp.