Skip to content

Commit

Permalink
Fix typos and indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
anchitj authored and thompson-tomo committed May 8, 2024
1 parent 70359a2 commit 8fea155
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 57 deletions.
27 changes: 13 additions & 14 deletions src/Confluent.Kafka/Confluent.Kafka.csproj
Expand Up @@ -5,11 +5,12 @@
<Description>Confluent's .NET Client for Apache Kafka</Description>
<Copyright>Copyright 2016-2020 Confluent Inc., Andreas Heider</Copyright>
<PackageProjectUrl>https://github.com/confluentinc/confluent-kafka-dotnet/</PackageProjectUrl>
<PackageLicenceExpression>Apache-2.0</PackageLicenceExpression>
<RepositoryUrl>https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>confluent-logo.png</PackageIcon>
<PackageReleaseNotes>https://github.com/confluentinc/confluent-kafka-dotnet/releases</PackageReleaseNotes>
<PackageLicenceExpression>Apache-2.0</PackageLicenceExpression>
<RepositoryUrl>https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>confluent-logo.png</PackageIcon>
<PackageIconUrl>https://raw.githubusercontent.com/confluentinc/confluent-kafka-dotnet/master/confluent-logo.png</PackageIconUrl>
<PackageReleaseNotes>https://github.com/confluentinc/confluent-kafka-dotnet/releases</PackageReleaseNotes>
<PackageTags>Kafka;Confluent;librdkafka</PackageTags>
<PackageId>Confluent.Kafka</PackageId>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand All @@ -21,23 +22,21 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Confluent.Kafka.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Confluent.Kafka.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="librdkafka.redist" Version="2.4.0">
<PrivateAssets Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">None</PrivateAssets>
</PackageReference>
<PackageReference Include="System.Memory" Version="4.5.0" />
</PackageReference>
<PackageReference Include="System.Memory" Version="4.5.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' ">
<PackageReference Include="System.Console" Version="4.3.0" />
<PackageReference Include="System.Linq" Version="4.3.0" />
<PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" />
<PackageReference Include="System.Runtime.Extensions" Version="4.3.0" />
<PackageReference Include="System.Threading" Version="4.3.0" />
<PackageReference Include="System.Console" Version="4.3.0" />
<PackageReference Include="System.Linq" Version="4.3.0" />
<PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" />
<PackageReference Include="System.Runtime.Extensions" Version="4.3.0" />
<PackageReference Include="System.Threading" Version="4.3.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Expand Up @@ -6,11 +6,10 @@
<Description>Provides an Avro Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration</Description>
<Copyright>Copyright 2017-2022 Confluent Inc.</Copyright>
<PackageProjectUrl>https://github.com/confluentinc/confluent-kafka-dotnet/</PackageProjectUrl>
<PackageLicenceExpression>Apache-2.0</PackageLicenceExpression>
<RepositoryUrl>https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageIcon>confluent-logo.png</PackageIcon>
<PackageIconUrl>https://raw.githubusercontent.com/confluentinc/confluent-kafka-dotnet/master/confluent-logo.png</PackageIconUrl>
<PackageLicenceExpression>Apache-2.0</PackageLicenceExpression>
<RepositoryUrl>https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>confluent-logo.png</PackageIcon>
<PackageReleaseNotes>https://github.com/confluentinc/confluent-kafka-dotnet/releases</PackageReleaseNotes>
<PackageTags>Kafka;Confluent;Schema Registry;Avro</PackageTags>
<PackageId>Confluent.SchemaRegistry.Serdes.Avro</PackageId>
Expand All @@ -25,21 +24,22 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Apache.Avro" Version="1.11.0" />
<PackageReference Include="Apache.Avro" Version="1.11.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Confluent.Kafka\Confluent.Kafka.csproj" />
<ProjectReference Include="..\Confluent.SchemaRegistry\Confluent.SchemaRegistry.csproj" />
<ProjectReference Include="..\Confluent.Kafka\Confluent.Kafka.csproj" />
<ProjectReference Include="..\Confluent.SchemaRegistry\Confluent.SchemaRegistry.csproj" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="System.Net.Sockets" Version="4.3.0" />
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
<PackageReference Include="System.Net.Sockets" Version="4.3.0" />
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
</ItemGroup>

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

