Skip to content

Commit 6fd4833

Browse files
committed
3.9.5 release
1 parent f8562cf commit 6fd4833

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Pulsar.Client/Pulsar.Client.fsproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
<Title>Pulsar.Client</Title>
88
<RootNamespace>Pulsar.Client</RootNamespace>
99
<AssemblyName>Pulsar.Client</AssemblyName>
10-
<Version>3.9.4</Version>
10+
<Version>3.9.5</Version>
1111
<Company>F# community</Company>
1212
<Description>.NET client library for Apache Pulsar</Description>
1313
<RepositoryUrl>https://github.com/fsprojects/pulsar-client-dotnet</RepositoryUrl>
14-
<PackageReleaseNotes>Fixed cancellation token handling at receive and batch receive</PackageReleaseNotes>
14+
<PackageReleaseNotes>Fix for pattern consumer when a topic is deleted</PackageReleaseNotes>
1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1616
<PackageProjectUrl>https://github.com/fsprojects/pulsar-client-dotnet</PackageProjectUrl>
1717
<RepositoryType>git</RepositoryType>
1818
<PackageTags>pulsar</PackageTags>
1919
<Authors>Vladimir Shchur and contributors</Authors>
20-
<PackageVersion>3.9.4</PackageVersion>
20+
<PackageVersion>3.9.5</PackageVersion>
2121
<DebugType>portable</DebugType>
2222
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2323
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)