Skip to content

Releases: microsoft/artifacts-credprovider

1.1.0

05 Mar 23:05
057378f

Choose a tag to compare

Changes:

  • 057378f Changing away from MicroBuildUploadVstsDropFolder@2 (#469)

This list of changes was auto generated.

1.1.0-beta.1

26 Feb 22:31
d61dbf0

Choose a tag to compare

1.1.0-beta.1 Pre-release
Pre-release

Changes:

  • d61dbf0 Fix vsix package to include dependencies (#480)
  • 6f12874 Correct NuGet.Protocol upgrade version (#478)
  • b4d0b98 Revert "Update NuGet.Protocol and System.Text.Json Package Version" (#479) [ #477 ]
  • d234c2d Update NuGet.Protocol and System.Text.Json Package Version (#477)

This list of changes was auto generated.

1.1.0-beta

13 Feb 22:42
4e58b4c

Choose a tag to compare

1.1.0-beta Pre-release
Pre-release

Changes:

  • 4e58b4c Update dockerfile.sample.txt image (#474)
  • 0c18445 Correct README dotnet runtime and sdk requirements (#471)
  • 3bdd257 Enable cross platform session token cache global locking (#470) [ #416 ]
  • 9b4778a Update SessionTokenCache File Permissions (#467)
  • 447da8a Fix Null Reference Exception (#468) [ #455 ]
  • d6aba72 Changed install script to make it compatible for sh on linux (#457)

This list of changes was auto generated.

1.1.0-alpha

07 Aug 17:36
dc5f4a2

Choose a tag to compare

1.1.0-alpha Pre-release
Pre-release

Changes:

See More
  • f7af268 Use System.Text.Json for json (de)serialization (#393)
  • 5177919 Remove Azure Active Directory Authentication Library (ADAL) (#411)
  • 2eaec11 Update readme to link to .NET Core 3.1 removal (#428)
  • 64ba044 Include symbols for Microsoft.Artifacts.Authentication when publishing (#424)
  • 184761b Upload VS manifest to correct organization (#423)

This list of changes was auto generated.

1.0.9

12 Jul 23:10

Choose a tag to compare

What's Changed

Full Changelog: v1.0.8...v1.0.9

1.0.8

06 Jun 16:34

Choose a tag to compare

Release Notes

This release use the Microsoft Authentication Library (MSAL) by default. You can read more about this in the announcement. To use the older Azure Active Directory Authentication Library (ADAL), set the following environment variable as appropriate:

# Windows
set NUGET_CREDENTIALPROVIDER_MSAL_ENABLED=false

# Linux/macOS
export NUGET_CREDENTIALPROVIDER_MSAL_ENABLED=false

Note: Use of ADAL and the environment variable above will be removed in future versions of the credential provider.

What's Changed

Full Changelog: v1.0.7...v1.0.8

1.0.7

31 May 00:07

Choose a tag to compare

What's Changed

Full Changelog: v1.0.6...v1.0.7

1.0.6

04 May 19:13

Choose a tag to compare

Release Notes

This release use the Microsoft Authentication Library (MSAL) by default. You can read more about this in the announcement. To use the older Azure Active Directory Authentication Library (ADAL), set the following environment variable as appropriate:

# Windows
set NUGET_CREDENTIALPROVIDER_MSAL_ENABLED=false

# Linux/macOS
export NUGET_CREDENTIALPROVIDER_MSAL_ENABLED=false

Note: Use of ADAL and the environment variable above will be removed in future versions of the credential provider.

What's Changed

Full Changelog: v1.0.5...v1.0.6

1.0.5

26 Apr 21:13

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.4...v1.0.5

1.0.4

24 Apr 15:39
c4c3a31

Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4