Skip to content

Commit

Permalink
Added LICENSE.txt to project file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Salvatore Isaja committed Apr 2, 2023
1 parent 19ba5c9 commit d64b97b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DynamoScatterGather/DynamoScatterGather.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<Description>.NET library to implement the scatter-gather pattern using Amazon DynamoDB to store progress state</Description>
</PropertyGroup>

<ItemGroup>
<None Include="../LICENSE.txt" Pack="true" PackagePath="$(PackageLicenseFile)" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.102.17" />
</ItemGroup>
Expand Down

0 comments on commit d64b97b

Please sign in to comment.