Skip to content

Instantly share code, notes, and snippets.

@jwosty
Created June 30, 2018 18:21
Show Gist options
  • Select an option

  • Save jwosty/ed20376ec00c0238d6b6e85fcf3c41c1 to your computer and use it in GitHub Desktop.

Select an option

Save jwosty/ed20376ec00c0238d6b6e85fcf3c41c1 to your computer and use it in GitHub Desktop.
namespace TestAddin
open System
open Mono.Addins
open Mono.Addins.Description
[<assembly: Addin(
"TestAddin",
Namespace = "TestAddin",
Version = "1.0")>]
[<assembly: AddinName("TestAddin")>]
[<assembly: AddinCategory("IDE extensions")>]
[<assembly: AddinDescription("TestAddin")>]
[<assembly: AddinAuthor("Mikayla Hutchinson")>]
do ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment