Skip to content

Instantly share code, notes, and snippets.

@baronfel
Created October 13, 2016 03:54
Show Gist options
  • Save baronfel/28cbf73f10bc36259789aa705436ed92 to your computer and use it in GitHub Desktop.
Save baronfel/28cbf73f10bc36259789aa705436ed92 to your computer and use it in GitHub Desktop.
module Foo =
open System
open System.Reflection
// gotta put attributes inside a module, any module, in your Assembly
[<assembly:AssemblyFileVersion("1.0.0")>]
do()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment