Skip to content

Commit

Permalink
Added
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybibikov committed Apr 16, 2024
1 parent a0fadae commit 8349cc5
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion src/DynamoDBv2.Transactions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>3.7.301.13</Version>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Copyright>vitalybibikov</Copyright>
<PackageTags>DynamoDB Transactions AWSSDK.DynamoDBv2 AWS Amazon aws-sdk-v3 extensions</PackageTags>
<PackageProjectUrl>https://github.com/vitalybibikov/DynamoDBv2.Transactions</PackageProjectUrl>
<RepositoryUrl>https://github.com/vitalybibikov/DynamoDBv2.Transactions</RepositoryUrl>
<RepositoryType>GitHub</RepositoryType>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyName>DynamoDBv2.Transactions</AssemblyName>
</PropertyGroup>

<PropertyGroup>
Expand Down Expand Up @@ -35,4 +42,15 @@
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.301.13" />
</ItemGroup>

<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

<PropertyGroup>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>

</Project>

0 comments on commit 8349cc5

Please sign in to comment.