Skip to content

Commit 2cbbaaa

Browse files
authored
Fix typo in PackageLicenseExpression (confluentinc#2275)
1 parent e52ed72 commit 2cbbaaa

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

src/Confluent.Kafka/Confluent.Kafka.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Description>Confluent's .NET Client for Apache Kafka</Description>
66
<Copyright>Copyright 2016-2020 Confluent Inc., Andreas Heider</Copyright>
77
<PackageProjectUrl>https://github.com/confluentinc/confluent-kafka-dotnet/</PackageProjectUrl>
8-
<PackageLicenceExpression>Apache-2.0</PackageLicenceExpression>
8+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
99
<RepositoryUrl>https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl>
1010
<RepositoryType>git</RepositoryType>
1111
<PackageIcon>confluent-logo.png</PackageIcon>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Description>Provides field-level encryption for use with Confluent Schema Registry using AWS</Description>
77
<Copyright>Copyright 2024 Confluent Inc.</Copyright>
88
<PackageProjectUrl>https://github.com/confluentinc/confluent-kafka-dotnet/</PackageProjectUrl>
9-
<PackageLicenceExpression>Apache-2.0</PackageLicenceExpression>
9+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1010
<RepositoryUrl>https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl>
1111
<RepositoryType>git</RepositoryType>
1212
<PackageIcon>confluent-logo.png</PackageIcon>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Description>Provides field-level encryption for use with Confluent Schema Registry using Azure</Description>
77
<Copyright>Copyright 2024 Confluent Inc.</Copyright>
88
<PackageProjectUrl>https://github.com/confluentinc/confluent-kafka-dotnet/</PackageProjectUrl>
9-
<PackageLicenceExpression>Apache-2.0</PackageLicenceExpression>
9+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1010
<RepositoryUrl>https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl>
1111
<RepositoryType>git</RepositoryType>
1212
<PackageIcon>confluent-logo.png</PackageIcon>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Description>Provides field-level encryption for use with Confluent Schema Registry using GCP</Description>
77
<Copyright>Copyright 2024 Confluent Inc.</Copyright>
88
<PackageProjectUrl>https://github.com/confluentinc/confluent-kafka-dotnet/</PackageProjectUrl>
9-
<PackageLicenceExpression>Apache-2.0</PackageLicenceExpression>
9+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1010
<RepositoryUrl>https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl>
1111
<RepositoryType>git</RepositoryType>
1212
<PackageIcon>confluent-logo.png</PackageIcon>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Description>Provides field-level encryption for use with Confluent Schema Registry using Hashicorp Vault</Description>
77
<Copyright>Copyright 2024 Confluent Inc.</Copyright>
88
<PackageProjectUrl>https://github.com/confluentinc/confluent-kafka-dotnet/</PackageProjectUrl>
9-
<PackageLicenceExpression>Apache-2.0</PackageLicenceExpression>
9+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1010
<RepositoryUrl>https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl>
1111
<RepositoryType>git</RepositoryType>
1212
<PackageIcon>confluent-logo.png</PackageIcon>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Description>Provides field-level encryption for use with Confluent Schema Registry</Description>
77
<Copyright>Copyright 2024 Confluent Inc.</Copyright>
88
<PackageProjectUrl>https://github.com/confluentinc/confluent-kafka-dotnet/</PackageProjectUrl>
9-
<PackageLicenceExpression>Apache-2.0</PackageLicenceExpression>
9+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1010
<RepositoryUrl>https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl>
1111
<RepositoryType>git</RepositoryType>
1212
<PackageIcon>confluent-logo.png</PackageIcon>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Description>Provides schema rules support.</Description>
77
<Copyright>Copyright 2024 Confluent Inc.</Copyright>
88
<PackageProjectUrl>https://github.com/confluentinc/confluent-kafka-dotnet/</PackageProjectUrl>
9-
<PackageLicenceExpression>Apache-2.0</PackageLicenceExpression>
9+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1010
<RepositoryUrl>https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl>
1111
<RepositoryType>git</RepositoryType>
1212
<PackageIcon>confluent-logo.png</PackageIcon>

src/Confluent.SchemaRegistry.Serdes.Avro/Confluent.SchemaRegistry.Serdes.Avro.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Description>Provides an Avro Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration</Description>
77
<Copyright>Copyright 2017-2022 Confluent Inc.</Copyright>
88
<PackageProjectUrl>https://github.com/confluentinc/confluent-kafka-dotnet/</PackageProjectUrl>
9-
<PackageLicenceExpression>Apache-2.0</PackageLicenceExpression>
9+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1010
<RepositoryUrl>https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl>
1111
<RepositoryType>git</RepositoryType>
1212
<PackageIcon>confluent-logo.png</PackageIcon>

src/Confluent.SchemaRegistry.Serdes.Json/Confluent.SchemaRegistry.Serdes.Json.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Description>Provides a JSON Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration</Description>
77
<Copyright>Copyright 2020-2022 Confluent Inc.</Copyright>
88
<PackageProjectUrl>https://github.com/confluentinc/confluent-kafka-dotnet/</PackageProjectUrl>
9-
<PackageLicenceExpression>Apache-2.0</PackageLicenceExpression>
9+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1010
<RepositoryUrl>https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl>
1111
<RepositoryType>git</RepositoryType>
1212
<PackageIcon>confluent-logo.png</PackageIcon>

src/Confluent.SchemaRegistry.Serdes.Protobuf/Confluent.SchemaRegistry.Serdes.Protobuf.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Description>Provides a Protobuf Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration</Description>
77
<Copyright>Copyright 2020-2022 Confluent Inc.</Copyright>
88
<PackageProjectUrl>https://github.com/confluentinc/confluent-kafka-dotnet/</PackageProjectUrl>
9-
<PackageLicenceExpression>Apache-2.0</PackageLicenceExpression>
9+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1010
<RepositoryUrl>https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl>
1111
<RepositoryType>git</RepositoryType>
1212
<PackageIcon>confluent-logo.png</PackageIcon>

0 commit comments

Comments
 (0)