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
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.1.1] - 2024-08-19
11
+
10
12
### Added
11
13
12
14
- Inventory .NET SDKs: 8.0.401 (linux-arm64), 8.0.401 (linux-amd64)
@@ -17,5 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
19
18
20
- Initial implementation.
19
21
20
- [ unreleased ] : https://github.com/heroku/buildpacks-dotnet/compare/v0.1.0...HEAD
22
+ [ unreleased ] : https://github.com/heroku/buildpacks-dotnet/compare/v0.1.1...HEAD
23
+ [ 0.1.1 ] : https://github.com/heroku/buildpacks-dotnet/compare/v0.1.0...v0.1.1
21
24
[ 0.1.0 ] : https://github.com/heroku/buildpacks-dotnet/releases/tag/v0.1.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
2
2
3
3
[buildpack ]
4
4
id = " heroku/dotnet"
5
- version = " 0.1.0 "
5
+ version = " 0.1.1 "
6
6
name = " Heroku .NET"
7
7
homepage = " https://github.com/heroku/buildpacks-dotnet"
8
8
description = " Heroku's buildpack for .NET applications."
You can’t perform that action at this time.
0 commit comments