You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 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))
Copy file name to clipboardexpand all lines: buildpacks/dotnet/CHANGELOG.md
+4-1
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.3.1] - 2025-03-10
11
+
10
12
### Changed
11
13
12
14
- 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
0 commit comments