Release dotnet-sdk-extensions 1.0.0 NuGet package
Closed this issue · 2 comments
edumserrano commented
What NuGet package do you want to release?
dotnet-sdk-extensions
What is the new version for the NuGet package?
1.0.0
Auto-generate release notes?
No
Custom release notes?
First non-preview release. This major version will be the only one that supports netcoreapp3.1.
This version still works up until net7.0 but I'll be decommissioning support on older TFMs on newer major versions.
github-actions commented
NuGet release flow progress
graph TD
A([Create NuGet release issue]):::ok --> B
B[Action: NuGet release]:::ok --> C
C[Pull Request: Release NuGet ]:::ok --> D
D[Action: NuGet publish]:::ok --> E([NuGet released]):::ok
classDef ok stroke:#a5e16e
classDef error stroke:#ff1355
click B "https://github.com/edumserrano/dotnet-sdk-extensions/actions/runs/5837483848" _blank
click C "https://github.com/edumserrano/dotnet-sdk-extensions/pull/722" _blank
click D "https://github.com/edumserrano/dotnet-sdk-extensions/actions/runs/5837574762" _blank
- This shows the overall progress of the NuGet release flow. It might take some time for the diagram state to update, please be patient.
- If any step fails it will be highlighted in red. Click on it to find out more details in the logs of the action.
- To retry add a comment in this issue with
/retry-nuget-release
, this will restart the NuGet release flow. Before retrying make sure to close any pull requests that might have been created by this release flow.
github-actions commented
The NuGet package dotnet-sdk-extensions version 1.0.0 has been released.
Closing this issue.