Skip to content

Commit

Permalink
2.12.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lanayx committed Aug 9, 2023
1 parent 184d53f commit db86d35
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
30 changes: 15 additions & 15 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ NUGET
System.ComponentModel.Annotations (>= 5.0)
System.Text.Json (>= 7.0.3)
DerConverter (3.0.0.82)
FSharp.Core (7.0.300)
FSharp.Core (7.0.400)
FSharp.UMX (1.1)
FSharp.Core (>= 4.3.4)
K4os.Compression.LZ4 (1.3.5)
Expand Down Expand Up @@ -131,7 +131,7 @@ NUGET
System.ComponentModel.Annotations (>= 5.0)
System.Text.Json (>= 7.0.3)
DerConverter (3.0.0.82)
FSharp.Core (7.0.300)
FSharp.Core (7.0.400)
FSharp.UMX (1.1)
FSharp.Core (>= 4.3.4)
K4os.Compression.LZ4 (1.3.5)
Expand Down Expand Up @@ -217,7 +217,7 @@ NUGET
System.Collections.Immutable (>= 7.0)
protobuf-net.Reflection (3.2.12)
protobuf-net.Core (>= 3.2.12)
Pulsar.Client (2.12.6)
Pulsar.Client (2.12.7)
Apache.Avro (>= 1.11.2)
AvroSchemaGenerator (>= 2.9.2)
FSharp.Core (>= 7.0.300)
Expand Down Expand Up @@ -272,7 +272,7 @@ NUGET
System.ComponentModel.Annotations (>= 5.0)
System.Text.Json (>= 7.0.3)
DerConverter (3.0.0.82)
FSharp.Core (7.0.300)
FSharp.Core (7.0.400)
FSharp.UMX (1.1)
FSharp.Core (>= 4.3.4)
K4os.Compression.LZ4 (1.3.5)
Expand Down Expand Up @@ -369,7 +369,7 @@ NUGET
System.Memory (>= 4.5.5)
protobuf-net.Reflection (3.2.12)
protobuf-net.Core (>= 3.2.12)
Pulsar.Client (2.12.6)
Pulsar.Client (2.12.7)
Apache.Avro (>= 1.11.2)
AvroSchemaGenerator (>= 2.9.2)
FSharp.Core (>= 7.0.300)
Expand Down Expand Up @@ -453,8 +453,8 @@ NUGET
FsCheck (>= 2.16.5 < 3.0)
FsCheck (2.16.6)
FSharp.Core (>= 4.2.3)
FSharp.Core (7.0.300)
Microsoft.CodeCoverage (17.6.3)
FSharp.Core (7.0.400)
Microsoft.CodeCoverage (17.7)
Microsoft.Extensions.DependencyInjection (7.0)
Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0)
Microsoft.Extensions.DependencyInjection.Abstractions (7.0)
Expand All @@ -468,18 +468,18 @@ NUGET
Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0)
Microsoft.Extensions.Primitives (>= 7.0)
Microsoft.Extensions.Primitives (7.0)
Microsoft.NET.Test.Sdk (17.6.3)
Microsoft.CodeCoverage (>= 17.6.3)
Microsoft.TestPlatform.TestHost (>= 17.6.3)
Microsoft.TestPlatform.ObjectModel (17.6.3)
Microsoft.NET.Test.Sdk (17.7)
Microsoft.CodeCoverage (>= 17.7)
Microsoft.TestPlatform.TestHost (>= 17.7)
Microsoft.TestPlatform.ObjectModel (17.7)
NuGet.Frameworks (>= 6.5)
System.Reflection.Metadata (>= 1.6)
Microsoft.TestPlatform.TestHost (17.6.3)
Microsoft.TestPlatform.ObjectModel (>= 17.6.3)
Microsoft.TestPlatform.TestHost (17.7)
Microsoft.TestPlatform.ObjectModel (>= 17.7)
Newtonsoft.Json (>= 13.0.1)
Mono.Cecil (0.11.5)
Newtonsoft.Json (13.0.3)
NuGet.Frameworks (6.6.1)
NuGet.Frameworks (6.7)
protobuf-net (3.2.26)
protobuf-net.Core (>= 3.2.26)
protobuf-net.Core (3.2.26)
Expand All @@ -498,7 +498,7 @@ NUGET
System.Collections.Immutable (7.0)
System.Reflection.Metadata (7.0.2)
System.Collections.Immutable (>= 7.0)
YoloDev.Expecto.TestSdk (0.14.1)
YoloDev.Expecto.TestSdk (0.14.2)
Expecto (>= 10.0 < 11.0)
FSharp.Core (>= 7.0.200)
System.Collections.Immutable (>= 6.0)
6 changes: 3 additions & 3 deletions src/Pulsar.Client/Pulsar.Client.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
<Title>Pulsar.Client</Title>
<RootNamespace>Pulsar.Client</RootNamespace>
<AssemblyName>Pulsar.Client</AssemblyName>
<Version>2.12.6</Version>
<Version>2.12.7</Version>
<Company>F# community</Company>
<Description>.NET client library for Apache Pulsar</Description>
<RepositoryUrl>https://github.com/fsprojects/pulsar-client-dotnet</RepositoryUrl>
<PackageReleaseNotes>Fix for unblocking correct amount of messages after receving acknowledge for a batch</PackageReleaseNotes>
<PackageReleaseNotes>Fix handling empty key in KeyBasedBatcher</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/fsprojects/pulsar-client-dotnet</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>pulsar</PackageTags>
<Authors>F# community</Authors>
<PackageVersion>2.12.6</PackageVersion>
<PackageVersion>2.12.7</PackageVersion>
<DebugType>portable</DebugType>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit db86d35

Please sign in to comment.