OwlCore.Storage.Uwp
0.2.1
dotnet add package OwlCore.Storage.Uwp --version 0.2.1
NuGet\Install-Package OwlCore.Storage.Uwp -Version 0.2.1
<PackageReference Include="OwlCore.Storage.Uwp" Version="0.2.1" />
<PackageVersion Include="OwlCore.Storage.Uwp" Version="0.2.1" />
<PackageReference Include="OwlCore.Storage.Uwp" />
paket add OwlCore.Storage.Uwp --version 0.2.1
#r "nuget: OwlCore.Storage.Uwp, 0.2.1"
#:package OwlCore.Storage.Uwp@0.2.1
#addin nuget:?package=OwlCore.Storage.Uwp&version=0.2.1
#tool nuget:?package=OwlCore.Storage.Uwp&version=0.2.1
Provides a Windows.Storage implementation of the OwlCore.Storage APIs.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-android35.0 is compatible. net9.0-browser was computed. net9.0-ios was computed. net9.0-ios18.0 is compatible. net9.0-maccatalyst was computed. net9.0-maccatalyst18.0 is compatible. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Universal Windows Platform | uap10.0.17763 is compatible. |
-
net9.0
- Microsoft.Bcl.AsyncInterfaces (>= 8.0.0)
- OwlCore.Storage (>= 0.13.0)
- System.Linq.Async (>= 6.0.1)
- Uno.UI (>= 5.6.99)
-
net9.0-android35.0
- Microsoft.Bcl.AsyncInterfaces (>= 8.0.0)
- OwlCore.Storage (>= 0.13.0)
- System.Linq.Async (>= 6.0.1)
- Uno.UI (>= 5.6.99)
-
net9.0-ios18.0
- Microsoft.Bcl.AsyncInterfaces (>= 8.0.0)
- OwlCore.Storage (>= 0.13.0)
- System.Linq.Async (>= 6.0.1)
- Uno.UI (>= 5.6.99)
-
net9.0-maccatalyst18.0
- Microsoft.Bcl.AsyncInterfaces (>= 8.0.0)
- OwlCore.Storage (>= 0.13.0)
- System.Linq.Async (>= 6.0.1)
- Uno.UI (>= 5.6.99)
-
UAP 10.0.17763
- Microsoft.Bcl.AsyncInterfaces (>= 8.0.0)
- OwlCore.Storage (>= 0.13.0)
- System.Linq.Async (>= 6.0.1)
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.
|
--- 0.2.1 ---
[Improvements]
Updated OwlCore.Storage to 0.13.0, implemented ICreateRenamedCopyOf, IMoveRenamedFrom in WindowsStorageFolder.
Update to net9.0* for Uno TFMs.
--- 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.