Skip to content

Commit cb9d4a9

Browse files
committed
update version to 1.0.0-beta.2
1 parent 8ebd537 commit cb9d4a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RabbitMQ.Stream.Client/Consts.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ namespace RabbitMQ.Stream.Client
22
{
33
public static class Consts
44
{
5-
public const string ClientVersion = "1.0.0-alpha10";
5+
public const string ClientVersion = "1.0.0-beta.2";
66
}
77
}

RabbitMQ.Stream.Client/RabbitMQ.Stream.Client.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<TargetFramework>net5.0</TargetFramework>
55
<AssemblyName>RabbitMQ.Stream.Client</AssemblyName>
66
<RootNamespace>RabbitMQ.Stream.Client</RootNamespace>
7-
<Version>1.0.0-alpha10</Version>
8-
<PackageVersion>1.0.0-alpha10</PackageVersion>
7+
<Version>1.0.0-beta.2</Version>
8+
<PackageVersion>1.0.0-beta.2</PackageVersion>
99
<Authors>VMware</Authors>
1010
<RepositoryUrl>https://github.com/rabbitmq/rabbitmq-stream-dotnet-client</RepositoryUrl>
1111
<PackageDescription>The RabbitMQ Stream .NET client is the official client library for C# (and, implicitly, other .NET languages)</PackageDescription>

0 commit comments

Comments
 (0)