Skip to content

Commit

Permalink
Update heroku/buildpacks-dotnet to v0.2.0
Browse files Browse the repository at this point in the history
## heroku/dotnet

### Changed

- Detected process types are now only registered as launch processes when no Procfile is present. [#185](heroku/buildpacks-dotnet#185)

### Added

- Enabled `libcnb`'s `trace` feature. [#184](heroku/buildpacks-dotnet#184)

### Changed

- The .NET SDK inventory was updated with new download URLs for version 9.0 release artifacts. [#193](heroku/buildpacks-dotnet#193)
  • Loading branch information
heroku-linguist[bot] committed Feb 10, 2025
1 parent de54d48 commit 377b797
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions builder-22/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ version = "0.20.5"

[[buildpacks]]
id = "heroku/dotnet"
uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:b413c39b968e1e69ed4a0d724619575ec57f942b5ebfd6418426e95e0847852f"
uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:3b6f4ea628b030d8426676f40592cc1e91b150bbf7d5fff1689077dc3e704db0"

[[buildpacks]]
id = "heroku/go"
Expand Down Expand Up @@ -154,7 +154,7 @@ version = "0.20.5"
optional = true
[[order.group]]
id = "heroku/dotnet"
version = "0.1.10"
version = "0.2.0"
[[order.group]]
id = "heroku/procfile"
version = "4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions builder-24/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]

[[buildpacks]]
id = "heroku/dotnet"
uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:b413c39b968e1e69ed4a0d724619575ec57f942b5ebfd6418426e95e0847852f"
uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:3b6f4ea628b030d8426676f40592cc1e91b150bbf7d5fff1689077dc3e704db0"

[[buildpacks]]
id = "heroku/go"
Expand Down Expand Up @@ -154,7 +154,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]
optional = true
[[order.group]]
id = "heroku/dotnet"
version = "0.1.10"
version = "0.2.0"
[[order.group]]
id = "heroku/procfile"
version = "4.0.0"
Expand Down

0 comments on commit 377b797

Please # to comment.