Skip to content
This repository was archived by the owner on Mar 8, 2025. It is now read-only.

Commit 1d418e6

Browse files
committed
Remove extraneous comments
1 parent b8bdee0 commit 1d418e6

1 file changed

Lines changed: 3 additions & 21 deletions

File tree

AMT.LinqExtensions/AMT.LinqExtensions.csproj

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
<PropertyGroup>
44
<VersionPrefix>2.0.0</VersionPrefix>
5-
<!-- Assembly attributes -->
5+
66
<AssemblyName>AMT.LinqExtensions</AssemblyName>
77
<AssemblyTitle>AMT LINQ Extensions</AssemblyTitle>
88
<Company>AltaModa Technologies, LLC</Company>
9+
910
<GenerateAssemblyCompanyAttribute />
1011
<GenerateAssemblyConfigurationAttribute />
1112
<GenerateAssemblyCopyrightAttribute />
@@ -16,26 +17,7 @@
1617
<GenerateAssemblyTitleAttribute />
1718
<GenerateAssemblyVersionAttribute />
1819
<GenerateNeutralResourcesLanguageAttribute />
19-
<!-- NuGet properties -->
20-
<!-- as per https://docs.microsoft.com/en-us/dotnet/articles/core/tools/csproj#nuget-metadata-properties -->
21-
<!-- Properties and their defaults
22-
PackageId - AssemblyName
23-
PackageRequireLicenseAcceptance - false
24-
PackageVersion - Version
25-
RepositoryType - git
26-
-->
27-
<!-- Unused properties
28-
BuildOutputTargetFolder
29-
ContentTargetFolders
30-
IncludeBuildOutput
31-
IncludeContentInPack
32-
IncludeSymbols
33-
IsTool
34-
MinClientVersion
35-
NoPackageAnalysis
36-
PackageIconUrl
37-
RepositoryUrl
38-
-->
20+
3921
<Authors>AltaModaTech</Authors>
4022
<Copyright>AltaModa Technologies, LLC</Copyright>
4123
<Description>A few LINQ Extensions which we find useful, and you may, too.</Description>

0 commit comments

Comments
 (0)