Show / Hide Table of Contents

    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
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Grpc.Core
    Assembly: Grpc.Core.Api.dll
    Syntax
    public static class VersionInfo

    Fields

    CurrentAssemblyFileVersion

    Current AssemblyFileVersion of gRPC C# assemblies

    Declaration
    public const string CurrentAssemblyFileVersion = "2.46.2.0"
    Field Value
    Type Description
    System.String

    CurrentAssemblyVersion

    Current AssemblyVersion attribute of gRPC C# assemblies

    Declaration
    public const string CurrentAssemblyVersion = "2.0.0.0"
    Field Value
    Type Description
    System.String

    CurrentVersion

    Current version of gRPC C#

    Declaration
    public const string CurrentVersion = "2.46.2"
    Field Value
    Type Description
    System.String
    Back to top Generated by DocFX