Release 9.0.0
What's Changed
Changes
- Upgrade to .NET 10 and .NET 11 (RC) by @johnkors in #38
- Migrate build to Bullseye by @johnkors in #39
- Report MTP test results as GitHub Actions annotations by @johnkors in #40
- Rename ITokenStore to IWorkspaceInstallationHandler (backwards compatible) by @johnkors in #41
- Register IWorkspaceInstallationHandler as scoped instead of singleton by @johnkors in #43
- Fix Uninstall return type to match its documented nullability by @johnkors in #44
- Remove obsolete ITokenStore, IUninstall, and OAuthOptions.OnSuccess by @johnkors in #42
Full Changelog: 8.1.4...9.0.0
32796de Merge pull request #42 from dotnetbots/jk/remove-obsolete-token-store
c3db392 Merge remote-tracking branch 'origin/main' into jk/remove-obsolete-token-store
b17e577 Merge pull request #44 from dotnetbots/jk/singletons-scoped
7172b7e Fix Uninstall return type to match its documented nullability
3b84b51 Merge pull request #43 from dotnetbots/jk/singletons-scoped
a5ec172 Register IWorkspaceInstallationHandler as scoped instead of singleton
257f093 Remove obsolete ITokenStore, IUninstall, and OAuthOptions.OnSuccess
f4223a3 Merge pull request #41 from dotnetbots/jk/TokenManager
2e5a9ff Bump major version for the ITokenStore -> IWorkspaceInstallationHandler rename
9bb2088 Rename ITokenManager to IWorkspaceInstallationHandler, Insert/Delete to Install/Uninstall
34f23c4 Rename ITokenStore to ITokenManager, keep old interface as obsolete alias
705d8b8 Merge pull request #40 from dotnetbots/jk/mtp-gh-reporting
113edfb Report MTP test results as GitHub Actions annotations
8e5c2d4 Merge pull request #39 from dotnetbots/jk/upgrade
9262ae2 Migrate build to Bullseye and wire it into GH Actions
72f65b0 Merge pull request #38 from dotnetbots/jk/upgrade
cf0d3bb Fix CI trigger filters so it actually runs on branches and PRs
f89553c Simplify workflow .NET setup using multi-version install syntax
a30f864 Upgrade to .NET 10 and .NET 11 (RC)