Skip to content

Commit b279088

Browse files
Merge pull request #342 from TNG/chore/remove-authors
Remove Explicit Authors form C# Projects
2 parents ceed7c5 + bd3082b commit b279088

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

ArchUnitNET.MSTestV2/ArchUnitNET.MSTestV2.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
55
<IsPackable>true</IsPackable>
66
<Title>ArchUnit C# MSTestV2 Extension</Title>
7-
<Authors>Florian Gather, Fritz Brandhuber</Authors>
87
<Description>MSTestV2 Extension for the C# Version of ArchUnit (see: archunit.org)</Description>
98
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
109
<RepositoryUrl>https://github.com/TNG/ArchUnitNET</RepositoryUrl>

ArchUnitNET.NUnit/ArchUnitNET.NUnit.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
55
<IsPackable>true</IsPackable>
66
<Title>ArchUnit C# NUnit Extension</Title>
7-
<Authors>Florian Gather, Fritz Brandhuber</Authors>
87
<Description>NUnit Extension for the C# Version of ArchUnit (see: archunit.org)</Description>
98
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
109
<RepositoryUrl>https://github.com/TNG/ArchUnitNET</RepositoryUrl>

ArchUnitNET.xUnit/ArchUnitNET.xUnit.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
55
<IsPackable>true</IsPackable>
66
<Title>ArchUnit C# xUnit Extension</Title>
7-
<Authors>Florian Gather, Fritz Brandhuber</Authors>
87
<Description>xUnit Extension for the C# Version of ArchUnit (see: archunit.org)</Description>
98
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
109
<RepositoryUrl>https://github.com/TNG/ArchUnitNET</RepositoryUrl>

ArchUnitNET/ArchUnitNET.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<RootNamespace>ArchUnitNET</RootNamespace>
77
<PackageId>TngTech.ArchUnitNET</PackageId>
88
<Title>ArchUnit C#</Title>
9-
<Authors>Florian Gather, Paula Ruiz, Fritz Brandhuber, Pavel Fischer</Authors>
109
<Company>TNG Technology Consulting GmbH</Company>
1110
<Description>C# Version of ArchUnit (see: archunit.org)</Description>
1211
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

0 commit comments

Comments
 (0)