aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/Version.cs
blob: b5cb652945f3df79ff25cc3e4b4d0531199b762d (plain)
1
2
3
4
5
using System.Reflection;
using System.Runtime.CompilerServices;

// The current version of gRPC C#.
[assembly: AssemblyVersion(Grpc.Core.VersionInfo.CurrentVersion + ".*")]