|
3 | 3 | <PropertyGroup>
|
4 | 4 | <TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
|
5 | 5 | <LangVersion>11.0</LangVersion>
|
6 |
| - <Copyright>Copyright (c) Hassan Habib & Shri Humrudha & Christo du Toit</Copyright> |
| 6 | + <Copyright>Copyright (c) The Standard Community</Copyright> |
7 | 7 | <Description>
|
8 | 8 | ADotNet is a dot net library to help engineers develop their build and release pipelines
|
9 | 9 | in C# without having to use YAML or any other technology.
|
10 | 10 | </Description>
|
11 |
| - <Authors>Hassan Habib & Shri Humrudha & Christo du Toit</Authors> |
| 11 | + <Authors>Hassan Habib & Shri Humrudha & Christo du Toit & Mabrouk Mahdhi</Authors> |
12 | 12 | <PackageIcon>ADotNet.png</PackageIcon>
|
13 |
| - <RepositoryUrl>https://github.com/hassanhabib/ADotNet</RepositoryUrl> |
| 13 | + <RepositoryUrl>https://github.dev/The-Standard-Organization/ADotNet</RepositoryUrl> |
14 | 14 | <RepositoryType>git</RepositoryType>
|
15 |
| - <PackageTags>ADO YAML AzureDevOps</PackageTags> |
| 15 | + <PackageTags>ADO YAML AzureDevOps GitHub-Actions Fluent</PackageTags> |
16 | 16 | <PackageReleaseNotes>
|
17 |
| - This release has two new components: CheckoutTaskV4 and RequireIssueOrTaskJob. |
| 17 | + This release has the implementation of a fluent GitHub Actions pipeline builder. |
18 | 18 | </PackageReleaseNotes>
|
19 | 19 | <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
20 | 20 | <PackageReadmeFile>README.md</PackageReadmeFile>
|
21 |
| - <AssemblyVersion>4.0.0</AssemblyVersion> |
22 |
| - <FileVersion>4.0.0</FileVersion> |
23 |
| - <Version>4.0.0</Version> |
| 21 | + <AssemblyVersion>4.1.0</AssemblyVersion> |
| 22 | + <FileVersion>4.1.0</FileVersion> |
| 23 | + <Version>4.1.0</Version> |
24 | 24 | <PackageLicenseFile>License.txt</PackageLicenseFile>
|
25 | 25 | <PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
|
26 |
| - <PackageProjectUrl>https://github.com/hassanhabib/ADotNet</PackageProjectUrl> |
| 26 | + <PackageProjectUrl>https://github.dev/The-Standard-Organization/ADotNet</PackageProjectUrl> |
27 | 27 | </PropertyGroup>
|
28 | 28 |
|
29 | 29 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
0 commit comments