Skip to content

Commit 4ffae54

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IpfsCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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).
3838
Added overload AddAsync with IProgress<BlocksPinnedProgress> for streaming pin progress.
3939

0 commit comments

Comments
 (0)