Skip to content

Commit 25cc16b

Browse files
authored
Merge pull request #150 from The-Standard-Organization/users/mabroukmahdhi/releases-v4.1.0
RELEASES: v4.1.0
2 parents 009f000 + 8c8e7a1 commit 25cc16b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

ADotNet/ADotNet.csproj

+9-9
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
55
<LangVersion>11.0</LangVersion>
6-
<Copyright>Copyright (c) Hassan Habib &amp; Shri Humrudha &amp; Christo du Toit</Copyright>
6+
<Copyright>Copyright (c) The Standard Community</Copyright>
77
<Description>
88
ADotNet is a dot net library to help engineers develop their build and release pipelines
99
in C# without having to use YAML or any other technology.
1010
</Description>
11-
<Authors>Hassan Habib &amp; Shri Humrudha &amp; Christo du Toit</Authors>
11+
<Authors>Hassan Habib &amp; Shri Humrudha &amp; Christo du Toit &amp; Mabrouk Mahdhi</Authors>
1212
<PackageIcon>ADotNet.png</PackageIcon>
13-
<RepositoryUrl>https://github.com/hassanhabib/ADotNet</RepositoryUrl>
13+
<RepositoryUrl>https://github.dev/The-Standard-Organization/ADotNet</RepositoryUrl>
1414
<RepositoryType>git</RepositoryType>
15-
<PackageTags>ADO YAML AzureDevOps</PackageTags>
15+
<PackageTags>ADO YAML AzureDevOps GitHub-Actions Fluent</PackageTags>
1616
<PackageReleaseNotes>
17-
This release has two new components: CheckoutTaskV4 and RequireIssueOrTaskJob.
17+
This release has the implementation of a fluent GitHub Actions pipeline builder.
1818
</PackageReleaseNotes>
1919
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
2020
<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>
2424
<PackageLicenseFile>License.txt</PackageLicenseFile>
2525
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
26-
<PackageProjectUrl>https://github.com/hassanhabib/ADotNet</PackageProjectUrl>
26+
<PackageProjectUrl>https://github.dev/The-Standard-Organization/ADotNet</PackageProjectUrl>
2727
</PropertyGroup>
2828

2929
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)