|
14 | 14 | <RepositoryType>git</RepositoryType>
|
15 | 15 | <PackageTags>ADO YAML AzureDevOps</PackageTags>
|
16 | 16 | <PackageReleaseNotes>
|
17 |
| - BREAKING CHANGE: Adding Support For Generic Job Definitions |
18 |
| - |
19 |
| - We are excited to announce a significant update to how we define jobs for GitHub Actions using ADotNet! |
20 |
| - Starting from this release, we have introduced a breaking change that allows the usage of generic job |
21 |
| - definitions, replacing the previous job names specifically used for build, tagging, and release. |
22 |
| - This change requires a small code modification in how you define jobs. You will now have the |
23 |
| - flexibility to define jobs based on your specific needs, enhancing customization and providing |
24 |
| - a more streamlined workflow. Please refer to the updated documentation for guidance on adapting |
25 |
| - your code to accommodate this change. |
| 17 | + This release has a new label job component that can be used to automatically label pull requests based on the pull request title. |
26 | 18 | </PackageReleaseNotes>
|
27 | 19 | <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
28 | 20 | <PackageReadmeFile>README.md</PackageReadmeFile>
|
29 |
| - <AssemblyVersion>3.0.2</AssemblyVersion> |
30 |
| - <FileVersion>3.0.2</FileVersion> |
31 |
| - <Version>3.0.2</Version> |
| 21 | + <AssemblyVersion>3.0.3</AssemblyVersion> |
| 22 | + <FileVersion>3.0.3</FileVersion> |
| 23 | + <Version>3.0.3</Version> |
32 | 24 | <PackageLicenseFile>License.txt</PackageLicenseFile>
|
33 | 25 | <PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
|
34 | 26 | <PackageProjectUrl>https://github.com/hassanhabib/ADotNet</PackageProjectUrl>
|
|
0 commit comments