Skip to content

Commit fa55e11

Browse files
Prepare release v0.11.2 (#347)
## heroku/dotnet ### Added - Support for .NET SDK versions: 9.0.308. Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 3df90ed commit fa55e11

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

buildpacks/dotnet/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

buildpacks/dotnet/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/dotnet"
5-
version = "0.11.1"
5+
version = "0.11.2"
66
name = "Heroku .NET"
77
homepage = "https://github.com/heroku/buildpacks-dotnet"
88
description = "Heroku's buildpack for .NET applications."

0 commit comments

Comments
 (0)