Skip to content

Releases: heroku/buildpacks-dotnet

v0.1.9

04 Dec 18:42
355913c
Compare
Choose a tag to compare

heroku/dotnet

Added

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

v0.1.8

30 Nov 18:26
d1e893c
Compare
Choose a tag to compare

heroku/dotnet

Changed

  • The buildpack will now retry SDK downloads up to 5 times (#160)

v0.1.7

26 Nov 18:24
a9568a1
Compare
Choose a tag to compare

heroku/dotnet

Changed

  • Web application launch processes now configure Kestrel to bind both IPv4 and IPv6 addresses. (#156)

v0.1.6

12 Nov 19:38
a4f6650
Compare
Choose a tag to compare

heroku/dotnet

Added

  • Support for .NET SDK versions: 8.0.111 (linux-amd64), 8.0.111 (linux-arm64), 8.0.307 (linux-amd64), 8.0.307 (linux-arm64), 8.0.404 (linux-amd64), 8.0.404 (linux-arm64), 9.0.100 (linux-amd64), 9.0.100 (linux-arm64).

v0.1.5

11 Nov 16:58
3fddb54
Compare
Choose a tag to compare

heroku/dotnet

Changed

  • The buildpack will now retry SDK downloads when the request failure is caused by I/O errors. (#140)

Added

  • Support for .NET SDK versions: 9.0.100-preview.1.24101.2 (linux-amd64), 9.0.100-preview.1.24101.2 (linux-arm64), 9.0.100-preview.2.24157.14 (linux-amd64), 9.0.100-preview.2.24157.14 (linux-arm64), 9.0.100-preview.3.24204.13 (linux-amd64), 9.0.100-preview.3.24204.13 (linux-arm64), 9.0.100-preview.4.24267.66 (linux-amd64), 9.0.100-preview.4.24267.66 (linux-arm64), 9.0.100-preview.5.24307.3 (linux-amd64), 9.0.100-preview.5.24307.3 (linux-arm64), 9.0.100-preview.6.24328.19 (linux-amd64), 9.0.100-preview.6.24328.19 (linux-arm64), 9.0.100-preview.7.24407.12 (linux-amd64), 9.0.100-preview.7.24407.12 (linux-arm64), 9.0.100-rc.1.24452.12 (linux-amd64), 9.0.100-rc.1.24452.12 (linux-arm64), 9.0.100-rc.2.24474.11 (linux-amd64), 9.0.100-rc.2.24474.11 (linux-arm64).

v0.1.4

09 Oct 04:43
c2d272c
Compare
Choose a tag to compare

heroku/dotnet

Added

  • Support for .NET SDK versions: 8.0.110 (linux-arm64), 8.0.110 (linux-amd64), 8.0.306 (linux-arm64), 8.0.306 (linux-amd64), 8.0.403 (linux-arm64), 8.0.403 (linux-amd64).

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.