Releases: microsoft/artifacts-credprovider
Releases · microsoft/artifacts-credprovider
1.0.1
What's Changed
- Add readme and script updates on release 1.0.0 by @satbai in #302
- Revert "Add readme and script updates on release 1.0.0" by @phil-hodgson in #305
- Revert "Update .NET Core version to 3.1 and add .NET 6" by @phil-hodgson in #306
- Update 1.0.0 scripts and readme by @satbai in #308
- Revert "Revert "Update .NET Core version to 3.1 and add .NET 6"" by @satbai in #309
- fix net6 asset by @satbai in #310
- Implemented error handling + error messaging by @AlexVTor in #322
- Return a non-zero exit code when tar is not available. by @ksigmund in #323
- Adding Microsoft SECURITY.MD by @microsoft-github-policy-service in #320
- Use Auth Tasks for CI by @magleaso in #335
- Add PAT lifetime fallback support by @johnterickson in #334
- move to pipeline tools public project by @johnterickson in #340
- Share MSAL cache with GCM and VS by @johnterickson in #333
- Minor typo (profider -> provider) by @mbaranovych in #346
- Fix credential provider release build and resolve build warnings by @JohnSchmeichel in #354
- Bump NuGet.Protocol from 5.10.0 to 5.11.3 in /CredentialProvider.Microsoft by @dependabot in #349
- Fix CI build by specifying configuration by @JohnSchmeichel in #355
- Add missing files to vsix file manifest by @JohnSchmeichel in #356
- Bump Newtonsoft.json from 13.0.1 to 13.0.2 in /CredentialProvider.Microsoft by @dependabot in #359
- Bump credential provider to 1.0.1 by @JohnSchmeichel in #364
New Contributors
- @phil-hodgson made their first contribution in #305
- @AlexVTor made their first contribution in #322
- @ksigmund made their first contribution in #323
- @microsoft-github-policy-service made their first contribution in #320
- @magleaso made their first contribution in #335
- @mbaranovych made their first contribution in #346
- @JohnSchmeichel made their first contribution in #354
- @dependabot made their first contribution in #349
Full Changelog: v1.0.0...v1.0.1
1.0.0
0.1.28
0.1.25
- Add experimental switch to enable use of MSAL instead of ADAL
0.1.24
0.1.23
0.1.22
- Add override for CanShowDialog parameter
0.1.21
- Return non-zero exit code if credentials could not be acquired in standalone mode
0.1.20
- Updated dependencies
0.1.19
- Avoid a crash in certain cases where NuGet is canceling the credential provider
- Logging changes