Skip to content

Releases: heroku/buildpacks-dotnet

v0.10.0

21 Oct 00:53
c8091d5

Choose a tag to compare

heroku/dotnet

Added

  • Support for the SLNX (.slnx) solution file format. (#329)

v0.9.2

14 Oct 20:41
bec48df

Choose a tag to compare

heroku/dotnet

Added

  • Support for .NET SDK versions: 8.0.121, 8.0.318, 8.0.415, 9.0.111, 9.0.306, 10.0.100-rc.2.25502.107.

v0.9.1

04 Oct 00:00
26554d6

Choose a tag to compare

heroku/dotnet

Changed

  • Enhanced dotnet command failure error messages with clearer guidance and NuGet status link for troubleshooting. (#323)

v0.9.0

12 Sep 19:26
b74f096

Choose a tag to compare

heroku/dotnet

Changed

  • The buildpack now only passes detection when solution or project files are present in the root directory. (#320)

Added

  • Support for configuring the solution file to build and publish via SOLUTION_FILE environment variable. (#319)

v0.8.1

09 Sep 19:41
b4c509d

Choose a tag to compare

heroku/dotnet

Added

  • Support for .NET SDK versions: 8.0.120, 8.0.317, 8.0.414, 9.0.110, 9.0.305, 10.0.100-rc.1.25451.107.

v0.8.0

09 Sep 15:01
4c03e60

Choose a tag to compare

heroku/dotnet

Changed

  • The buildpack now requires an explicitly configured solution file when multiple solutions are present in the root directory. (#312)
  • Enhanced detection failure error message with actionable guidance and link to relevant documentation. (#314)

Added

  • Support for configuring the solution to build and publish in project.toml, including solutions located in subdirectories. (#310, #313, #314)

v0.7.0

27 Aug 23:27
d831074

Choose a tag to compare

heroku/dotnet

Added

  • Support for customizing the default build configuration and MSBuild verbosity level with a project.toml file. (#303)

Changed

  • The buildpack now supports projects using .NET 10.0 preview releases (without custom global.json config). (#301)

v0.6.1

14 Aug 17:05
93253f4

Choose a tag to compare

heroku/dotnet

Added

  • Support for .NET SDK versions: 10.0.100-preview.1.25120.13, 10.0.100-preview.2.25164.34, 10.0.100-preview.3.25201.16, 10.0.100-preview.4.25258.110, 10.0.100-preview.5.25277.114, 10.0.100-preview.6.25358.103, 10.0.100-preview.7.25380.108.

v0.6.0

05 Aug 22:46
97b7a8f

Choose a tag to compare

heroku/dotnet

Added

  • Support for .NET SDK versions: 8.0.119 (linux-amd64), 8.0.119 (linux-arm64), 8.0.316 (linux-amd64), 8.0.316 (linux-arm64), 8.0.413 (linux-amd64), 8.0.413 (linux-arm64), 9.0.109 (linux-amd64), 9.0.109 (linux-arm64), 9.0.304 (linux-amd64), 9.0.304 (linux-arm64).

v0.5.8

18 Jul 19:37
73c500e

Choose a tag to compare

heroku/dotnet

Added

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