</Project>
@@ -1,15 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<ProjectTypeGuids>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<Authors>Confluent Inc.</Authors>
<Description>Provides a JSON Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration</Description>
<Copyright>Copyright 2020-2022 Confluent Inc.</Copyright>
<PackageProjectUrl>https://github.com/confluentinc/confluent-kafka-dotnet/</PackageProjectUrl>
<PackageLicenceExpression>Apache-2.0</PackageLicenceExpression>
<RepositoryUrl>https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageIcon>confluent-logo.png</PackageIcon>
<PackageReleaseNotes>https://github.com/confluentinc/confluent-kafka-dotnet/releases</PackageReleaseNotes>
<PackageLicenceExpression>Apache-2.0</PackageLicenceExpression>
<RepositoryUrl>https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>confluent-logo.png</PackageIcon>
<PackageReleaseNotes>https://github.com/confluentinc/confluent-kafka-dotnet/releases</PackageReleaseNotes>
<PackageTags>Kafka;Confluent;Schema Registry;JSON</PackageTags>
<PackageId>Confluent.SchemaRegistry.Serdes.Json</PackageId>
<Title>Confluent.SchemaRegistry.Serdes.Json</Title>
Expand All @@ -23,21 +24,22 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NJsonSchema" Version="10.6.3" />
<PackageReference Include="NJsonSchema" Version="10.6.3" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Confluent.Kafka\Confluent.Kafka.csproj" />
<ProjectReference Include="..\Confluent.SchemaRegistry\Confluent.SchemaRegistry.csproj" />
<ProjectReference Include="..\Confluent.Kafka\Confluent.Kafka.csproj" />
<ProjectReference Include="..\Confluent.SchemaRegistry\Confluent.SchemaRegistry.csproj" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="System.Net.Sockets" Version="4.3.0" />
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
<PackageReference Include="System.Net.Sockets" Version="4.3.0" />
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
</ItemGroup>

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

</Project>
@@ -1,15 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<ProjectTypeGuids>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<Authors>Confluent Inc.</Authors>
<Description>Provides a Protobuf Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration</Description>
<Copyright>Copyright 2020-2022 Confluent Inc.</Copyright>
<PackageProjectUrl>https://github.com/confluentinc/confluent-kafka-dotnet/</PackageProjectUrl>
<PackageLicenceExpression>Apache-2.0</PackageLicenceExpression>
<RepositoryUrl>https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageIcon>confluent-logo.png</PackageIcon>
<PackageReleaseNotes>https://github.com/confluentinc/confluent-kafka-dotnet/releases</PackageReleaseNotes>
<PackageLicenceExpression>Apache-2.0</PackageLicenceExpression>
<RepositoryUrl>https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>confluent-logo.png</PackageIcon>
<PackageIconUrl>https://raw.githubusercontent.com/confluentinc/confluent-kafka-dotnet/master/confluent-logo.png</PackageIconUrl>
<PackageReleaseNotes>https://github.com/confluentinc/confluent-kafka-dotnet/releases</PackageReleaseNotes>
<PackageTags>Kafka;Confluent;Schema Registry;Protobuf</PackageTags>
<PackageId>Confluent.SchemaRegistry.Serdes.Protobuf</PackageId>
<Title>Confluent.SchemaRegistry.Serdes.Protobuf</Title>
Expand All @@ -23,21 +25,22 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.15.0" />
<PackageReference Include="Google.Protobuf" Version="3.15.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Confluent.Kafka\Confluent.Kafka.csproj" />
<ProjectReference Include="..\Confluent.SchemaRegistry\Confluent.SchemaRegistry.csproj" />
<ProjectReference Include="..\Confluent.Kafka\Confluent.Kafka.csproj" />
<ProjectReference Include="..\Confluent.SchemaRegistry\Confluent.SchemaRegistry.csproj" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="System.Net.Sockets" Version="4.3.0" />
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
<PackageReference Include="System.Net.Sockets" Version="4.3.0" />
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
</ItemGroup>

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

</Project>
20 changes: 11 additions & 9 deletions src/Confluent.SchemaRegistry/Confluent.SchemaRegistry.csproj
Expand Up @@ -6,11 +6,12 @@
<Description>A .NET Client for Confluent Schema Registry</Description>
<Copyright>Copyright 2017-2022 Confluent Inc.</Copyright>
<PackageProjectUrl>https://github.com/confluentinc/confluent-kafka-dotnet/</PackageProjectUrl>
<PackageLicenceExpression>Apache-2.0</PackageLicenceExpression>
<RepositoryUrl>https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageIcon>confluent-logo.png</PackageIcon>
<PackageReleaseNotes>https://github.com/confluentinc/confluent-kafka-dotnet/releases</PackageReleaseNotes>
<PackageLicenceExpression>Apache-2.0</PackageLicenceExpression>
<RepositoryUrl>https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>confluent-logo.png</PackageIcon>
<PackageIconUrl>https://raw.githubusercontent.com/confluentinc/confluent-kafka-dotnet/master/confluent-logo.png</PackageIconUrl>
<PackageReleaseNotes>https://github.com/confluentinc/confluent-kafka-dotnet/releases</PackageReleaseNotes>
<PackageTags>Kafka;Confluent;Schema Registry</PackageTags>
<PackageId>Confluent.SchemaRegistry</PackageId>
<Title>Confluent.SchemaRegistry</Title>
Expand All @@ -24,16 +25,17 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Confluent.Kafka\Confluent.Kafka.csproj" />
<ProjectReference Include="..\Confluent.Kafka\Confluent.Kafka.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>

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

</Project>

0 comments on commit 8fea155

Please sign in to comment.