Skip to content

Commit

Permalink
Minor updation to Release notes (since API was renamed) (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheenamalhotra committed Nov 10, 2020
1 parent bd89b64 commit 4b73f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-notes/2.1/2.1.0-preview1.md
Expand Up @@ -74,7 +74,7 @@ public class ActiveDirectoryAuthenticationProvider
public void SetParentActivityOrWindowFunc(Func<object> parentActivityOrWindowFunc);

// For .NET Framework, .NET Core and .NET Standard targeted applications
public void SetCustomWebUi(ICustomWebUi customWebUi);
public void SetAcquireAuthorizationCodeAsyncCallback(Func<Uri, Uri, CancellationToken, Task<Uri>> acquireAuthorizationCodeAsyncCallback);
}
```

Expand Down

0 comments on commit 4b73f5e

Please sign in to comment.