Skip to content

Commit ae614bf

Browse files
committed
add README file to packages
1 parent ef17175 commit ae614bf

File tree

4 files changed

+1024
-1
lines changed

4 files changed

+1024
-1
lines changed

src/LocalStack.Client.Extensions/LocalStack.Client.Extensions.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
</Description>
1414
<PackageTags>aws-sdk, localstack, client-library, dotnet, dotnet-core</PackageTags>
1515
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
16+
<PackageReadmeFile>README.md</PackageReadmeFile>
1617
<Version>1.1.2</Version>
1718
</PropertyGroup>
1819

@@ -31,13 +32,20 @@
3132
<ItemGroup>
3233
<LicenseFile Include="../../LICENSE" />
3334
</ItemGroup>
35+
<ItemGroup>
36+
<ReadmeFile Include="../../README.md" />
37+
</ItemGroup>
3438
<Copy SourceFiles="@(LicenseFile)" DestinationFiles="@(LicenseFile->'./LICENSE.txt')" SkipUnchangedFiles="true" />
39+
<Copy SourceFiles="@(ReadmeFile)" DestinationFiles="@(ReadmeFile->'./README.md')" SkipUnchangedFiles="true" />
3540
</Target>
3641

3742
<ItemGroup>
3843
<None Include="LICENSE.txt" Pack="true" PackagePath="">
3944
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
4045
</None>
46+
<None Include="README.md" Pack="true" PackagePath="">
47+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
48+
</None>
4149
<None Include="../../assets/localstack-dotnet-square.png" Pack="true" PackagePath="" />
4250
</ItemGroup>
4351

0 commit comments

Comments
 (0)