Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Automated pull-request to update heroku/dotnet inventory
Note: For background, the upstream SDK release feed reverted the download URL change that prompted the
inventory.toml
URL changes introduced in #193.The URL changes don't currently have implications for our use case, and we could just continue using the new artifact URLs -- the URLs will likely be changed back to the new
[builds.dotnet.microsoft.com](http://builds.dotnet.microsoft.com/)
domain/CDN soon (presumably after VS Code users have had a chance to update their extensions to the newly released version that support the new domain) -- however, it seems preferable to use the "official" URLs from upstream (if only to use consistent URLs across version 9.0 releases, including today's new releases).The
CHANGELOG.md
updates in this PR may appear slightly confusing (at least when inspecting the combined diff) as theinventory-updater
(which parses and rewritesbuildpacks/dotnet/CHANGELOG.md
) merged twoChanged
sections listed under the0.2.0
release.However, this is an improvement to the changelog and I'll leave it be (even if that change isn't strictly related to this PR).