Skip to content
Snippets Groups Projects
Commit bb32cee0 authored by Nicolas Noble's avatar Nicolas Noble
Browse files

Merge pull request #5142 from jtattermusch/csharp_fix_assemblyversion

Fix C# build
parents 6d65bc39 d980047a
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,6 @@ namespace Grpc.Core
/// <summary>
/// Current version of gRPC C#
/// </summary>
public const string CurrentVersion = "0.13.0-pre1";
public const string CurrentVersion = "0.13.0";
}
}
......@@ -43,6 +43,6 @@
/// <summary>
/// Current version of gRPC C#
/// </summary>
public const string CurrentVersion = "${settings.csharp_version}";
public const string CurrentVersion = "${settings.version.major}.${settings.version.minor}.${settings.version.patch}";
}
}
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