File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.11.2] - 2025-11-20
11+
1012### Added
1113
1214- Support for .NET SDK versions: 9.0.308.
@@ -316,7 +318,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
316318
317319- Initial implementation.
318320
319- [ unreleased ] : https://github.com/heroku/buildpacks-dotnet/compare/v0.11.1...HEAD
321+ [ unreleased ] : https://github.com/heroku/buildpacks-dotnet/compare/v0.11.2...HEAD
322+ [ 0.11.2 ] : https://github.com/heroku/buildpacks-dotnet/compare/v0.11.1...v0.11.2
320323[ 0.11.1 ] : https://github.com/heroku/buildpacks-dotnet/compare/v0.11.0...v0.11.1
321324[ 0.11.0 ] : https://github.com/heroku/buildpacks-dotnet/compare/v0.10.0...v0.11.0
322325[ 0.10.0 ] : https://github.com/heroku/buildpacks-dotnet/compare/v0.9.2...v0.10.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
22
33[buildpack ]
44id = " heroku/dotnet"
5- version = " 0.11.1 "
5+ version = " 0.11.2 "
66name = " Heroku .NET"
77homepage = " https://github.com/heroku/buildpacks-dotnet"
88description = " Heroku's buildpack for .NET applications."
You can’t perform that action at this time.
0 commit comments