richardschneider / net-ipfs-http-client

InterPlanetary File System client for .Net (C#, VB, F# ...)
MIT License
158 stars 52 forks source link

IPFS 0.11.0 Support #69

Open Arlodotexe opened 2 years ago

Arlodotexe commented 2 years ago

A few months ago, IPFS released 0.11.0, which among some good improvements, also included breaking changes to the pubsub APIs.

Would be great to see this library brought up to speed with this version of IPFS. Willing to assist as needed, so long as the repo author is still around.

Arlodotexe commented 2 years ago

Some progress made in #70, and merged to master on my fork.

Arlodotexe commented 2 years ago

I'm working with the IPFS team to get this repo imported into the IPFS shipyard so the community can maintain it again.

One of the first things we'll be doing is consolidating our TargetFramework to netstandard2.0. There's a few reasons for this: