Skip to content

Releases: heroku/buildpacks-dotnet

v0.1.3

25 Sep 13:31
17c6063
Compare
Choose a tag to compare

heroku/dotnet

Added

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

v0.1.2

29 Aug 07:49
fd9b6fd
Compare
Choose a tag to compare

heroku/dotnet

Changed

  • Enhanced buildpack log output to provide more detailed information on launch process detection and registration. (#124)
  • Set the PublishDir MSBuild property to bin/publish when running dotnet publish. This change ensures that the publish output for each project is consistently placed in the same directory relative to the project file, making it easier to write Procfile commands that work across different OS/architectures (e.g. linux-arm64, linux-x64 RIDs), build configurations (e.g. Release, Debug), and Target Framework Monikers (e.g. net8.0, net6.0). (#121)

v0.1.1

19 Aug 15:16
5ab60f9
Compare
Choose a tag to compare

heroku/dotnet

Added

  • Inventory .NET SDKs: 8.0.401 (linux-arm64), 8.0.401 (linux-amd64)

v0.1.0

15 Aug 18:28
d18d802
Compare
Choose a tag to compare

heroku/dotnet

Added

  • Initial implementation.