Skip to content

Commit

Permalink
Prepare release v0.1.0 (#113)
Browse files Browse the repository at this point in the history
## heroku/dotnet

### Added

- Initial implementation.

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Aug 15, 2024
1 parent c1db836 commit d18d802
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions buildpacks/dotnet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0] - 2024-08-15

### Added

- Initial implementation.

[unreleased]: https://github.com/heroku/buildpacks-dotnet/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/heroku/buildpacks-dotnet/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion buildpacks/dotnet/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/dotnet"
version = "0.0.0"
version = "0.1.0"
name = "Heroku .NET"
homepage = "https://github.com/heroku/buildpacks-dotnet"
description = "Heroku's buildpack for .NET applications."
Expand Down

0 comments on commit d18d802

Please sign in to comment.