File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -171,4 +171,4 @@ let wrapException (f: unit -> 'a) =
171171 try
172172 Ok <| f()
173173 with ex ->
174- Error ex
174+ Error ex
Original file line number Diff line number Diff line change 77 <Title >Pulsar.Client</Title >
88 <RootNamespace >Pulsar.Client</RootNamespace >
99 <AssemblyName >Pulsar.Client</AssemblyName >
10- <Version >3.9.5 </Version >
10+ <Version >3.9.6 </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 >Fix for pattern consumer when a topic is deleted </PackageReleaseNotes >
14+ <PackageReleaseNotes >Allowed changing memory pool via reflection </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.5 </PackageVersion >
20+ <PackageVersion >3.9.6 </PackageVersion >
2121 <DebugType >portable</DebugType >
2222 <GenerateDocumentationFile >true</GenerateDocumentationFile >
2323 <PackageReadmeFile >README.md</PackageReadmeFile >
You can’t perform that action at this time.
0 commit comments