Skip to content

Commit e1b7bed

Browse files
committed
add missing package icons
1 parent 2258515 commit e1b7bed

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

libraries/src/AWS.Lambda.Powertools.Common/AWS.Lambda.Powertools.Common.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@
88
<Company>Amazon.com, Inc</Company>
99
<LangVersion>default</LangVersion>
1010
<Title>AWS Lambda Powertools for .NET</Title>
11+
<Description>AWS Lambda Powertools for .NET - Core package.</Description>
1112
<Copyright>Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
1213
<RepositoryUrl>https://github.com/awslabs/aws-lambda-powertools-dotnet</RepositoryUrl>
1314
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1415
<PackageTags>AWS;Amazon;Lambda;Powertools</PackageTags>
16+
<PackageIconUrl>https://sdk-for-net.amazonwebservices.com/images/AWSLogo128x128.png</PackageIconUrl>
1517
<PackageIcon>AWSLogo128x128.png</PackageIcon>
1618
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1719
<AssemblyName>AWS.Lambda.Powertools.Common</AssemblyName>

libraries/src/AWS.Lambda.Powertools.Logging/AWS.Lambda.Powertools.Logging.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1515
<PackageTags>AWS;Amazon;Lambda;Powertools</PackageTags>
1616
<PackageReadmeFile>README.md</PackageReadmeFile>
17+
<PackageIconUrl>https://sdk-for-net.amazonwebservices.com/images/AWSLogo128x128.png</PackageIconUrl>
1718
<PackageIcon>AWSLogo128x128.png</PackageIcon>
1819
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1920
<AssemblyName>AWS.Lambda.Powertools.Logging</AssemblyName>

libraries/src/AWS.Lambda.Powertools.Metrics/AWS.Lambda.Powertools.Metrics.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<RepositoryUrl>https://github.com/awslabs/aws-lambda-powertools-dotnet</RepositoryUrl>
1313
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1414
<PackageTags>AWS;Amazon;Lambda;Powertools</PackageTags>
15+
<PackageIconUrl>https://sdk-for-net.amazonwebservices.com/images/AWSLogo128x128.png</PackageIconUrl>
1516
<PackageReadmeFile>README.md</PackageReadmeFile>
1617
<PackageIcon>AWSLogo128x128.png</PackageIcon>
1718
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

0 commit comments

Comments
 (0)