Class VersionInfo (2.48.0)

public static class VersionInfo : object

Provides info about current version of gRPC. See https://codingforsmarties.wordpress.com/2016/01/21/how-to-version-assemblies-destined-for-nuget/ for rationale about assembly versioning.

Inheritance

Object > VersionInfo

Namespace

Grpc.Core

Assembly

Grpc.Core.Api.dll

Fields

CurrentAssemblyFileVersion

public const string CurrentAssemblyFileVersion = null

Current AssemblyFileVersion of gRPC C# assemblies

Field Value
TypeDescription
String

CurrentAssemblyVersion

public const string CurrentAssemblyVersion = null

Current AssemblyVersion attribute of gRPC C# assemblies

Field Value
TypeDescription
String

CurrentVersion

public const string CurrentVersion = null

Current version of gRPC C#

Field Value
TypeDescription
String