Skip to content

Commit 40b9146

Browse files
authored
Add README to the NuGet package (#34)
1 parent dbab109 commit 40b9146

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Aspire.Hosting.AWS/Aspire.Hosting.AWS.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<Description>Add support for provisioning AWS application resources and configuring the AWS SDK for .NET.</Description>
88
<NoWarn>$(NoWarn);CS8002</NoWarn> <!-- AWS CDK packages are not signed -->
99
<Version>9.1.2</Version>
10+
<PackageReadmeFile>docs\README.md</PackageReadmeFile>
1011
</PropertyGroup>
1112

1213
<ItemGroup>
@@ -22,6 +23,7 @@
2223
<ItemGroup>
2324
<None Include="../../icon.png" Pack="true" PackagePath="" />
2425
<None Include="../../LICENSE" Pack="true" PackagePath="" />
26+
<None Include="./README.md" Pack="true" PackagePath="docs\README.md" />
2527
</ItemGroup>
2628

2729
<ItemGroup>

0 commit comments

Comments
 (0)