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.
Namespace
Grpc.CoreAssembly
Grpc.Core.Api.dll
Fields
CurrentAssemblyFileVersion
public const string CurrentAssemblyFileVersion = "2.66.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.66.0"
Current version of gRPC C#
Field Value | |
---|---|
Type | Description |
string |