Skip to content

FSharp.Core.dll shows product version (AssemblyInformationalVersion) as beta #7726

@abelbraaksma

Description

@abelbraaksma

The NuGet version of FSharp.Code.dll 4.7.0 shows that it is a beta version:

image

I assume that is by accident. I am not sure how the rest of the version info here should be interpreted, my guess would be it is some build number or so. In text, the full version is: 4.7.0-beta.19402.8+dbdca013b44800cbea7485946abe10c3e0e21036

The assembly info shows this in Reflector (see AssemblyInformationalVersion):

// Assembly FSharp.Core, Version 4.7.0.0

[assembly: AssemblyFlags(AssemblyNameFlags.EnableJITcompileTracking | AssemblyNameFlags.PublicKey)]
[assembly: FSharpInterfaceDataVersion(2, 0, 0)]
[assembly: TargetFramework(".NETFramework,Version=v4.5", FrameworkDisplayName=".NET Framework 4.5")]
[assembly: AssemblyCompany("Microsoft Corporation")]
[assembly: AssemblyConfiguration("Release")]
[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation. All rights reserved.")]
[assembly: AssemblyFileVersion("4.700.19.40208")]
[assembly: AssemblyInformationalVersion("4.7.0-beta.19402.8+dbdca013b44800cbea7485946abe10c3e0e21036")]
[assembly: AssemblyProduct("FSharp.Core")]
[assembly: AssemblyTitle("FSharp.Core")]
[assembly: AssemblyVersion("4.7.0.0")]
[assembly: NeutralResourcesLanguage("en-US")]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions