Skip to content

Commit 9e9761d

Browse files
Prepare release v0.3.1
## heroku/dotnet ### Changed - The .NET SDK inventory was updated with new download URLs for version 9.0 release artifacts. ([#203](#203)) - The buildpack will now skip NuGet package XML doc extraction when running `dotnet publish`. ([#212](#212)) - The build configuration is no longer written to the log before the `dotnet publish` command (which still includes the build configuration value when specified). ([#213](#213))
1 parent d47788c commit 9e9761d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

buildpacks/dotnet/CHANGELOG.md

+4-1
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.3.1] - 2025-03-10
11+
1012
### Changed
1113

1214
- The .NET SDK inventory was updated with new download URLs for version 9.0 release artifacts. ([#203](https://github.com/heroku/buildpacks-dotnet/pull/203))
@@ -122,7 +124,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
122124

123125
- Initial implementation.
124126

125-
[unreleased]: https://github.com/heroku/buildpacks-dotnet/compare/v0.3.0...HEAD
127+
[unreleased]: https://github.com/heroku/buildpacks-dotnet/compare/v0.3.1...HEAD
128+
[0.3.1]: https://github.com/heroku/buildpacks-dotnet/compare/v0.3.0...v0.3.1
126129
[0.3.0]: https://github.com/heroku/buildpacks-dotnet/compare/v0.2.2...v0.3.0
127130
[0.2.2]: https://github.com/heroku/buildpacks-dotnet/compare/v0.2.1...v0.2.2
128131
[0.2.1]: https://github.com/heroku/buildpacks-dotnet/compare/v0.2.0...v0.2.1

buildpacks/dotnet/buildpack.toml

+1-1
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.3.0"
5+
version = "0.3.1"
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)