You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEXT_RELEASE.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@
3
3
## Breaking changes
4
4
5
5
-`ShareItem(...)` now returns `ItemShareResult` instead of `void`.
6
-
- The single-email `ShareItem(...)` overloads were removed. Use a collection of email addresses for restricted links, or omit the collection entirely for unrestricted links.
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,6 @@ This library has no dependencies.
20
20
## Breaking changes for the next x.x.x release
21
21
22
22
-`ShareItem(...)` now returns `ItemShareResult` instead of `void`.
23
-
- The single-email `ShareItem(...)` overloads were removed. Pass a collection of email addresses for restricted links, or omit the collection entirely for unrestricted links.
Copy file name to clipboardExpand all lines: docfx/docs/quick-start.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Quick start
2
2
3
-
> Starting with the next x.x.x release, `ShareItem(...)` returns `ItemShareResult`and the single-email overloads are removed. Pass a collection of email addresses for restricted links, or omit the collection entirely for unrestricted links.
3
+
> Starting with the next x.x.x release, `ShareItem(...)` returns `ItemShareResult`instead of `void`.
0 commit comments