OwlCore.Kubo 0.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package OwlCore.Kubo --version 0.2.0
NuGet\Install-Package OwlCore.Kubo -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.Kubo" Version="0.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OwlCore.Kubo --version 0.2.0
#r "nuget: OwlCore.Kubo, 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.Kubo as a Cake Addin
#addin nuget:?package=OwlCore.Kubo&version=0.2.0

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

An essential toolkit for Kubo, IPFS and the distributed web.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
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 (2)

Showing the top 2 popular GitHub repositories that depend on OwlCore.Kubo:

Repository Stars
yoshiask/FluentStore
A unifying frontend for Windows app stores and package managers
Arlodotexe/strix-music
Combine any music sources into a single library. It's your music. Play it your way.
Version Downloads Last updated
0.15.1 136 1/25/2024
0.15.0 64 1/24/2024
0.14.3 97 1/13/2024
0.14.2 74 1/12/2024
0.14.1 206 12/17/2023
0.14.0 151 11/15/2023
0.13.2 115 11/14/2023
0.13.1 92 11/14/2023
0.13.0 112 11/14/2023
0.12.5 249 5/13/2023
0.12.4 167 5/10/2023
0.12.3 84 5/9/2023
0.12.2 77 5/9/2023
0.12.1 96 5/7/2023
0.12.0 87 5/7/2023
0.11.3 186 5/3/2023
0.11.2 270 3/29/2023
0.11.1 287 2/28/2023
0.11.0 259 2/28/2023
0.10.2 256 2/23/2023
0.10.1 266 2/22/2023
0.10.0 261 2/22/2023
0.9.9 278 2/8/2023
0.9.8 286 2/8/2023
0.9.7 376 12/25/2022
0.9.6 328 12/23/2022
0.9.5 453 10/21/2022
0.9.4 442 10/21/2022
0.9.3 437 10/21/2022
0.9.2 456 10/8/2022
0.9.1 441 10/7/2022
0.9.0 428 10/7/2022
0.8.2 401 10/7/2022
0.8.1 442 10/4/2022
0.8.0 438 10/4/2022
0.7.0 434 10/4/2022
0.6.0 506 9/28/2022
0.5.1 429 9/27/2022
0.5.0 418 9/27/2022
0.4.0 422 9/27/2022
0.3.0 419 9/6/2022
0.2.1 424 9/6/2022
0.2.0 442 9/6/2022
0.1.4 443 9/5/2022
0.1.3 422 9/5/2022
0.1.2 455 9/4/2022
0.1.1 428 9/2/2022
0.0.0 434 9/2/2022

--- 0.2.0 ---
[Breaking]
Inheriting breaking changes from OwlCore.Storage. See release notes for 0.4.0.

[New]
Added AddressableIpfsFile and AddressableIpfsFolder. Any item returned from a folder will now implement IAddressableStorage, allowing you to traverse back to the root folder.
Added IpnsFile and IpnsFolder, with properly transforming IDs during traversal. For example, you can start with a new IpnsFolder("/ipns/ipfs.tech"), and calling GetItemsAsync recursively could yield you with a file or folder with an ID and path of "/ipns/ipfs.tech/some/really/deep/path/".

--- 0.1.4 ---
Fixed IpfsFolder.GetItemsAsync returning all items, regardless of the StorableType used.

--- 0.1.3 ---
Updated OwlCore.Storage dependency to the latest version.

--- 0.1.2 ---
[Improvement]
Updated packages. Removes various transitive dependencies.

--- 0.1.1 ---
[Fixed]
Fixed KuboBootstrapper failing to execute on Linux due to unset execute permission.

--- 0.1.0 ---
[New]
Added basic OwlCore.Storage implementations of IpfsFolder and IpfsFile.
Renamed KuboDownloader.DownloadBinaryAsync to KuboDownload.DownloadLatestBinaryAsync.
Added KuboDownloader.DownloadBinaryAsync, which takes a specific Version to install.

[Improvements]
Unit tests will now automatically use a local node when it's available, falling back to an embedded node if needed.

--- 0.0.0 ---
Initial release.

[New]
Added KuboBoostrapper.
Added KuboDownloader.
Added unit tests.