Skip to content

Releases: The-Standard-Organization/ADotNet

Release - v5.1.0

Choose a tag to compare

@cjdutoit cjdutoit released this 20 Jul 10:24
4511577

Release - v5.1.0

Release Notes

		Fixes: RequireIssueOrTaskJobV2, SetAuthorAsPrAssigneeJobV2

Release - v5.0.0

Choose a tag to compare

@cjdutoit cjdutoit released this 26 Jun 09:33
95bb5f8

Release - v5.0.0

Release Notes

		New Components: CheckoutTaskV5, SetupDotNetTaskV5, TargetDotNetVersionV5, LabelJobV3, RequireIssueOrTaskJobV2, SetAuthorAsPrAssigneeJobV2, TagJobV2, PublishJobV4

Release - v4.3.0

Choose a tag to compare

@cjdutoit cjdutoit released this 14 May 16:01
12df5b7

Release - v4.3.0

Release Notes

		Updated components: SetupDotNetTaskV4, TargetDotNetVersionV4, TagJobV1, SetAuthorAsPrAssigneeJob

Release - v4.2.0

Choose a tag to compare

@cjdutoit cjdutoit released this 10 May 20:22
193d16c

Release - v4.2.0

Release Notes

		This release has the implementation of a fluent GitHub Actions pipeline builder.

Release - v4.1.0

Choose a tag to compare

@cjdutoit cjdutoit released this 27 Jan 19:34
25cc16b

Release - v4.1.0

Release Notes

		This release has the implementation of a fluent GitHub Actions pipeline builder.

Release - v4.0.0

Choose a tag to compare

@cjdutoit cjdutoit released this 08 Jan 12:44
55d51f8

Release - v4.0.0

Release Notes

		This release has two new components: CheckoutTaskV4 and RequireIssueOrTaskJob.

Release - v3.1.0

Choose a tag to compare

@cjdutoit cjdutoit released this 25 Nov 23:55
40ced4c

Release - v3.1.0

Release Notes

		This release has minor fixes for the label and publish job components. Please upgrade to LabelJobV2 and PublishJobV2.

Release - v3.0.4

Choose a tag to compare

@cjdutoit cjdutoit released this 06 Sep 19:04
1e24f7b

Release - v3.0.4

Release Notes

		This release has a minor fix for the label job component. The label job component now only applies to pull requests.

Release - v3.0.3

Choose a tag to compare

@cjdutoit cjdutoit released this 21 May 22:16
a9178b5

Release - v3.0.3

Release Notes

		This release has a new label job component that can be used to automatically label pull requests based on the pull request title.

Release - v3.0.2

Choose a tag to compare

@hassanhabib hassanhabib released this 28 Jun 20:48
3ab9e6e

Release - v3.0.2

Release Notes

		BREAKING CHANGE: Adding Support For Generic Job Definitions

		We are excited to announce a significant update to how we define jobs for GitHub Actions using ADotNet!
		Starting from this release, we have introduced a breaking change that allows the usage of generic job
		definitions, replacing the previous job names specifically used for build, tagging, and release.
		This change requires a small code modification in how you define jobs. You will now have the
		flexibility to define jobs based on your specific needs, enhancing customization and providing
		a more streamlined workflow.  Please refer to the updated documentation for guidance on adapting 
		your code to accommodate this change.