Skip to content

Commit

Permalink
Update Inventory for heroku/dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
heroku-linguist[bot] committed Sep 25, 2024
1 parent fbed373 commit b378592
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildpacks/dotnet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Support for .NET SDK versions: 8.0.402 (linux-arm64), 8.0.402 (linux-amd64).

## [0.1.2] - 2024-08-29

### Changed
Expand Down
14 changes: 14 additions & 0 deletions buildpacks/dotnet/inventory.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
[[artifacts]]
version = "8.0.402"
os = "linux"
arch = "arm64"
url = "https://download.visualstudio.microsoft.com/download/pr/42db7609-0abd-4645-a474-a3c9a4e27066/31ef83a143f817c7b085d4989904eebd/dotnet-sdk-8.0.402-linux-arm64.tar.gz"
checksum = "sha512:03a98e2fa90902f1251f231e268eb70c59639ef806d0466ce14ec3224d0739526a38982ca84d68e76ebd99f5962d6d490915358aa70e9276842e4f148fbd9596"

[[artifacts]]
version = "8.0.402"
os = "linux"
arch = "amd64"
url = "https://download.visualstudio.microsoft.com/download/pr/1ebffeb0-f090-4001-9f13-69f112936a70/5dbc249b375cca13ec4d97d48ea93b28/dotnet-sdk-8.0.402-linux-x64.tar.gz"
checksum = "sha512:a74f5cb0ac34ac3889c7616da7386563103e28a60fc8f767857f9b65c34c34d11301593de6b248d26c72557d63c18b0f7ce15bbcc0114f321c5e14dcec98008c"

[[artifacts]]
version = "8.0.401"
os = "linux"
Expand Down

0 comments on commit b378592

Please sign in to comment.