Skip to content

Commit

Permalink
Add logo/README to itemgroups (#2258)
Browse files Browse the repository at this point in the history
  • Loading branch information
rayokota authored Jul 10, 2024
1 parent de0704e commit 4169bfc
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,9 @@
<PackageReference Include="AWSSDK.KeyManagementService" Version="3.7.302.19" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\confluent-logo.png" Pack="true" PackagePath="\"/>
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,9 @@
<PackageReference Include="Azure.Security.KeyVault.Keys" Version="4.6.0" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\confluent-logo.png" Pack="true" PackagePath="\"/>
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,9 @@
<PackageReference Include="Google.Cloud.Kms.V1" Version="3.11.0" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\confluent-logo.png" Pack="true" PackagePath="\"/>
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,9 @@
<PackageReference Include="VaultSharp" Version="1.13.0.1" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\confluent-logo.png" Pack="true" PackagePath="\"/>
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,9 @@
<PackageReference Include="Miscreant" Version="0.3.3" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\confluent-logo.png" Pack="true" PackagePath="\"/>
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,9 @@
<PackageReference Include="Cel.NET" Version="0.3.1" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\confluent-logo.png" Pack="true" PackagePath="\"/>
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>

0 comments on commit 4169bfc

Please sign in to comment.