Skip to content

Commit

Permalink
added package for license/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mgroves committed Dec 12, 2023
1 parent 0897510 commit 69a4da7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CMSprinkle.Couchbase/CMSprinkle.Couchbase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="Couchbase.Extensions.DependencyInjection" Version="3.4.13" />
<PackageReference Include="Couchbase.Transactions" Version="1.1.1" />
Expand Down
11 changes: 11 additions & 0 deletions CMSprinkle.SqlServer/CMSprinkle.SqlServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="Dapper" Version="2.1.24" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.2" />
Expand Down

0 comments on commit 69a4da7

Please sign in to comment.