Class VersionInfo (2.63.0)

public static class VersionInfo

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 = "2.63.0.0"

Current AssemblyFileVersion of gRPC C# assemblies

Field Value
Type Description
string

CurrentAssemblyVersion

public const string CurrentAssemblyVersion = "2.0.0.0"

Current AssemblyVersion attribute of gRPC C# assemblies

Field Value
Type Description
string

CurrentVersion

public const string CurrentVersion = "2.63.0"

Current version of gRPC C#

Field Value
Type Description
string