Skip to content
Snippets Groups Projects
Version.cs 173 B
using System.Reflection;
using System.Runtime.CompilerServices;

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