Skip to content

Commit 4169bfc

Browse files
authored
Add logo/README to itemgroups (#2258)
1 parent de0704e commit 4169bfc

File tree

6 files changed

+25
-0
lines changed

6 files changed

+25
-0
lines changed

src/Confluent.SchemaRegistry.Encryption.Aws/Confluent.SchemaRegistry.Encryption.Aws.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,9 @@
3232
<PackageReference Include="AWSSDK.KeyManagementService" Version="3.7.302.19" />
3333
</ItemGroup>
3434

35+
<ItemGroup>
36+
<None Include="..\..\confluent-logo.png" Pack="true" PackagePath="\"/>
37+
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
38+
</ItemGroup>
3539

3640
</Project>

src/Confluent.SchemaRegistry.Encryption.Azure/Confluent.SchemaRegistry.Encryption.Azure.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,9 @@
3333
<PackageReference Include="Azure.Security.KeyVault.Keys" Version="4.6.0" />
3434
</ItemGroup>
3535

36+
<ItemGroup>
37+
<None Include="..\..\confluent-logo.png" Pack="true" PackagePath="\"/>
38+
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
39+
</ItemGroup>
3640

3741
</Project>

src/Confluent.SchemaRegistry.Encryption.Gcp/Confluent.SchemaRegistry.Encryption.Gcp.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,9 @@
3232
<PackageReference Include="Google.Cloud.Kms.V1" Version="3.11.0" />
3333
</ItemGroup>
3434

35+
<ItemGroup>
36+
<None Include="..\..\confluent-logo.png" Pack="true" PackagePath="\"/>
37+
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
38+
</ItemGroup>
3539

3640
</Project>

src/Confluent.SchemaRegistry.Encryption.HcVault/Confluent.SchemaRegistry.Encryption.HcVault.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,9 @@
3232
<PackageReference Include="VaultSharp" Version="1.13.0.1" />
3333
</ItemGroup>
3434

35+
<ItemGroup>
36+
<None Include="..\..\confluent-logo.png" Pack="true" PackagePath="\"/>
37+
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
38+
</ItemGroup>
3539

3640
</Project>

src/Confluent.SchemaRegistry.Encryption/Confluent.SchemaRegistry.Encryption.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,9 @@
3232
<PackageReference Include="Miscreant" Version="0.3.3" />
3333
</ItemGroup>
3434

35+
<ItemGroup>
36+
<None Include="..\..\confluent-logo.png" Pack="true" PackagePath="\"/>
37+
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
38+
</ItemGroup>
3539

3640
</Project>

src/Confluent.SchemaRegistry.Rules/Confluent.SchemaRegistry.Rules.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,9 @@
3737
<PackageReference Include="Cel.NET" Version="0.3.1" />
3838
</ItemGroup>
3939

40+
<ItemGroup>
41+
<None Include="..\..\confluent-logo.png" Pack="true" PackagePath="\"/>
42+
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
43+
</ItemGroup>
44+
4045
</Project>

0 commit comments

Comments
 (0)