-
Notifications
You must be signed in to change notification settings - Fork 826
Closed
Description
The NuGet version of FSharp.Code.dll 4.7.0 shows that it is a beta version:
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
Labels
No labels