Skip to content

Commit bc6589c

Browse files
committed
fix: correct generic type syntax in IPinApi.ListAsync release notes
1 parent 094fd71 commit bc6589c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/IpfsCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
--- 0.8.0 ---
3434
[Breaking]
3535
Pin API alignment with Kubo 0.37.0:
36-
IPinApi.ListAsync now returns IAsyncEnumerable<PinListItem> and supports PinListOptions (filter by name, type direct/indirect/recursive/all, recurse, stream).
36+
IPinApi.ListAsync now returns IAsyncEnumerable{PinListItem} and supports PinListOptions (filter by name, type direct/indirect/recursive/all, recurse, stream).
3737
IPinApi.AddAsync now accepts PinAddOptions (replaces the recursive bool parameter).
38-
Added overload AddAsync with IProgress<BlocksPinnedProgress> for streaming pin progress.
38+
Added overload AddAsync with IProgress{BlocksPinnedProgress} for streaming pin progress.
3939

4040
[New]
4141
Named pins: PinAddOptions.Name and PinListItem.Name; PinListOptions.Name optionally filters. AddFileOptions.PinName to name pins created by file adds (behavior depends on daemon version).

0 commit comments

Comments
 (0)