Skip to content

Tags: microsoft/xbox-live-developer-tools

Tags

2512

Toggle 2512's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Accounting for the possibility that user will initialize as 'Xorc' in…

…stead of a long before publishing an initial service config (#134)

2509

Toggle 2509's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Accounting for the possibility that user will initialize as 'Xorc' in…

…stead of a long before publishing an initial service config (#134)

2505

Toggle 2505's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
remove Microsoft.IdentityModel.Clients.ActiveDirectory (#130)

remove unused and unsecure package Microsoft.IdentityModel.Clients.ActiveDirectory.
remove unreference class AdaITokenCache.cs

2504

Toggle 2504's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adding missing WriteEndElement (#127)

2410

Toggle 2410's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Scope for MSAL Dev Auth Context (#126)

* updating msal dev account scope to api.partner.microsoft

* updating scope for dev auth context

* removing ESRP Strong Name Sign & CodeSigning

* removing ESRP nuget codesigning

2407

Toggle 2407's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
updating minor version (#125)

2404v2

Toggle 2404v2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump Microsoft.Identity.Client in /Microsoft.Xbox.Service.DevTools (#119

)

Bumps [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) from 4.60.1 to 4.60.3.
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/CHANGELOG.md)
- [Commits](AzureAD/microsoft-authentication-library-for-dotnet@4.60.1...4.60.3)

---
updated-dependencies:
- dependency-name: Microsoft.Identity.Client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

2404

Toggle 2404's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Missing semicolon (#118)

2310

Toggle 2310's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Player reset tool batch functionality (#115)

* Starting work for passing several ids into player reset tool

* Code updates for sequenctial email processing and parallel xuid processing

* Updated tests

* Sending in batches of 10

* Adding retry logic, start

* Updated retry logic

* Starting file reading

* Can read partner center files

* Cleaned up code and updated reade

* Updated command line to read files and detect format. Retaining list functinoality for -x and -u options

* Added case for empty files

* Updating reference and tests

* Removing unused variables

* Removed todos

2303

Toggle 2303's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Player reset tool batch functionality (#115)

* Starting work for passing several ids into player reset tool

* Code updates for sequenctial email processing and parallel xuid processing

* Updated tests

* Sending in batches of 10

* Adding retry logic, start

* Updated retry logic

* Starting file reading

* Can read partner center files

* Cleaned up code and updated reade

* Updated command line to read files and detect format. Retaining list functinoality for -x and -u options

* Added case for empty files

* Updating reference and tests

* Removing unused variables

* Removed todos