-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSolutionInfo.fs
More file actions
19 lines (17 loc) · 831 Bytes
/
SolutionInfo.fs
File metadata and controls
19 lines (17 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Auto-Generated by FAKE; do not edit
namespace System
open System.Reflection
[<assembly: AssemblyVersionAttribute("2.0.0.0")>]
[<assembly: AssemblyFileVersionAttribute("2.0.0.0")>]
[<assembly: AssemblyInformationalVersionAttribute("")>]
[<assembly: AssemblyProductAttribute("Functional Living")>]
[<assembly: AssemblyCopyrightAttribute("Copyright (c) Cumps Consulting")>]
[<assembly: AssemblyCompanyAttribute("Cumps Consulting")>]
do ()
module internal AssemblyVersionInformation =
let [<Literal>] AssemblyVersion = "2.0.0.0"
let [<Literal>] AssemblyFileVersion = "2.0.0.0"
let [<Literal>] AssemblyInformationalVersion = ""
let [<Literal>] AssemblyProduct = "Functional Living"
let [<Literal>] AssemblyCopyright = "Copyright (c) Cumps Consulting"
let [<Literal>] AssemblyCompany = "Cumps Consulting"