Skip to content

Tags: microsoft/artifacts-credprovider

Tags

v1.4.0-alpha

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare 1.4.0 (#547)

Bump version to prepare for release

v1.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Don't attempt to install .NET 8 without explicit variable (#528)

With v1.3.0 not being fully released yet, attempting download of Net8
bits may fail if not explicitly setting v1.3.0-alpha in
`installcredprovider.sh`. Update the variable check to avoid "default"
downloads of .NET 8.

v1.3.0-alpha

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add .NET 8, FX 4.8.1 support (#520)

With the end of support for multiple .NET releases used by the artifacts
credential provider, it's time to migrate to supported .NET versions.
This includes a bump of .NET 6 -> .NET 8 and .NET Framework 4.6.1 to
.NET Framework 4.8.1.

For more info on end of support dates, see
https://github.com/dotnet/core/blob/main/releases.md

These new bits will not be set as the default version being installed
until the next major release as documented in the README. I'll also post
an announcement about the upcoming deprecation.

---------

Co-authored-by: Coby Allred <[email protected]>

v1.2.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
revert vscode push and create 1.2.3 release (#519)

- revert unintentional vscode push
- create 1.2.3 release

v1.2.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Create 1.2.2 release (#515)

v1.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Pin System.Formats.Asn1 version to 6.0.1 (#506)

Fixes #505 by pinning System.Formats.Asn1 version to 6.0.1

v1.2.0-alpha

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Create 1.2.0 Release (#498)

- Create 1.2.0 release for mI/SP support

v1.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Create 1.1.1 release (#486)

v1.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changing away from MicroBuildUploadVstsDropFolder@2 (#469)

Using output method with microBuildVstsDrop instead of
MicroBuildUploadVstsDropFolder@2 task for compatibility

---------

Co-authored-by: Abby Powell (from Dev Box) <[email protected]>

v1.1.0-beta.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix vsix package to include dependencies (#480)