Skip to content

Commit

Permalink
update to v2.0.0 of Kafka.Protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Arvidsson committed Jan 21, 2022
1 parent c01cc91 commit 8697fef
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions Kafka.TestFramework.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{0EEC4A41
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{93A69F6A-D895-4A0E-9241-655EF7A9EEDA}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
.github\workflows\ci.yml = .github\workflows\ci.yml
.github\CODEOWNERS = .github\CODEOWNERS
README.md = README.md
version = version
.github\version_config.yml = .github\version_config.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kafka.TestFramework.Tests", "tests\Kafka.TestFramework.Tests\Kafka.TestFramework.Tests.csproj", "{FCFCC73C-B0A6-4D4E-A765-9A94303D00AD}"
Expand Down
2 changes: 1 addition & 1 deletion src/Kafka.TestFramework/Kafka.TestFramework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Kafka.Protocol" Version="2.0.0-pre-140" />
<PackageReference Include="Kafka.Protocol" Version="2.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Confluent.Kafka" Version="1.1.0" />
<PackageReference Include="FluentAssertions" Version="5.9.0" />
<PackageReference Include="Kafka.Protocol" Version="2.0.0-pre-140" />
<PackageReference Include="Kafka.Protocol" Version="2.0.0" />
<PackageReference Include="Log.It.With.NLog" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Confluent.Kafka" Version="1.8.2" />
<PackageReference Include="FluentAssertions" Version="5.9.0" />
<PackageReference Include="Kafka.Protocol" Version="2.0.0-pre-140" />
<PackageReference Include="Kafka.Protocol" Version="2.0.0" />
<PackageReference Include="Log.It.With.NLog" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.0.0" />
Expand Down

0 comments on commit 8697fef

Please sign in to comment.