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
System.Object
VersionInfo
Namespace: Grpc.Core
Assembly: Grpc.Core.Api.dll
Syntax
public static class VersionInfo : object
Fields
CurrentAssemblyFileVersion
Current AssemblyFileVersion
of gRPC C# assemblies
Declaration
public const string CurrentAssemblyFileVersion = null
Field Value
Type | Description |
---|---|
System.String |
CurrentAssemblyVersion
Current AssemblyVersion
attribute of gRPC C# assemblies
Declaration
public const string CurrentAssemblyVersion = null
Field Value
Type | Description |
---|---|
System.String |
CurrentVersion
Current version of gRPC C#
Declaration
public const string CurrentVersion = null
Field Value
Type | Description |
---|---|
System.String |