This is an automated email from the ASF dual-hosted git repository.

blankensteiner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new ec90641  Make ready for 0.9.4
ec90641 is described below

commit ec90641181d08d7071e401e27134b28cd466bf25
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Mon Aug 3 10:13:47 2020 +0200

    Make ready for 0.9.4
---
 src/DotPulsar/DotPulsar.csproj | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/DotPulsar/DotPulsar.csproj b/src/DotPulsar/DotPulsar.csproj
index 19c4995..19c41a5 100644
--- a/src/DotPulsar/DotPulsar.csproj
+++ b/src/DotPulsar/DotPulsar.csproj
@@ -2,7 +2,7 @@
 
   <PropertyGroup>
     <TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
-    <Version>0.9.3</Version>
+    <Version>0.9.4</Version>
     <AssemblyVersion>$(Version)</AssemblyVersion>
     <FileVersion>$(Version)</FileVersion>
     <Authors>DanskeCommodities;dblank</Authors>
@@ -11,7 +11,7 @@
     <Title>DotPulsar</Title>
     <PackageTags>Apache;Pulsar</PackageTags>
     <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
-    <PackageReleaseNotes>Beta release - Support requesting redelivery of 
unacknowledged messages</PackageReleaseNotes>
+    <PackageReleaseNotes>Beta release - Reduce locking for faster 
multi-threaded message production</PackageReleaseNotes>
     <Description>.NET/C# client library for Apache Pulsar</Description>
     <GenerateDocumentationFile>true</GenerateDocumentationFile>
     <PublishRepositoryUrl>true</PublishRepositoryUrl>
@@ -21,7 +21,7 @@
   </PropertyGroup>
 
   <ItemGroup>    
-    <PackageReference Include="Microsoft.Extensions.ObjectPool" 
Version="3.1.5" />    
+    <PackageReference Include="Microsoft.Extensions.ObjectPool" 
Version="3.1.6" />    
     <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" 
PrivateAssets="All" />
     <PackageReference Include="protobuf-net" Version="2.4.6" />
     <PackageReference Include="System.IO.Pipelines" Version="4.7.2" />

Reply via email to