Skip to content
Snippets Groups Projects
Commit 315fe616 authored by Michael Lumish's avatar Michael Lumish
Browse files

Merge pull request #4162 from jtattermusch/bump_csharp_version

bump C# version to 0.12.0
parents 731c83f9 1db095d4
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,6 @@ namespace Grpc.Core ...@@ -41,6 +41,6 @@ namespace Grpc.Core
/// <summary> /// <summary>
/// Current version of gRPC C# /// Current version of gRPC C#
/// </summary> /// </summary>
public const string CurrentVersion = "0.7.1"; public const string CurrentVersion = "0.12.0";
} }
} }
@rem Builds gRPC NuGet packages @rem Builds gRPC NuGet packages
@rem Current package versions @rem Current package versions
set VERSION=0.7.1 set VERSION=0.12.0
set CORE_VERSION=0.11.1 set CORE_VERSION=0.12.0
set PROTOBUF_VERSION=3.0.0-alpha4 set PROTOBUF_VERSION=3.0.0-alpha4
@rem Packages that depend on prerelease packages (like Google.Protobuf) need to have prerelease suffix as well. @rem Packages that depend on prerelease packages (like Google.Protobuf) need to have prerelease suffix as well.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment