Skip to content

Commit c488b83

Browse files
Prepare release v1.0.3 (#387)
## heroku/dotnet ### Added - Support for .NET SDK versions: 8.0.124, 8.0.418, 9.0.114, 9.0.311, 10.0.103. Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 170f9b4 commit c488b83

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+
## [1.0.3] - 2026-02-10
11+
1012
### Added
1113

1214
- Support for .NET SDK versions: 8.0.124, 8.0.418, 9.0.114, 9.0.311, 10.0.103.
@@ -379,7 +381,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
379381

380382
- Initial implementation.
381383

382-
[unreleased]: https://github.com/heroku/buildpacks-dotnet/compare/v1.0.2...HEAD
384+
[unreleased]: https://github.com/heroku/buildpacks-dotnet/compare/v1.0.3...HEAD
385+
[1.0.3]: https://github.com/heroku/buildpacks-dotnet/compare/v1.0.2...v1.0.3
383386
[1.0.2]: https://github.com/heroku/buildpacks-dotnet/compare/v1.0.1...v1.0.2
384387
[1.0.1]: https://github.com/heroku/buildpacks-dotnet/compare/v1.0.0...v1.0.1
385388
[1.0.0]: https://github.com/heroku/buildpacks-dotnet/compare/v0.15.0...v1.0.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 = "1.0.2"
5+
version = "1.0.3"
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)